Return-Path: Delivered-To: apmail-geronimo-activemq-dev-archive@www.apache.org Received: (qmail 77633 invoked from network); 14 Apr 2006 22:06:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 14 Apr 2006 22:06:34 -0000 Received: (qmail 72745 invoked by uid 500); 14 Apr 2006 22:06:30 -0000 Delivered-To: apmail-geronimo-activemq-dev-archive@geronimo.apache.org Received: (qmail 72639 invoked by uid 500); 14 Apr 2006 22:06:29 -0000 Mailing-List: contact activemq-dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: activemq-dev@geronimo.apache.org Delivered-To: mailing list activemq-dev@geronimo.apache.org Received: (qmail 72595 invoked by uid 99); 14 Apr 2006 22:06:29 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Apr 2006 15:06:29 -0700 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 (asf.osuosl.org: domain of lists@nabble.com designates 72.21.53.35 as permitted sender) Received: from [72.21.53.35] (HELO talk.nabble.com) (72.21.53.35) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Apr 2006 15:06:28 -0700 Received: from localhost ([127.0.0.1] helo=talk.nabble.com) by talk.nabble.com with esmtp (Exim 4.50) id 1FUWQa-0003Yx-FS for activemq-dev@geronimo.apache.org; Fri, 14 Apr 2006 15:06:08 -0700 Message-ID: <3923980.post@talk.nabble.com> Date: Fri, 14 Apr 2006 15:06:08 -0700 (PDT) From: ssarkar To: activemq-dev@geronimo.apache.org Subject: Exception on Durable Consumer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-Sender: ssarkar@reconnex.net X-Nabble-From: ssarkar X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hello, I am using persistent transmission through ActiveMQ. I am getting some jms exception for durable consumer being used as follows :: 2006-04-13 16:11:53,928 DEBUG [org.apache.activemq.broker.region.AbstractRegion] Adding destination: topic://topic.ETLResponseTopic-ig2im 2006-04-13 16:11:53,930 INFO [STDOUT] In the annotation delete cycle with DELETE_ANNOTATION_CYCLE_IN_SECONDS= 86400 2006-04-13 16:11:53,938 INFO [org.apache.activemq.broker.AbstractConnection.Service] Async error occurred: javax.jms.JMSException: Durable consumer is in use for client: NC_hub_inboundimanager and subscriptionName: imanager javax.jms.JMSException: Durable consumer is in use for client: NC_hub_inboundimanager and subscriptionName: imanager at org.apache.activemq.broker.region.TopicRegion.addConsumer(TopicRegion.java:76) at org.apache.activemq.broker.region.RegionBroker.addConsumer(RegionBroker.java:261) at org.apache.activemq.broker.BrokerFilter.addConsumer(BrokerFilter.java:68) at org.apache.activemq.advisory.AdvisoryBroker.addConsumer(AdvisoryBroker.java:75) at org.apache.activemq.broker.BrokerFilter.addConsumer(BrokerFilter.java:68) at org.apache.activemq.broker.MutableBrokerFilter.addConsumer(MutableBrokerFilter.java:80) at org.apache.activemq.broker.AbstractConnection.processAddConsumer(AbstractConnection.java:422) at org.apache.activemq.command.ConsumerInfo.visit(ConsumerInfo.java:291) at org.apache.activemq.broker.AbstractConnection.service(AbstractConnection.java:196) at org.apache.activemq.broker.TransportConnection$1.onCommand(TransportConnection.java:62) at org.apache.activemq.transport.ResponseCorrelator.onCommand(ResponseCorrelator.java:88) at org.apache.activemq.transport.TransportFilter.onCommand(TransportFilter.java:70) at org.apache.activemq.transport.vm.VMTransport.oneway(VMTransport.java:75) at org.apache.activemq.transport.MutexTransport.oneway(MutexTransport.java:44) at org.apache.activemq.transport.ResponseCorrelator.oneway(ResponseCorrelator.java:55) at org.apache.activemq.network.DemandForwardingBridgeSupport.addSubscription(DemandForwardingBridgeSupport.java:337) at org.apache.activemq.network.DemandForwardingBridgeSupport.serviceRemoteConsumerAdvisory(DemandForwardingBridgeSupport.java:316) at org.apache.activemq.network.DemandForwardingBridgeSupport.serviceRemoteCommand(DemandForwardingBridgeSupport.java:267) at org.apache.activemq.network.DemandForwardingBridgeSupport$2.onCommand(DemandForwardingBridgeSupport.java:117) at org.apache.activemq.transport.ResponseCorrelator.onCommand(ResponseCorrelator.java:88) at org.apache.activemq.transport.TransportFilter.onCommand(TransportFilter.java:70) at org.apache.activemq.transport.failover.FailoverTransport$1.onCommand(FailoverTransport.java:103) at org.apache.activemq.transport.WireFormatNegotiator.onCommand(WireFormatNegotiator.java:114) at org.apache.activemq.transport.TransportSupport.doConsume(TransportSupport.java:87) at org.apache.activemq.transport.tcp.TcpTransport.run(TcpTransport.java:137) at java.lang.Thread.run(Thread.java:595) What can I do to get rid of this exception ? Thanks, Shyam Sarkar ssarkar@reconnex.net 650-940-4152 -- View this message in context: http://www.nabble.com/Exception-on-Durable-Consumer-t1452032.html#a3923980 Sent from the ActiveMQ - Dev forum at Nabble.com.