Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 1172 invoked from network); 9 Jun 2009 16:21:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 9 Jun 2009 16:21:38 -0000 Received: (qmail 77409 invoked by uid 500); 9 Jun 2009 16:21:50 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 77387 invoked by uid 500); 9 Jun 2009 16:21:50 -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 77377 invoked by uid 99); 9 Jun 2009 16:21:50 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Jun 2009 16:21:50 +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; Tue, 09 Jun 2009 16:21:39 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1ME44c-0006dt-LG for users@activemq.apache.org; Tue, 09 Jun 2009 09:21:18 -0700 Message-ID: <23946366.post@talk.nabble.com> Date: Tue, 9 Jun 2009 09:21:18 -0700 (PDT) From: nmittal To: users@activemq.apache.org Subject: Duplex not working (or I am doing something wrong) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: nmittal@rblt.com X-Virus-Checked: Checked by ClamAV on apache.org Hi, I want to setup message exchanges (both ways) between two brokers running on different boxes. I have a producer P1 on box 1 thats publishes messages that are consumed by a consumer C2 on box 2. C2 then does some calculations and publishes messages on P2 that a consumer C1 on box 1 subscribes to. my broker config file looks like this... and as you can see, I am setting up a dulex connection between both brokers. However, while box-2 is seeing msgs published by box-1. Box-1 is not seeing msgs published by box-2. I appreciate any help on this. thanks Nishant -- View this message in context: http://www.nabble.com/Duplex-not-working-%28or-I-am-doing-something-wrong%29-tp23946366p23946366.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.