[jboss-dev-forums] [Design of JBoss ESB] - Re: Features of JBoss Messaaging Message Bridge present in E
timfox
do-not-reply at jboss.com
Thu Mar 27 11:33:39 EDT 2008
I concur with dmiley.
Depending on the order in which ESB acknowledges the message from source and sends to destination come in, you will get either an "at most once" or "dups_ok" delivery guarantee.
For a "once and only once" delivery guarantee the ack and the send need to be in the same transaction.
If the source and destination are handled by the same resource manager then that transaction can be a simple local jms tx, otherwise it would need to be a JTA tx.
All the above cases are handled by the JBM bridge. I'm not clear they are handled by the ESB router.
I would consider guaranteed delivery (once and only once) to be a very common requirement for bridging.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4139340#4139340
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4139340
More information about the jboss-dev-forums
mailing list