Re: Async Exception: Broken Pipe

2007-02-02 Thread Paul French
I will look into this over the weekend and will let you know. My client and server are both using a single connection (I'm using a SingleConnectionFactory), the client only uses one session, the server uses a session per thread. It's when the server is run with 6 or more threads I get problems.

Re: Async Exception: Broken Pipe

2007-02-02 Thread Paul French
I'll give it a try over the weekend and will let you know. Thanks rajdavies wrote: > > do the errors exist on the latest 4.2 snapshot? > -- View this message in context: http://www.nabble.com/Async-Exception%3A-Broken-Pipe-tf3160498.html#a8776795 Sent from the ActiveMQ - User mailing list

Re: Async Exception: Broken Pipe

2007-02-02 Thread Rob Davies
do the errors exist on the latest 4.2 snapshot? On 2 Feb 2007, at 17:44, Paul French wrote: These two other posts seem related and have not been responded to, I would appreciate any advice since I'm snookered at the moment.. http://www.nabble.com/onAsyncException-and-Broken-Pipe-proble

Re: Async Exception: Broken Pipe

2007-02-02 Thread Paul French
These two other posts seem related and have not been responded to, I would appreciate any advice since I'm snookered at the moment.. http://www.nabble.com/onAsyncException-and-Broken-Pipe-problem-t1664826.html#a4511552 http://www.nabble.com/stopping-master-bridge%2C-negociation-timeout---out

Re: Async Exception: Broken Pipe

2007-02-02 Thread Paul French
Placing the broker on another idendepent machine made no difference. I ran the broker in DEBUG and here is some of the relevant output. I really need some help here since I cannot scale the application as required. DEBUG TransportConnection- Setting up new connection: org.apache.act [

Re: Async Exception: Broken Pipe

2007-02-02 Thread James Strachan
So first off, ActiveMQ supports auto-reconnection to avoid things hanging if for whatever reason a socket is closed by your OS / hardware /network http://activemq.apache.org/how-can-i-support-auto-reconnection.html Also each Connection created in ActiveMQ tends to create a socket and a thread on