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

Not seeing enabled advisories ActiveMQ WebConsole

2012-07-12 Thread JRR
Hello, I am using ActiveMQ 5.6.0 with the CPP client 3.4.2. I enabled advisories for 'advisoryWhenFull' and 'advisoryForFastProducers' in my activemq.xml file and then restarted the broker. I know that this file is being read due to a couple of errors logged for early typos. I then used a produc

ActiveMQ / Oracle message-store Performance

2012-07-12 Thread Gaurav Sharma
Hi all, Is anyone using ActiveMQ with Oracle for persistence and if you have done some performance benchmarking, can you share some numbers please? Performance test numbers are fine to share too: http://activemq.apache.org/activemq-performance-module-users-manual.html Thank you. -Gaurav

Re: JMX JConsole shows consumers but no producers

2012-07-12 Thread pollotek
Nobody knows about this topic? -- View this message in context: http://activemq.2283324.n4.nabble.com/JMX-JConsole-shows-consumers-but-no-producers-tp4653917p4653944.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Move message and change headers at the same time

2012-07-12 Thread Gary Tully
that will work and is safe. The only caveat is the scope of a selector in activemq. It works on messages in memory only, so if there are lots of messages you need to ensure that the destination policyEntry.maxPageSize> expected-queue-depth for your destinations. It defaults to 200. Otherwise you wi

ActiveMQ client on Java 1.4

2012-07-12 Thread ChrLipp
We are using Active MQ in the most current version 5.6.0. Now we have the problem that a new client has to be connected, unfortunately this client is developed with IBM JDK 1.4. Adding ActiveMQ to the application lead to the following error: 2012-07-11-09.50.28.838:ReplicationService - Main : UN

Move message and change headers at the same time

2012-07-12 Thread ddawg
Hi, I'm using activeMQ 5.5.1 and I would like to move a specific message from one queue to another and at the same time I want to change some headers (i.e. removing exception headers); Since with JMX I can only move the message and cannot change the headers, this is not an option for me. Thus, my

Re: Messages are sent to all Queues instead of specific queues in Virtual Topic

2012-07-12 Thread Praveen123
Hi Jakub, I am able to filter the messages before it reaches the queue using Virtual Topic itself but the problem is previously defined Virtual Topic queues are also appearing in the Queues Tab. Can anyone please tell me how to avoid the previously define queues in the Queues Tab incase of Virtua