[jboss-dev-forums] [Design of JBoss ESB] - Re: How to disable redelivery for sync message call?
Kevin.Conner@jboss.com
do-not-reply at jboss.com
Fri May 30 06:09:50 EDT 2008
It depends on the version of JBossESB you are using.
If you are using CP1 of the SOA Platform or ESB 4.3.GA then you can do one of the following to cause an exception to be thrown instead of retrying the delivery.
Per message:
set the property org.jboss.soa.esb.exceptionOnDeliverFailure on the message to 'true'
Global:
set the same property in jbossesb-properties.xml "core" to "true"
The task covering this work is http://jira.jboss.com/jira/browse/JBESB-1556
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4154563#4154563
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4154563
More information about the jboss-dev-forums
mailing list