Author |
Message |
Topic: Leave the message in the queue |
Babutian
Replies: 12 Views: 8341
|
Forum: General IBM MQ Support Posted: Fri Oct 26, 2007 3:31 am Subject: Leave the message in the queue |
does it mean, the message stays in the queue only if my MDB throws an appropriate exception? It was intended to use message.aknowledge() to let MQ Server know, that the message was processed correclty ... |
Topic: Leave the message in the queue |
Babutian
Replies: 12 Views: 8341
|
Forum: General IBM MQ Support Posted: Thu Oct 25, 2007 10:26 pm Subject: Leave the message in the queue |
I flagged my onMessage method in the MDB descriptor as you suggested nut it hasnt brought any difference...  |
Topic: Leave the message in the queue |
Babutian
Replies: 12 Views: 8341
|
Forum: General IBM MQ Support Posted: Wed Oct 24, 2007 10:59 pm Subject: Leave the message in the queue |
So you want a syncpoint?
yes
Check your MDB descriptor. The onMessage method of your MDB needs to be flagged for transactionality with requires New...
could you be more specific please? ... |
Topic: Leave the message in the queue |
Babutian
Replies: 12 Views: 8341
|
Forum: General IBM MQ Support Posted: Wed Oct 24, 2007 7:12 am Subject: Leave the message in the queue |
thanks for your help Vitor, I hope some java person will come up here soon |
Topic: Leave the message in the queue |
Babutian
Replies: 12 Views: 8341
|
Forum: General IBM MQ Support Posted: Wed Oct 24, 2007 6:00 am Subject: Leave the message in the queue |
to be more specific: I am using a message driven bean which is being activated every time a new message enters the queue. It is intended that the message stays in the queue until the bean executes it' ... |
Topic: Leave the message in the queue |
Babutian
Replies: 12 Views: 8341
|
Forum: General IBM MQ Support Posted: Wed Oct 24, 2007 5:29 am Subject: Leave the message in the queue |
Hi there, what is the most efficient way to ensure, that a message will stay in the queue after client application recieved it, until acknoledged? Right now messages are being removed from the queue a ... |