Return-Path: X-Original-To: apmail-activemq-users-archive@www.apache.org Delivered-To: apmail-activemq-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0CB68F612 for ; Thu, 21 Mar 2013 00:23:30 +0000 (UTC) Received: (qmail 58411 invoked by uid 500); 21 Mar 2013 00:23:29 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 58334 invoked by uid 500); 21 Mar 2013 00:23:29 -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 Delivered-To: moderator for users@activemq.apache.org Received: (qmail 12071 invoked by uid 99); 20 Mar 2013 18:43:35 -0000 X-ASF-Spam-Status: No, hits=2.0 required=5.0 tests=SPF_NEUTRAL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: 216.139.250.139 is neither permitted nor denied by domain of yzuo@expedia.com) Date: Wed, 20 Mar 2013 11:43:08 -0700 (PDT) From: carlzuo To: users@activemq.apache.org Message-ID: <1363804988910-4664973.post@n4.nabble.com> Subject: ActiveMQ network of brokers don't forward messages back MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org I had two ActiveMQ brokers (A and B) that were configured as store-forward network. They work perfectly to forward messages from A to B when there is a consumer connected on broker B and producer sends messages to A. The problem is that when the consumer is killed and reconnected to A, the queued messages on B (they were forwarded from A) won't forward back to A where the consumer connected to. Even I send new messages to B, all messages were stuck on B until I restart brokers. I have tried to set networkTTL="4" and duplex="true" on the broker network connector, but it doesn't work. -- View this message in context: http://activemq.2283324.n4.nabble.com/ActiveMQ-network-of-brokers-don-t-forward-messages-back-tp4664973.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.