How to subscribe to multiple topics not having an underlying naming convention (e.g. same prefix or suffix)?

2011-03-01 Thread Fred Moore
Hi folks, is there a way to subscribe to multiple topics that do *not* have a naming convention (e.g. same prefix or suffix) allowing the use of wildcards? For example: STOCK.ACME + DEALS.NYC Cheers, F.

AMQCPP: unexpected exception

2011-03-01 Thread Henrique Magarotto
Hi everybody, First, sorry for long mail and thanks for great job in ActiveMQ and ActiveMQ-CPP. I'm testing some failure cases with ActiveMQ and ActiveMQ-CPP. In my test, an unexpected exception is thrown if broker is stopped while consumer is in transaction. Environment: ActiveMQ 5.4.2

Re: AMQCPP: unexpected exception

2011-03-01 Thread Timothy Bish
On Tue, 2011-03-01 at 20:22 -0300, Henrique Magarotto wrote: Hi everybody, First, sorry for long mail and thanks for great job in ActiveMQ and ActiveMQ-CPP. I'm testing some failure cases with ActiveMQ and ActiveMQ-CPP. In my test, an unexpected exception is thrown if broker is stopped

Re: AMQCPP: unexpected exception

2011-03-01 Thread Oscar Pernas
Hi, I ran into this bug before. If I am shutting down and starting the broker so many times, connection are not reestablished and the consumer gets frozen. If you try to close the consumer that is frozen, the closing stucks your thread too? In my case, this problem only happens when I'm debugging

Re: AMQCPP: unexpected exception

2011-03-01 Thread Henrique Magarotto
Thanks for reply! issue opened: https://issues.apache.org/jira/browse/AMQCPP-354 Regards Henrique 2011/3/1 Timothy Bish tabish...@gmail.com: On Tue, 2011-03-01 at 20:22 -0300, Henrique Magarotto wrote: Hi everybody, First, sorry for long mail and thanks for great job in ActiveMQ and