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
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
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
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.
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
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
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
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