We are running into an issue where there seems to be a difference in the windows and linux version of version 5.15.2. It's also been noticed on 5.14.5.
Windows version doesn't have an issue. The linux version shows the following symptoms (as seen in jconsole): 1. We get a connection on all topics that the client is subscribed to. 2. The connections have the expected listeners for messages. 3. The broker is not dispatching messages to the client on most topics. 4. On some topics, messages look like they are dispatched, but no messages are dequeued. 5. The openwire protocol seems to be version 9 from the client. 6. From what I can tell, no errors are being created in the activemq.log file. 7. AMQ has simple authentication turned on with allowing anon clients. I'm trying to verify what library is being used to create the connection (i.e. version of CMS). I'm looking for anything to try to help isolate and fix the problem. I don't have visibility yet into the client's connection request, but AMQ doesn't seem to think there's a problem with the connection. -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html