5 Replies Latest reply on Feb 26, 2014 10:12 PM by clebert.suconic

    Is the "Invalid concurrent session usage. Sessions are not supposed to be used by more than one thread concurrently." removed in 2.4 ?

    dheinzh3

      The message

       

      15:07:34,210  WARN client:1364 - HQ214021: Invalid concurrent session usage. Sessions are not supposed to be used by more than one thread concurrently.

      java.lang.Exception: trace

              at org.hornetq.core.client.impl.ClientSessionImpl.startCall(ClientSessionImpl.java:1364)

              at org.hornetq.core.client.impl.ClientProducerImpl.doSend(ClientProducerImpl.java:229)

              at org.hornetq.core.client.impl.ClientProducerImpl.send(ClientProducerImpl.java:135)

       

      is filling up my logs with Warnings and I'm trying to determine if this is a fixed bug, among other things.

       

      From looking at the discussion archive, this Warning message was a problem first reported in April and then fixed in June 2013. At that time (April) Andy Taylor indicated it was a bug.   It seemed like it was fixed by Clebert in June.

        I assumed this fix would make it into the 2.4 release.  I have just upgraded to the 2.4 release and I still see this message flooding the logs.

       

      Can someone help me understand what is going on with this Warning message?

      Is it a bug in Hornet Q or possibly something I'm doing in my code?

      If it is a bug, was it fixed in Hornetq 2.4?

      If not, is there a work-around that doesn't require me to create my own jars?

       

      Thank you for you help.

       

      Dave