HI
Using OC4J 10.1.3.1 i've set up a message driven bean that consumes messages from a queue(Websphere MQ). I've got a scenario whereby on rare occasions my bean won't be able to process the message due to the absence of an external service. When this happens, i roll back the transaction so the message is returned to the queue, the idea being that it can be processed later when the external service may/may not be available.
The problem is that the message is redelivered straight away - i want to be able to specify a delay. Can anyone help?
Also the messages were redelivered 5 times and not able to Control the behaviour ??

. Please Assist Me.
[ November 07, 2008: Message edited by: Meet Gaurav ]