Author |
Message |
Topic: how to implement DLQ using JMS client |
shilps
Replies: 10 Views: 5711
|
Forum: IBM MQ Java / JMS Posted: Wed Apr 17, 2002 7:15 am Subject: how to implement DLQ using JMS client |
thnx a lot, ur understanding is correct.My prob is not only to send msg to DLQ on getting TQ full but to handle all the undeliver msgs whatever may be the reason.
Now how can i activate the MCA and ... |
Topic: how to implement DLQ using JMS client |
shilps
Replies: 10 Views: 5711
|
Forum: IBM MQ Java / JMS Posted: Wed Apr 17, 2002 6:00 am Subject: how to implement DLQ using JMS client |
I am using the MQseries thru jms cleint.i had the prob that what to do with the undelivered msgs.I want them to put into the DLQ. For this I had define the a local Q and put its name in the Qmngr DLQ ... |
Topic: how to implement DLQ using JMS client |
shilps
Replies: 10 Views: 5711
|
Forum: IBM MQ Java / JMS Posted: Wed Apr 17, 2002 5:35 am Subject: how to implement DLQ using JMS client |
Hi,
I had made a local queue and made it the default dead letter queue by adding this local queue name to the QMGR DEADQ() attribute.I had added it thru the MQ series explorer..... now i had reduce t ... |
Topic: how to implement DLQ using JMS client |
shilps
Replies: 10 Views: 5711
|
Forum: IBM MQ Java / JMS Posted: Tue Apr 16, 2002 5:05 am Subject: how to implement DLQ using JMS client |
On 2002-04-15 17:08, kolban wrote:
The MQSeries DLQ is managed by the MQSeries queue manager itself. There is nothing you need do to activate it or otherwise use it. As for the network going down ... |
Topic: how to implement DLQ using JMS client |
shilps
Replies: 10 Views: 5711
|
Forum: IBM MQ Java / JMS Posted: Mon Apr 15, 2002 2:48 pm Subject: how to implement DLQ using JMS client |
Hi all,
I m stuck with a prob. I have to implement 2 things.....
One is the atomic transaction and the other one is to keep track of undeliver msgs.
For the second task i want to implement the DLQ. ... |
Topic: Not recieved messages |
shilps
Replies: 0 Views: 2634
|
Forum: General Discussion Posted: Mon Apr 15, 2002 1:05 pm Subject: Not recieved messages |
I had read that there are methods to keep undelivered messages.But what should be done in the case when the response is not recieved.I had the problem that i get the response but i am not able to reci ... |
Topic: concept of unit of work |
shilps
Replies: 1 Views: 3338
|
Forum: General Discussion Posted: Mon Apr 15, 2002 12:57 pm Subject: concept of unit of work |
I am trying Transaction support using MQSeries.Where do i found the concept of Unit of Work for atomic transactions.Can anyone provide some link so that i can get what it is and how to use it? |