Hello

We are using ActiveMQ 5.0 and we see these messages in the logs when the
broker is hit with multiple requests (in our case > 1000 concurrent
requests). Each request creates a new connection, sends a message to the
topic and closes the connection. There is also a durable consumer that gets
created once and receives messages asynchrounously from the topic

ERROR TransportConnector             - Could not accept connection : Wire
format
 negotiation timeout: peer did not send his wire format.
ERROR TransportConnector             - Could not accept connection : Wire
format
 negotiation timeout: peer did not send his wire format.

Can someone explain what the above error message means and how this can be
resolved?
 
We are using the following Connect URI

tcp://localhost:61616?jms.useAsyncSend=true&jms.dispatchAsync=true&wireFormat.maxInactivityDuration=-1

thank much in advance!
jaya
-- 
View this message in context: 
http://www.nabble.com/Wire-format-negotiation-timeout-tp17562104s2354p17562104.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to