Solved! The problematic code was instantiated several times, so at least one jms-session per request was created. Seems this blocks the queue for a while, because the other (old) session processes the request and puts it back (no consumer) after a specific period.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4162268#4162268 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4162268 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
