Re: Not seeing enabled advisories ActiveMQ WebConsole

2012-07-13 Thread JRR
Oh... and this is now being tested against the 5.7.0 snapshot for the broker. -- View this message in context: http://activemq.2283324.n4.nabble.com/Not-seeing-enabled-advisories-ActiveMQ-WebConsole-tp4653952p4654009.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Not seeing enabled advisories ActiveMQ WebConsole

2012-07-13 Thread JRR
Hello. I tried with all of the following destinations. ActiveMQ.Advisory.FULL.> ActiveMQ.Advisory.FULL ActiveMQ.Advisory.Full.> ActiveMQ.Advisory.Full ActiveMQ.Advisory.> ActiveMQ.Advisory.FastProducer.> The only consumer that ever received anything was ActiveMQ.Advisory.> and that was getting n

Re: Not seeing enabled advisories ActiveMQ WebConsole

2012-07-13 Thread Gary Tully
Are you using a composite destination? In the little unit test the advisory destinations are: topic://ActiveMQ.Advisory.FastProducer.TempQueue.ID:gtmbp.local-55628-1342199123635-3:1:1 topic://ActiveMQ.Advisory.FULL.TempQueue.ID:gtmbp.local-55628-1342199123635-3:1:1 So you need the exact match or a

Re: Not seeing enabled advisories ActiveMQ WebConsole

2012-07-13 Thread JRR
SADNESS! I changed my steps so that I created a consumer for the topics: ActiveMQ.Advisory.FULL ActiveMQ.Advisory.Full ActiveMQ.Advisory.FastProducer.Queue I changed to the snapshot for 5.7.0. I see the advisory topics in the web console. However no advisories are ever sent to them f

Re: Not seeing enabled advisories ActiveMQ WebConsole

2012-07-13 Thread Gary Tully
think the key bit is to create the advisory topic consumers up front. There no persistence on a topic unless there are durable subscribers, so you need to be listening to the topic to get the advisory. On 13 July 2012 16:03, JRR wrote: > Hello Gary, > > How would I run the test you referenced? I

Re: Not seeing enabled advisories ActiveMQ WebConsole

2012-07-13 Thread JRR
Hello Gary, How would I run the test you referenced? I use the CPP client not Java. (Actually I don't use Java at all... I start the broker using the bin/activemq script or the script our Java team gives the server team for starting the broker). I looked through the code and I see that one of the

Re: Not seeing enabled advisories ActiveMQ WebConsole

2012-07-13 Thread Gary Tully
have a peek at this test case: http://svn.apache.org/viewvc/activemq/trunk/activemq-core/src/test/java/org/apache/activemq/bugs/AMQ3903Test.java?view=markup tweak it to validate your exact scenario but to me, it confirms the fix On 12 July 2012 23:23, JRR wrote: > I've created a consumer and I c

Re: Not seeing enabled advisories ActiveMQ WebConsole

2012-07-12 Thread JRR
I've created a consumer and I can see advisory messages for 1. ActiveMQ.Advisory.Connection 2. ActiveMQ.Advisory.Producer.Queue.c.c.p.v.ms.events 3. ActiveMQ.Advisory.Queue But not for ActiveMQ.Advisory.FastProducer.Queue or ActiveMQ.Advisory.FULL I see these topics CREATED when my consumer sta