[jboss-dev-forums] [Design of JBoss ESB] - Re: Features of JBoss Messaaging Message Bridge present in E
beve
do-not-reply at jboss.com
Thu Mar 27 16:26:05 EDT 2008
About the acknowledgement mode, this can be set on the jms-message-filter element:
| <jms-message-filter dest-type="QUEUE" dest-name="queue/Test" acknowledge-mode="AUTO_ACKNOWLEDGE"/>
|
Can be one of:
AUTO_ACKNOWLEDGE (default)
CLIENT_ACKNOWLEDGE
DUPS_OK_ACKNOWLEDGE.
/Daniel
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4139470#4139470
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4139470
More information about the jboss-dev-forums
mailing list