Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 68934 invoked from network); 19 Jul 2008 22:27:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 19 Jul 2008 22:27:58 -0000 Received: (qmail 33963 invoked by uid 500); 19 Jul 2008 22:27:57 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 33939 invoked by uid 500); 19 Jul 2008 22:27:57 -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 33928 invoked by uid 99); 19 Jul 2008 22:27:57 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 19 Jul 2008 15:27:57 -0700 X-ASF-Spam-Status: No, hits=2.6 required=10.0 tests=DNS_FROM_OPENWHOIS,SPF_HELO_PASS,SPF_PASS,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: pass (athena.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; Sat, 19 Jul 2008 22:27:03 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1KKKtj-0002dM-U5 for users@activemq.apache.org; Sat, 19 Jul 2008 15:27:27 -0700 Message-ID: <18549419.post@talk.nabble.com> Date: Sat, 19 Jul 2008 15:27:27 -0700 (PDT) From: rpratt To: users@activemq.apache.org Subject: Network of Brokers, Temp Queue problem MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: rpratt@optionshouse.com X-Virus-Checked: Checked by ClamAV on apache.org I have seen several other posts that are somewhat like my problem, but none directly address my issue...hopefully someone can help me out here. I have configured two brokers on separate machines as a network of brokers. The connectors between them is: networkConnectors> the connector.uri value is static://(tcp://host2:61616) on host1 and static://(tcp://host1:61616) on host2 the name is devconnector for both. I have several producers and consumers connected with the uri failover:(tcp://host1:61616?wireFormat.maxInactivityDuration=0,tcp://host2:61616?wireFormat.maxInactivityDuration=0)?jms.useAsyncSend=true&jms.prefetchPolicy.all=1 I have a service listening on known queue name (actually the service has 10 threads each receiving on that queue name). When a service thread receives a message it produces a result and sends it back to the replyTo destination set on the incoming message. The replyTo destination is a temporary queue set up by the sender. I often get the following error when the service is trying to send the reply: javax.jms.InvalidDestinationException: Cannot publish to a deleted Destination: temp-queue://ID:oslchi6ddev13-53619-1216502331985-0:6081:1 If I shut down one of the brokers this error goes away, so it seems like it has something to do with the network of brokers. Is this a known issue? If so is there a workaround? Or am I just doing something that is not supposed to work with a network of brokers? Thanks Ryan P -- View this message in context: http://www.nabble.com/Network-of-Brokers%2C-Temp-Queue-problem-tp18549419p18549419.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.