I think it's because you're saying your session is transacted so it would send the messages only when a commit is issued. Try
Session sess = conn.createSession(false, Session.AUTO_ACKNOWLEDGE); Hope it helps. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4244977#4244977 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4244977 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
