Hi, I have a problem with a JMS QueueBrowser after the browsing of the last message In the following piece of code, I browse a Q that has 3 messages. Browsing the 3 messages takes a few milliseconds, but the process hangs for seconds (usually from 10s to 15s+..) on the last msgs.hasMoreElements() before it returns false.. After googling for a while, it seems that some other people have the same problem, but I was not able to find an explanation nor a solution for this
ANy help is welcome The server is ActiveMQ v5.11.1, fresh install with no specific configuration/tuning Denis (Author of JMSToolBox) The client runs on J2SE 1.7 and the session is created like this -- View this message in context: http://activemq.2283324.n4.nabble.com/JMS-browser-getEnumeration-hasMoreElements-takes-15s-on-last-element-tp4709969.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.