Re: Setting stomp wire format parameters

2008-06-14 Thread bwtaylor
I think this may be related to these bugs: https://issues.apache.org/activemq/browse/AMQ-1203 and https://issues.apache.org/activemq/browse/AMQ-1192 . What Hiram Chirino describes is a dead ringer for my situation... -- copy of Hiram's comments from AMQ-1192 I think this is due

Re: Setting stomp wire format parameters

2008-06-14 Thread bwtaylor
I checked out AMQ-1739. I think my situation is different. My stomp sockets all show as ESTABLISHED, not CLOSE_WAIT. The interesting thing is that the message producer clients don't show the sockets as existing anymore. I think what may be happening is that an intermediary firewall drops the conne

Re: Setting stomp wire format parameters

2008-06-12 Thread Rob Davies
Its worth looking at https://issues.apache.org/activemq/browse/AMQ-1739 In particular the last comment from vik dhawan cheers, Rob On 13 Jun 2008, at 00:21, bwtaylor wrote: Ping. Anybody? This is hanging my server as I leak about 25 sockets a day until I hit the OS limit. bwtaylor wro

Re: Setting stomp wire format parameters

2008-06-12 Thread bwtaylor
Ping. Anybody? This is hanging my server as I leak about 25 sockets a day until I hit the OS limit. bwtaylor wrote: > > The configuring-wire-formats page, > http://activemq.apache.org/configuring-wire-formats.html , implies that > the options shown apply only to the openwire wire format. I am h