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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...