Re: Random hang waiting to consume a message

2011-08-17 Thread Frank Gynnild
Thanks Tim, that is exactly what I needed. Best regards, Frank On 17.08.2011 17:04, Timothy Bish wrote: On Wed, 2011-08-17 at 09:43 +0200, Frank Gynnild wrote: Thanks a lot for your information, I really appreciate it. I'll start retesting using these configuration changes as it seems like NM

Re: Random hang waiting to consume a message

2011-08-17 Thread Timothy Bish
On Wed, 2011-08-17 at 09:43 +0200, Frank Gynnild wrote: > Thanks a lot for your information, I really appreciate it. > > I'll start retesting using these configuration changes as it seems like > NMS also supports > these properties. I'll let you all know when the results are ready. > > Does anyo

Re: Random hang waiting to consume a message

2011-08-17 Thread Frank Gynnild
Thanks a lot for your information, I really appreciate it. I'll start retesting using these configuration changes as it seems like NMS also supports these properties. I'll let you all know when the results are ready. Does anyone know of a exhaustive list of all configuration parameters that c

Re: Random hang waiting to consume a message

2011-08-16 Thread Martin C.
Hi, first, you can use JMX on the broker to disconnect the connection of the hanging consumer. But this is a very rude work-around, of course. We had a similar issue connecting with Java-based consumers. We seem to have found a work-around by disabling caching and tight encoding on the OpenWire w

Random hang waiting to consume a message

2011-08-16 Thread Frank Gynnild
Hi everyone The problem: I have a random issue using ActiveMQ 5.5 and the latest NMS library from .NET. A unit test creates and sends 1 000 000 messages of random size. Simultaneously a consumer tries to pick up these messages as fast as it can. Most of the times all messages are received as