XBean Jetty config for ActiveMQ?

2007-08-31 Thread budcurtis
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

Temp queue vs topic via message selector?

2007-08-31 Thread TOPPER_HARLEY
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

Running a HA network of brokers

2007-08-31 Thread Mykola
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

Re: Problems running Web Console

2007-08-31 Thread corcorda
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

Re: How can I find messages that have been unconsumed for "too long"?

2007-08-31 Thread keneida
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