We are getting javax.jms.JMSException: Wire format negotiation timeout: peer did not send his wire format.
exception inconsistently. We have tried the workaorund provided in https://issues.apache.org/activemq/browse/AMQ-1473 But it didnt help us by increasing negotiation timeout. Can anyone help us in solving this issue. The following is the stack trace avax.jms.JMSException: Wire format negotiation timeout: peer did not send his wire format. at org.apache.activemq.util.JMSExceptionSupport.create(JMSExceptionSupport.java:62) at org.apache.activemq.ActiveMQConnection.syncSendPacket(ActiveMQConnection.java:1255) at org.apache.activemq.ActiveMQConnection.ensureConnectionInfoSent(ActiveMQConnection.java:1339) at org.apache.activemq.ActiveMQConnection.createSession(ActiveMQConnection.java:298) at org.apache.activemq.ActiveMQConnection.createTopicSession(ActiveMQConnection.java:1036) at com.cisco.nm.dcr.asa.DCREventReceiver.start(DCREventReceiver.java:46) at com.cisco.nm.dcr.asa.DCREventReceiver.(DCREventReceiver.java:24) at com.cisco.nm.dcr.asa.DCRChangeAlerter.(DCRChangeAlerter.java:124) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27) at java.lang.reflect.Constructor.newInstance(Constructor.java:513) at com.cisco.nm.xms.ogs.asa.RuleHandlerFactory.createChangeAlerter(RuleHandlerFactory.java:231) at com.cisco.nm.xms.ogs.asa.ASABaseImpl.registerASAChangeAlertCallback(ASABaseImpl.java:521) at com.cisco.nm.xms.ogs.server.GroupCacheImpl.initializeUpdaters(GroupCacheImpl.java:241) at com.cisco.nm.xms.ogs.server.CompositeCacheManager.initializeUpdaters(CompositeCacheManager.java:137) at com.cisco.nm.xms.ogs.server.SchemaRepository.initializeCacheUpdaters(SchemaRepository.java:151) at com.cisco.nm.xms.ogs.server.OGSImpl.initialize(OGSImpl.java:74) at com.cisco.nm.xms.ogs.server.OGSServer.main(OGSServer.java:75) Caused by: java.io.IOException: Wire format negotiation timeout: peer did not send his wire format. at org.apache.activemq.transport.WireFormatNegotiator.oneway(WireFormatNegotiator.java:94) at org.apache.activemq.transport.MutexTransport.oneway(MutexTransport.java:40) at org.apache.activemq.transport.ResponseCorrelator.asyncRequest(ResponseCorrelator.java:74) at org.apache.activemq.transport.ResponseCorrelator.request(ResponseCorrelator.java:79) at org.apache.activemq.ActiveMQConnection.syncSendPacket(ActiveMQConnection.java:1233) ... 17 more -- View this message in context: http://old.nabble.com/Getting-javax.jms.JMSException%3A-Wire-format-negotiation-timeout%3A-peer-did-not-send-his-wire-format.-tp29415481p29415481.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.