Re: Can't subscribe to advisories for producer and consumers...

2017-09-30 Thread Tim Bain
Thanks for sharing the answer you found; hopefully it'll help someone else who's wondering the same thing. On Sep 29, 2017 1:42 PM, "Raffi" wrote: > OK, so I discovered ActiveMQPooledConnectionFactor uses pooled, anonymous > producers, for which advisories are not generated, which explains my is

Re: Can't subscribe to advisories for producer and consumers...

2017-09-29 Thread Raffi
OK, so I discovered ActiveMQPooledConnectionFactor uses pooled, anonymous producers, for which advisories are not generated, which explains my issue. Reference: https://issues.apache.org/jira/browse/AMQ-4176 http://activemq.apache.org/how-do-i-use-jms-efficiently.html -- Sent from: http://act

Can't subscribe to advisories for producer and consumers...

2017-09-28 Thread Raffi
I'm writing a simple topic subscriber for consuming advisory messages: Subscriber receives these messages... topic:ActiveMQ.Advisory.Connection ..but not these: topic:ActiveMQ.Advisory.Consumer.> topic:ActiveMQ.Advisory.Producer.> ...tried adjusting the topic, but none of these worked: topic:Act