1 Reply Latest reply on Dec 16, 2015 10:11 AM by jbertram

    JMS thread locks other message in the queue

    federico.paparoni

      Hi all,

      I have a problem with a standard jms configuration on my Jboss 7.1.1.Final server. For standard configuration I mean standalone-full.xml, so there are 20 bean in mdb pool and persistence enabled.

      Sometimes we notice that a HornetQ thread blocks during the processing of a single message for a very long long time (latency network problem with an external application) and some other messages block too, even if no threads are processing it.

      It seems like server preventively assigned these messages to that thread and they aren't processed until thread is blocked. Is it possible? If so, is there a configuration that can avoid this?