Re: JMS, Wildcard destination consumer, and Acknowledgements going to wrong queue

2019-06-10 Thread Justin Bertram
I closed and commented on the JIRA with an explanation. I think the functionality you're looking for should be implemented with exclusive diverts. Justin On Mon, Jun 10, 2019 at 1:19 PM bob.sandif...@sirsidynix.com < bob.sandif...@sirsidynix.com> wrote: > Test created, see comment from 'Craig

Re: JMS, Wildcard destination consumer, and Acknowledgements going to wrong queue

2019-06-10 Thread bob.sandif...@sirsidynix.com
Test created, see comment from 'Craig Schmidt' in https://issues.apache.org/jira/browse/ARTEMIS-2375 -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html

Re: JMS, Wildcard destination consumer, and Acknowledgements going to wrong queue

2019-06-06 Thread Michael André Pearce
Hi If this is occurring, it sounds like a bug. This is a community project, so if you are able to create a unit test case that replicates the issue, it certainly help the community to validate if it is a bug or not, and also validate any fix the community may do. if you look here, for

JMS, Wildcard destination consumer, and Acknowledgements going to wrong queue

2019-06-06 Thread bob.sandif...@sirsidynix.com
I have an ActiveMQ server set up where I have multiple (and unbounded) queues which differ only in the last component. e.g. myqueue.1, myqueue.2, myqueue.4, etc. The last component is from a database that will have a varying set of customers defined - and I want to set up one queue for each