You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@activemq.apache.org by Jim B Ronan <jr...@uptodate.com> on 2009/01/06 18:36:09 UTC

java.io.InterruptedIOException when sending message

Hi,

We've been ActiveMQ 4.1.1 in a high use environment for over a year now, and
it has been rock solid.  However, recently, we have started getting the
error below.

transportInterupted() is called on the connection listener, then the send
fails.

transportResumed() is never called.

I have a single producer (queue) that is shared by many tomcat threads.  Are
producers thread safe?

Any ideas?

Thanks - Jim Ronan


20090106-16:50:56,205 INFO  [TP-Processor16]
(UtdJmsTransportListener.java:30)
utdJmsTransportListener.transportInterupted()
20090106-16:50:56,209 INFO  [TP-Processor16] (FailoverTransport.java:239)
Transport failed, attempting to automatically reconnect due to:
java.io.InterruptedIOException
java.io.InterruptedIOException
        at
org.apache.activemq.transport.WireFormatNegotiator.oneway(WireFormatNegotiator.java:91)
        at
org.apache.activemq.transport.failover.FailoverTransport.oneway(FailoverTransport.java:392)
        at
org.apache.activemq.transport.MutexTransport.oneway(MutexTransport.java:47)
        at
org.apache.activemq.transport.ResponseCorrelator.asyncRequest(ResponseCorrelator.java:69)
        at
org.apache.activemq.transport.ResponseCorrelator.request(ResponseCorrelator.java:74)
        at
org.apache.activemq.ActiveMQConnection.syncSendPacket(ActiveMQConnection.java:1175)
        at
org.apache.activemq.ActiveMQSession.send(ActiveMQSession.java:1551)
        at
org.apache.activemq.ActiveMQMessageProducer.send(ActiveMQMessageProducer.java:465)
        at
org.apache.activemq.ActiveMQMessageProducer.send(ActiveMQMessageProducer.java:384)
...snip...
-- 
View this message in context: http://www.nabble.com/java.io.InterruptedIOException-when-sending-message-tp21315088p21315088.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.