Author |
Message |
Topic: Configuring message redelivery delay |
prash
Replies: 1 Views: 2458
|
Forum: IBM MQ Java / JMS Posted: Thu Feb 12, 2004 8:32 pm Subject: Configuring message redelivery delay |
Hi,
Given below is my observation :
I have 2 messages in the queue.My MDB receives the first message and simply rollbacks it. The message is put back on the queue.Now MDB gets the second message ... |
Topic: How to use the backout feature |
prash
Replies: 5 Views: 3734
|
Forum: IBM MQ Java / JMS Posted: Sun Feb 01, 2004 8:10 pm Subject: How to use the backout feature |
Hi,
I took inputs from the first reply (a possibility of jar being of older versions) and landed at this location
http://www.developer.ibm.com/tech/faq/results/0,1322,1%253A401%253A407%253A36%25 ... |
Topic: How to use the backout feature |
prash
Replies: 5 Views: 3734
|
Forum: IBM MQ Java / JMS Posted: Thu Jan 29, 2004 8:48 pm Subject: How to use the backout feature |
Hi,
Unfortunately i cannot ask our clients to go for a new version of MQ as there are other applications using it.I do have FDC files in mq/error dir.The contents is given as under
+----------- ... |
Topic: How to use the backout feature |
prash
Replies: 5 Views: 3734
|
Forum: IBM MQ Java / JMS Posted: Wed Jan 28, 2004 5:12 am Subject: How to use the backout feature |
Hi all,
I have written a sample message driven bean, which simple rollsback the message by calling setRollbackOnly() on the txnContext. What i'm trying to achieve is after 4 such rollbacks(i. ... |
Topic: MQ / Websphere Transaction question |
prash
Replies: 1 Views: 4823
|
Forum: IBM MQ Java / JMS Posted: Thu Dec 11, 2003 10:03 pm Subject: MQ / Websphere Transaction question |
Hi,
1. I'm using a message driven to receive messages from a queue and
based on the processing results,put a success or failure message into
another reply queue.
2. Both the ... |
Topic: JMS / Websphere /MQ Series questions |
prash
Replies: 2 Views: 7583
|
Forum: IBM MQ Java / JMS Posted: Wed Nov 26, 2003 4:07 am Subject: JMS / Websphere /MQ Series questions |
Hi all,
I'm facing a scenario where i need to stop the MDBs from receiving messages from MQ Queue on certain conditions happeing in the application. I've tried some scenarios , but was not abl ... |