Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 64844 invoked from network); 3 Jun 2009 13:48:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 3 Jun 2009 13:48:03 -0000 Received: (qmail 68627 invoked by uid 500); 3 Jun 2009 13:48:15 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 68585 invoked by uid 500); 3 Jun 2009 13:48:15 -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 68575 invoked by uid 99); 3 Jun 2009 13:48:15 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Jun 2009 13:48:15 +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.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Jun 2009 13:48:12 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id B0E2C234C04C for ; Wed, 3 Jun 2009 06:47:50 -0700 (PDT) Message-ID: <797292858.1244036870722.JavaMail.jira@brutus> Date: Wed, 3 Jun 2009 06:47:50 -0700 (PDT) From: "Timothy Bish (JIRA)" To: dev@activemq.apache.org Subject: [jira] Updated: (AMQCPP-243) Error when acknowledging messages that are sent to Virtual Topic subscribers In-Reply-To: <821163072.1243447491993.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: ae95407df07c98740808b2ef9da0087c X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/activemq/browse/AMQCPP-243?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Timothy Bish updated AMQCPP-243: -------------------------------- Fix Version/s: (was: 3.0.1) 3.0 Rolling this into the next 3.0 RC tag > Error when acknowledging messages that are sent to Virtual Topic subscribers > ---------------------------------------------------------------------------- > > Key: AMQCPP-243 > URL: https://issues.apache.org/activemq/browse/AMQCPP-243 > Project: ActiveMQ C++ Client > Issue Type: Bug > Components: Openwire > Affects Versions: 3.0 > Reporter: Timothy Bish > Assignee: Timothy Bish > Fix For: 3.0 > > > When acknowledging messages sent to subscribers on a Queue that is receiving messages sent to a Virtual Topic the broker generates an error. > {noformat} > ERROR Service - Async error occurred: java.lang.IllegalArgumentException: The subscription does not exist: f845dcb8-e92c-90af-46d8-e5dbc29aacae:0:0 > java.lang.IllegalArgumentException: The subscription does not exist: f845dcb8-e92c-90af-46d8-e5dbc29aacae:0:0 > at org.apache.activemq.broker.region.AbstractRegion.acknowledge(AbstractRegion.java:364) > at org.apache.activemq.broker.region.RegionBroker.acknowledge(RegionBroker.java:462) > at org.apache.activemq.broker.TransactionBroker.acknowledge(TransactionBroker.java:194) > at org.apache.activemq.broker.BrokerFilter.acknowledge(BrokerFilter.java:74) > at org.apache.activemq.broker.BrokerFilter.acknowledge(BrokerFilter.java:74) > at org.apache.activemq.broker.MutableBrokerFilter.acknowledge(MutableBrokerFilter.java:85) > at org.apache.activemq.broker.TransportConnection.processMessageAck(TransportConnection.java:456) > at org.apache.activemq.command.MessageAck.visit(MessageAck.java:205) > at org.apache.activemq.broker.TransportConnection.service(TransportConnection.java:305) > at org.apache.activemq.broker.TransportConnection$1.onCommand(TransportConnection.java:179) > at org.apache.activemq.transport.TransportFilter.onCommand(TransportFilter.java:68) > at org.apache.activemq.transport.WireFormatNegotiator.onCommand(WireFormatNegotiator.java:143) > at org.apache.activemq.transport.InactivityMonitor.onCommand(InactivityMonitor.java:206) > at org.apache.activemq.transport.TransportSupport.doConsume(TransportSupport.java:84) > at org.apache.activemq.transport.tcp.TcpTransport.doRun(TcpTransport.java:203) > at org.apache.activemq.transport.tcp.TcpTransport.run(TcpTransport.java:185) > at java.lang.Thread.run(Thread.java:636) > {noformat} -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.