I'm trying to include the jetty configuration in the ActiveMQ XBEAN:
http://mortbay.com/schemas/jetty/1.0";>
but the URL http://mortbay.com/schemas/jetty/1.0 is not available.
I get the exception:
BeanDefinitionStoreException: Unrecognized xbean namespac
Hi all,
We are currently using temp queues for dispatching data to a number of
clients. In this way each client gets only his own data, request response
style. However we are having lots of trouble with the temp queues and the
broker blocking. We also have topics to dispatch updates to all clients
Hi all
After problems with Master/Slave configuration over MySQL when master broker
hangs up after some time, we decided to switch to the Network of Brokers to
achieve HA
I setup 2 brokers on 61616 and 61716 ports with following configs
http://activemq.org/config/1.0";
dataDirectory="${act
I'm having the similar problem. I'm sure it's just something stupid I'm
doing.
I'm running the amq server. I can connect to it with JConsole, create queues
etc but I can't connect to it through the web interface.
The process only has 3 ports open:
lsof -p `pgrep -f ".*activemq.*"` | grep -i tcp
When using transactions after reaching maximum redeliveries also go to that
queue. Is it possible to find out why the messege went to the DLQ?
AFAIK the expired message will be moved into the DeadLetterQueue.
Since you're able to configure the DLQ it should be possible to do
what you want (usin