Re: Question re Jetty and ActiveMQ 5.13.0 async support

2016-02-10 Thread James A. Robinson
Never mind, it appears the problem was due to how the install was run, there was another section that was overriding the web.xml using an older version, not the one distributed with 5.13.0. On Wed, Feb 10, 2016 at 12:47 PM James A. Robinson wrote: > I'm working on upgrading from activemq 5.11.0 t

Question re Jetty and ActiveMQ 5.13.0 async support

2016-02-10 Thread James A. Robinson
I'm working on upgrading from activemq 5.11.0 to 5.13.0. When I make an HTTP GET request against the older version of the service, when the queue doesn't have any pending messages, the request hangs until one is ready. On the newer version it returns a fatal status 500 error and throws an exceptio