Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 28111 invoked from network); 8 Oct 2009 13:56:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 8 Oct 2009 13:56:01 -0000 Received: (qmail 36339 invoked by uid 500); 8 Oct 2009 13:56:00 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 36313 invoked by uid 500); 8 Oct 2009 13:56:00 -0000 Mailing-List: contact users-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@activemq.apache.org Delivered-To: mailing list users@activemq.apache.org Received: (qmail 36303 invoked by uid 99); 8 Oct 2009 13:56:00 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Oct 2009 13:56:00 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Oct 2009 13:55:50 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1MvtSs-0007sS-3J for users@activemq.apache.org; Thu, 08 Oct 2009 06:55:30 -0700 Message-ID: <25802999.post@talk.nabble.com> Date: Thu, 8 Oct 2009 06:55:30 -0700 (PDT) From: abhilashk_cse To: users@activemq.apache.org Subject: Active MQ IO Exception MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: abhilashk.cse@gmail.com X-Virus-Checked: Checked by ClamAV on apache.org I have a long running ActiveMQ message queue. Typically from 9.55 to 3.30 PM there will be constinuous message flow typically 100s of messages in a second. I have getting following exception. Pleas help me out since we canonot have any downtime for the message queue since the message are send to queue in realtime from a data feed hence we cannot miss a single message. org.apache.activemq.transport.TransportDisposedIOException: Transport disposed. at org.apache.activemq.transport.vm.VMTransport.oneway(VMTransport.java:74) at org.apache.activemq.transport.MutexTransport.oneway(MutexTransport.java:40) at org.apache.activemq.transport.ResponseCorrelator.oneway(ResponseCorrelator.java:60) at org.apache.activemq.ActiveMQConnection.doAsyncSendPacket(ActiveMQConnection.java:1214) at org.apache.activemq.ActiveMQConnection.asyncSendPacket(ActiveMQConnection.java:1208) at org.apache.activemq.ActiveMQSession.send(ActiveMQSession.java:1643) at org.apache.activemq.ActiveMQMessageProducer.send(ActiveMQMessageProducer.java:227) at org.apache.activemq.ActiveMQMessageProducerSupport.send(ActiveMQMessageProducerSupport.java:241) at com.truedataindia.feed.FeedWorker.run(FeedWorker.java:205) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:636) Regards, Abhilash -- View this message in context: http://www.nabble.com/Active-MQ-IO-Exception-tp25802999p25802999.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.