Hi,
I've done some tests of consumer priority and exclusive and I found that if
I start 2 consumers on the same queue (the first with a priority = 2 and the
second =1), the first will consume all messages.
It's the same thing whit consumer.exclusive.
So what's the difference between the 2.
I've
I don't made changes in my activemq.xml.
activemq.xml:
http://activemq.org/config/1.0"; brokerName="localhost"
dataDirectory="${activemq.base}/data">
at
org.springframework.beans.AbstractPropertyAccessor.setPropertyValues(AbstractPropertyAccessor.java:74)
at
org.springframework.beans.AbstractPropertyAccessor.setPropertyValues(AbstractPropertyAccessor.java:57)
at
org.springframework.beans.factory.support.AbstractAutowireCapable
Hi,
I wanted to run ActiveMQ on a machine which was not connected to a network.
I found that an error was declared (could not find the bean class).
When I've disconnected my initial machine from the network, ActiveMQ failed
to start.
Should I have an active connection to start ActiveMQ.
Thank y