4 Replies Latest reply on Jan 19, 2015 10:14 AM by ataylor

    JMS client (using transacted session)  remain block for indefinite time

    ajinkya.bambal

      I have JMS client (MessageProducer)  which uses transacted session to send the message to the hornetq (2.3.0.Final) . JMS client sends 5000 messages to HQ in a loop . After sending approx 4000 messages , while sending the next message to HQ , JMS client thread gets blocked  .  HQ did not send the ACK back to JMS client when it calls producer.send(JMSMessage) . So finally subsequest messages did not sent to HQ due to block of current thread .

       

      PFA for my HQ config setup and JMS client .