Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 76548 invoked from network); 31 Aug 2010 15:28:04 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 31 Aug 2010 15:28:04 -0000 Received: (qmail 9518 invoked by uid 500); 31 Aug 2010 15:28:03 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 9394 invoked by uid 500); 31 Aug 2010 15:28:03 -0000 Mailing-List: contact dev-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list dev@activemq.apache.org Received: (qmail 9386 invoked by uid 99); 31 Aug 2010 15:28:02 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 31 Aug 2010 15:28:02 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 31 Aug 2010 15:28:02 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o7VFRfps023166 for ; Tue, 31 Aug 2010 15:27:41 GMT Message-ID: <19102951.5041283268461566.JavaMail.jira@thor> Date: Tue, 31 Aug 2010 11:27:41 -0400 (EDT) From: "Helen Huang (JIRA)" To: dev@activemq.apache.org Subject: [jira] Commented: (AMQCPP-315) Advisory messages do not work with multiple listeners In-Reply-To: <20815160.2351282943920360.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: ae95407df07c98740808b2ef9da0087c [ https://issues.apache.org/activemq/browse/AMQCPP-315?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=61556#action_61556 ] Helen Huang commented on AMQCPP-315: ------------------------------------ Got the latest (revision 988754) from https://svn.apache.org/repos/asf/activemq/activemq-cpp/branches/activemq-cpp-3.2.x and I was able to reproduce the problem. Should I try the code in trunk instead? > Advisory messages do not work with multiple listeners > ----------------------------------------------------- > > Key: AMQCPP-315 > URL: https://issues.apache.org/activemq/browse/AMQCPP-315 > Project: ActiveMQ C++ Client > Issue Type: Bug > Affects Versions: 3.2.2 > Environment: Windows, ActiveMQ 5.3.1 > Reporter: Helen Huang > Assignee: Timothy Bish > Attachments: activemq.log, AdvisoryMessageListener2.zip, vs2005-build.zip > > > We found that the advisory messages do not work as expected when there are multiple consumers listening to the same advisory topics. > We have three applications, AdvisoryMessageListener, MessageListener, and MessageSender. > AdvisoryMessageListener listens to the following two topics: > ActiveMQ.Advisory.Consumer.Topic.cpp.itemLookup > ActiveMQ.Advisory.Producer.Topic.cpp.itemLookup > MessageListener listens to topic: cpp.itemLookup > MessageSender sends messages to topic: cpp.itemLookup > If there is only one instance of AdvisoryMessageListener , then everything work fine. We can get the advisory messages when we start/shut down MessageListener or MessageSender . However, when we start a second instance of AdvisoryMessageListener , it seems to knock out the existing connection of the first AdvisoryMessageListener. The first instance can no longer receive any advisory messages after that. > This problem could be related to the problem reported in jira item "AMQCPP-314 Starting app with Com using cms destroys connection of other app. New problem with recent lib version". However in our problem, we do not have any COM layers. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.