Glad that works for you :)
If you want to be sure you don't receive duplicates just make sure your consumers use
a transacted session to consume - then you should get guaranteed once and only once
delivery as per spec.
Currently you're using a non transacted session so losing messages / receiving dups on
failover would be expected.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4111265#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...