One observation:
You're creating a connection, session, and producer for every message that you
forward!
This will be extremely slow...
Connection and sessions are heavyweight objects that you want to create once then re-use.
Really you want to re-use the producer too.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4111189#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...