Author |
Message |
Topic: Making Responder asynchrounous |
lookman
Replies: 3 Views: 3235
|
Forum: IBM MQ Java / JMS Posted: Wed Oct 19, 2005 10:10 am Subject: Making Responder asynchrounous |
The underlying application using MQSeries processes xml files.
The MQ request message (from requester) are retrieved and converted into xml files , after changing few of xml element's data ,this file ... |
Topic: Making Responder asynchrounous |
lookman
Replies: 3 Views: 3235
|
Forum: IBM MQ Java / JMS Posted: Wed Oct 19, 2005 8:45 am Subject: Making Responder asynchrounous |
Hi,
Currently our application uses MQSeries Request/Reply using java.
The requester puts a request message on request queue,the responder retrieves the request message prepares a response and puts ... |
Topic: Error/Exception handling in MQSeries |
lookman
Replies: 9 Views: 31904
|
Forum: IBM MQ Telemetry / Low Latency Messaging / Everyplace Posted: Tue Oct 18, 2005 10:05 am Subject: Error/Exception handling in MQSeries |
Ok Thanks. |
Topic: Error/Exception handling in MQSeries |
lookman
Replies: 9 Views: 31904
|
Forum: IBM MQ Telemetry / Low Latency Messaging / Everyplace Posted: Tue Oct 18, 2005 9:48 am Subject: Error/Exception handling in MQSeries |
In case the message is undelivered (Adding a line to my above query)
Thanks. |
Topic: Error/Exception handling in MQSeries |
lookman
Replies: 9 Views: 31904
|
Forum: IBM MQ Telemetry / Low Latency Messaging / Everyplace Posted: Tue Oct 18, 2005 9:47 am Subject: Error/Exception handling in MQSeries |
Ok fine.
Any idea how to send back the message to the sender i.e retrying message delivery.
Thanks. |
Topic: Error/Exception handling in MQSeries |
lookman
Replies: 9 Views: 31904
|
Forum: IBM MQ Telemetry / Low Latency Messaging / Everyplace Posted: Tue Oct 18, 2005 9:20 am Subject: Error/Exception handling in MQSeries |
Yes,
I am using java.
Actually the underlying application using MQ series messaging application to send/receive messages.
I want to handle any exception that might prevent ideal behaviour of MQ ... |
Topic: Error/Exception handling in MQSeries |
lookman
Replies: 9 Views: 31904
|
Forum: IBM MQ Telemetry / Low Latency Messaging / Everyplace Posted: Tue Oct 18, 2005 8:33 am Subject: Error/Exception handling in MQSeries |
Hi,
What is the robust way to handle any exception generated while doing any operation in MQ Series for e.g. putting messages on queue.
Kindly explain.
Thanks,
Lucky. |
Topic: Programatically monitoring MQSeries logs |
lookman
Replies: 2 Views: 14439
|
Forum: IBM MQ Telemetry / Low Latency Messaging / Everyplace Posted: Wed Oct 05, 2005 10:12 pm Subject: Programatically monitoring MQSeries logs |
H,
I want to write a program to monitor MQSeries logs so that when an exception occurs the program reads the exception from the logs and could further notify the user.
Kindly explain as to how can i ... |
Topic: Distinguishing b/w message types of messages put on Queue |
lookman
Replies: 3 Views: 17766
|
Forum: IBM MQ Telemetry / Low Latency Messaging / Everyplace Posted: Wed Sep 21, 2005 6:05 am Subject: Distinguishing b/w message types of messages put on Queue |
thanks. |
Topic: Distinguishing b/w message types of messages put on Queue |
lookman
Replies: 3 Views: 17766
|
Forum: IBM MQ Telemetry / Low Latency Messaging / Everyplace Posted: Wed Sep 21, 2005 4:47 am Subject: Distinguishing b/w message types of messages put on Queue |
Hi,
Is there a way to distinguish between message types of messages put on a queue.
For e.g.
If a Datagram message "m1" and a request message "m2" is put on queue Q1 then a receiver "R1", capable ... |