For the JDBC Master Slave config, just like there exists the Failover
Transport for the broker url, what is the best way to specify the JMX
hosts in a properties file:
jmxUrl=service:jmx:rmi:///jndi/rmi://:1616/jmxrmi, \
service:jmx:rmi:///jndi/rmi://:1616/jmxrmi, \
service:jm
@rmn190
I've added a new blog post describing benchmarking JMS Layer, specifically
ActiveMQ:
http://www.christianposta.com/blog/?p=268
-
http://www.christianposta.com/blog
--
View this message in context:
http://activemq.2283324.n4.nabble.com/how-can-I-run-the-benchmark-test-tp4655748p4656
Hey
We have strange problem with Jdbc based idempotent consumer. We have three
queues:
watcher.queue.source
watcher.queue.sink
watcher.queue.used
we populate watcher.queue.source queue form which Camel IC is reading
messages and populate them to watcher.queue.sink. Consumers read from
watcher.q
HI,
I am useing Activemq 5.6.0. I have copied the same activemq folder on both
the machines and enabled the priority on the queues. On one machine it works
fine, with a prefetch size of 1000 but on the other machine with prefetch
size 1000, all messages are not consumed, and messages are left in t
I have founded issue. There was spring-jdbc-3.0.3.RELEASE.jar missing but no
exception was thrown.
--
View this message in context:
http://activemq.2283324.n4.nabble.com/ActiveMQ-and-JdbcMessageIdRepository-problem-tp4655892p4656026.html
Sent from the ActiveMQ - User mailing list archive at Na
Hello,
I'm trying to test the queue persistence of ActiveMQ.
I have an embedded ActiveMQ server with an unique consumer.
This embedded server receive JMS messages from many other JVM applications.
It works fine, consumer application receive the notifications.
So i've tried to test the persist