Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 44461 invoked from network); 19 Feb 2009 03:26:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 19 Feb 2009 03:26:21 -0000 Received: (qmail 43389 invoked by uid 500); 19 Feb 2009 03:26:21 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 43335 invoked by uid 500); 19 Feb 2009 03:26:20 -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 43290 invoked by uid 99); 19 Feb 2009 03:26:20 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Feb 2009 19:26:20 -0800 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.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Feb 2009 03:26:19 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 991F6234C4AD for ; Wed, 18 Feb 2009 19:25:59 -0800 (PST) Message-ID: <1642794830.1235013959626.JavaMail.jira@brutus> Date: Wed, 18 Feb 2009 19:25:59 -0800 (PST) From: "M Carter (JIRA)" To: dev@activemq.apache.org Subject: [jira] Commented: (AMQ-1464) AMQ 5.0 Fanout Regression In-Reply-To: <24536982.1192472063249.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/activemq/browse/AMQ-1464?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=49760#action_49760 ] M Carter commented on AMQ-1464: ------------------------------- I should also point out that while that test doesn't have the 'fanOutQueues=true' option explicitly specified, I get the same output when using that option as well. > AMQ 5.0 Fanout Regression > --------------------------- > > Key: AMQ-1464 > URL: https://issues.apache.org/activemq/browse/AMQ-1464 > Project: ActiveMQ > Issue Type: Bug > Components: JMS client > Affects Versions: 5.0.0 > Environment: AMQ 5.0 - the 10/10/07 SNAPSHOT > Reporter: Joe Fernandez > Assignee: Hadrian Zbarcea > Fix For: 5.2.0 > > Attachments: illegal-state-test-2009-02-19.txt, illegal-state-test-output-2009-02-19.txt > > > On 4.1.1, the fanout transport works as expected. My producer is fanning out message sends (queues) to two unrelated message brokers and clients connected to both those brokers get the messages. > However, when I run the same exact test under 5.0 (the 10/10 SNAPSHOT), fanout no longer works as expected Only the 5.0 broker that my producer first connects with gets the messages. The second broker never gets the messages and hurls this exception. > ERROR Service - Async error occurred: java.lang.IllegalStateException: Cannot remove a consumer that had not been registered: ID:DIEGO-3739-1192470567781-0:0:-1:1 > java.lang.IllegalStateException: Cannot remove a consumer that had not been registered: ID:DIEGO-3739-1192470567781-0:0:-1:1 > at org.apache.activemq.broker.TransportConnection.processRemoveConsumer( > TransportConnection.java:547) > at org.apache.activemq.command.RemoveInfo.visit(RemoveInfo.java:64) > at org.apache.activemq.broker.TransportConnection.service(TransportConnection.java:281) > at org.apache.activemq.broker.TransportConnection$1.onCommand(TransportConnection.java:178) > at org.apache.activemq.transport.TransportFilter.onCommand(TransportFilter.java:67) > at org.apache.activemq.transport.WireFormatNegotiator.onCommand(WireFormatNegotiator.java:134) > at org.apache.activemq.transport.InactivityMonitor.onCommand(InactivityMonitor.java:124) > at org.apache.activemq.transport.TransportSupport.doConsume(TransportSupport.java:83) > at org.apache.activemq.transport.tcp.TcpTransport.doRun(TcpTransport.java:183) > at org.apache.activemq.transport.tcp.TcpTransport.run(TcpTransport.java:170) > at java.lang.Thread.run(Thread.java:595) > Joe > -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.