[jboss-dev-forums] [Design of JBoss ESB] - How to disable redelivery for sync message call?
lihui_pang
do-not-reply at jboss.com
Wed May 28 11:43:45 EDT 2008
Hi,
Can anyone tell me how to disable redelivering message for sync call ? I want the client to get the response or error instead of redelivering message again.
My client code:
deliveryAdapter.deliverSync(requestMessage, 50000);
I find if the message is failed to be delivered at the first time, it will be redelivered to DLQ. The later will deliever message again.
Thanks for your help.
Lihui
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4154002#4154002
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4154002
More information about the jboss-dev-forums
mailing list