Hello, I am getting the following error message within amq. Can someone please give me direction to resolving this issue?
Message Code: JAVA PLUGIN_1762 Message: [ERROR] Failed to create JMS session: Wire format negotiation timeout: peer did not send his wire format.Exception Stack: javax.jms.JMSException: Wire format negotiation timeout: peer did not send his wire format. at org.apache.activemq.util.JMSExceptionSupport.create(JMSExceptionSupport.java:72) at org.apache.activemq.ActiveMQConnection.syncSendPacket(ActiveMQConnection.java:1413) at org.apache.activemq.ActiveMQConnection.ensureConnectionInfoSent(ActiveMQConnection.java:1478) at org.apache.activemq.ActiveMQConnection.createSession(ActiveMQConnection.java:329) at org.apache.activemq.ActiveMQConnection.createQueueSession(ActiveMQConnection.java:1275) at com.informatica.powerconnect.jms.server.common.PlginJMSConnection$PlginJMSQueueConnection.createSession(PlginJMSConnection.java:416) at com.informatica.powerconnect.jms.server.reader.JMSReaderPartitionDriver.createSessionAndMessageConsumer(JMSReaderPartitionDriver.java:1920) at com.informatica.powerconnect.jms.server.reader.JMSReaderPartitionDriver.run(JMSReaderPartitionDriver.java:1542) 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:99) at org.apache.activemq.transport.MutexTransport.oneway(MutexTransport.java:68) at org.apache.activemq.transport.ResponseCorrelator.asyncRequest(ResponseCorrelator.java:81) at org.apache.activemq.transport.ResponseCorrelator.request(ResponseCorrelator.java:86) at org.apache.activemq.ActiveMQConnection.syncSendPacket(ActiveMQConnection.java:1388) ... 6 more Linked Exception Stack: java.io.IOException: Wire format negotiation timeout: peer did not send his wire format. at org.apache.activemq.transport.WireFormatNegotiator.oneway(WireFormatNegotiator.java:99) at org.apache.activemq.transport.MutexTransport.oneway(MutexTransport.java:68) at org.apache.activemq.transport.ResponseCorrelator.asyncRequest(ResponseCorrelator.java:81) at org.apache