Re: Broken Pipe Connecting

2017-09-01 Thread Tim Bain
A broken pipe means that the other side of the socket closed it and then your side tried to write to it. So the question is then, what do you see in the broker's logs when this is happening? That might indicate why it's disconnecting you right after sending the ConnectionControl message to you. Ti

Broken Pipe Connecting

2017-08-31 Thread Steve Hill
We are running ActiveMQ in Master/Slave configuration. Currently mqarms02p is the Master. Earlier today we ran into a situation where we lost access to ActiveMQ and on reviewing the client side logs we see the information below cycle continuously. Is there anything we can enable on the serve