Author |
Message |
Topic: Copying messages from one queue to amother automatically |
binnyms
Replies: 1 Views: 1955
|
Forum: General IBM MQ Support Posted: Sat Mar 27, 2004 1:44 am Subject: Copying messages from one queue to amother automatically |
Hi friends,
Is there any way by which we can make all the messages coming in one queue copied to another queue in same or another queue manager. can we user triggering for that
Thank you
Binny |
Topic: Uniqueness of messageId and correlationId |
binnyms
Replies: 4 Views: 2802
|
Forum: IBM MQ Java / JMS Posted: Thu Mar 25, 2004 9:15 pm Subject: Uniqueness of messageId and correlationId |
thank you guys for your responses
Binny |
Topic: Uniqueness of messageId and correlationId |
binnyms
Replies: 4 Views: 2802
|
Forum: IBM MQ Java / JMS Posted: Thu Mar 25, 2004 2:24 am Subject: Uniqueness of messageId and correlationId |
Hi friends,
I just want to know whether messageId and correlationId is unique within a particular queue in a particular queue manager. ie can I uniquely identify a message at any time with messageId ... |
Topic: Problem reading queue from executable jar |
binnyms
Replies: 4 Views: 2866
|
Forum: IBM MQ Java / JMS Posted: Fri Mar 19, 2004 10:33 pm Subject: Problem reading queue from executable jar |
thanq guys for your responses. Earlier I tried with some System.out.println and I found that the error was is
"MQException.log = null; " statement
but even when i commented this statement, the sam ... |
Topic: Problem reading queue from executable jar |
binnyms
Replies: 4 Views: 2866
|
Forum: IBM MQ Java / JMS Posted: Fri Mar 19, 2004 1:01 am Subject: Problem reading queue from executable jar |
I tried adding the directory to the path also. I found that
"MQException.log = null; "
statement which i used to avoid the error messages in the console is causing the error
but don't know how to a ... |
Topic: Problem reading queue from executable jar |
binnyms
Replies: 4 Views: 2866
|
Forum: IBM MQ Java / JMS Posted: Wed Mar 17, 2004 11:08 pm Subject: Problem reading queue from executable jar |
I am writing a program to browse an MQSeries queue, write it to a database and then remove from the queue. When i use it as n individual program it is working fine. when i make it an executable jar ev ... |
Topic: [Solved] Supress MQSeries Error messages |
binnyms
Replies: 2 Views: 2216
|
Forum: IBM MQ Java / JMS Posted: Wed Mar 17, 2004 9:50 pm Subject: [Solved] Supress MQSeries Error messages |
This link will take you to a thread where this has been answered before.
http://www.mqseries.net/phpBB2/viewtopic.php?t=8541&highlight=disabletracing
Charlie
thank you it worked |
Topic: [Solved] Supress MQSeries Error messages |
binnyms
Replies: 2 Views: 2216
|
Forum: IBM MQ Java / JMS Posted: Wed Mar 17, 2004 3:37 am Subject: [Solved] Supress MQSeries Error messages |
I am writing a daemon which checks for messages in an MQSeries queue and if any message is available it is read and written to the database. But if there is no message in the queue
"MQJE001: Completi ... |
Topic: connecting mqseries using java with bindings method |
binnyms
Replies: 2 Views: 2587
|
Forum: IBM MQ Java / JMS Posted: Wed Jan 21, 2004 10:22 pm Subject: connecting mqseries using java with bindings method |
how to use bindings method from java to read mqseries queues. could anybody give some sample code
thanks in advance |
Topic: MQSeries Java Client - Message Encoding |
binnyms
Replies: 3 Views: 2356
|
Forum: IBM MQ Java / JMS Posted: Sun Jan 11, 2004 9:23 pm Subject: error 2110 |
I am able to send data. But when I try to retrieve it , i am getting error code 2110 with a blank message<> .
Also in the server the message is coming with the text button disabled (only hexa ... |
Topic: MQSeries Java Client - Message Encoding |
binnyms
Replies: 3 Views: 2356
|
Forum: IBM MQ Java / JMS Posted: Fri Jan 09, 2004 9:18 pm Subject: MQSeries Java Client - Message Encoding |
I am using java client to send message to MQseries. When I send it, the message reaches the MQ but data is not encoded properly in MQ. How i can rectify this problem? |