[jboss-dev-forums] [Design of JBoss ESB] - Re: Features of JBoss Messaaging Message Bridge present in E
Kevin.Conner@jboss.com
do-not-reply at jboss.com
Thu Mar 27 13:12:33 EDT 2008
"dsmiley" wrote : So, if I'm understanding this correctly, JBoss ESB supports QOS_ONCE_AND_ONLY_ONCE but only if both sides are XAConnectionFactory? If so that's nice... I may be able to work with that. How is this configured (enabled/disabled)?
It is handled automatically if running within the context of a transaction and it references the XAConnectionFactory.
The JCA adapter already provides this (for JMS) but it is also possible for the scheduled listener/gateway to control the transaction and, from tomorrow, the message aware listeners will support it once again.
"dsmiley" wrote : I'd prefer QOS_DUPLICATES_OK for reasons Tim Fox got into. I don't think this should be hard; just wait until the service is done and THEN acknowledge the JMS message from the gateway.
It should already be possible to configure the acknowledge mode. I believe Daniel added this functionality so perhaps he can add a comment to this.
"dsmiley" wrote : I don't need batching... but Tim gave reasons why that's good too.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4139400#4139400
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4139400
More information about the jboss-dev-forums
mailing list