Hi, I'm using sjms batch with activemq, the consumers processes messages on 
the queue and after a while, there is nothing going to the consumers and no 
errors in the log while some messages are still stuck on the queue. any ideas 
what could have caused this?
i have the activemqconnection properties as below
connectionFactory.setCopyMessageOnSend(false);
              connectionFactory.setOptimizeAcknowledge(true);
               connectionFactory.setOptimizedMessageDispatch(true);
               connectionFactory.setDispatchAsync(false);
 and sjms property i think that's relevant to the stuck message set as well
component.setAsyncStartListener(true);

Reply via email to