[ https://issues.apache.org/activemq/browse/AMQCPP-243?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Timothy Bish resolved AMQCPP-243. --------------------------------- Resolution: Fixed Resolved in trunk. There were two places where the ack message was getting the Destination from the Message assigned to it instead of the Destination from the MessageDispatch command. > 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.1 > > > 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.