Setting up network of brokers without shared database or file system

2009-05-18 Thread Shahzad Bhatti
I am using ActiveMQ 5.2 with following configuration: http://activemq.apache.org/schema/core";>

How do I specify max retries for delivery and DLQ policies for dynamic queues

2009-05-18 Thread Shahzad Bhatti
I am using ActiveMQ 5.2 with following configuration: http://activemq.apache.org/schema/core";>

How do I configure Topic on clustered server to replicate messages on each server

2009-05-07 Thread Shahzad Bhatti
I am using a clustered configuration of ActiveMQ 5.2 with failover but without any shared file system or SAN. For queues, the ActiveMQ load balances both publication of messages, i.e., the message only goes to one of the server. However for Topics, I would like messages be sent to both of the serv

Setting redelivery policy

2009-02-27 Thread Shahzad Bhatti
I am using ActiveMQ with Hibernate and Spring. In my listener when I throw a runtime-exception, the message is sent back to the queue as expected. But I don't see it's redelivered to the listener. I think by default the maximum redlivery is 6 before it sends the message to DLQ, e.g. maximumRedeli

Re: NPE for ${requestContext.brokerQuery.brokerAdmin.brokerName}

2009-01-05 Thread Shahzad Bhatti
? Shahzad Bhatti wrote: > > Sorry, for the late reply but I have both of those files in WEB-INF and as > I mentioned I copied all files from admin's WEB-INF except activemq.xml, > which I simplified with minimum configuration. Any other ideas? Thanks. > > > > >

Re: NPE for ${requestContext.brokerQuery.brokerAdmin.brokerName}

2009-01-05 Thread Shahzad Bhatti
- http://fusesource.com/ > ActiveMQ in Action - http://www.manning.com/snyder/ > Blog - http://www.nighttale.net > > > On Wed, Dec 24, 2008 at 7:14 PM, Shahzad Bhatti > wrote: > >> >> I am trying to setup embedded ActiveMQ inside Tomcat. It is largely based >>

NPE for ${requestContext.brokerQuery.brokerAdmin.brokerName}

2008-12-24 Thread Shahzad Bhatti
I am trying to setup embedded ActiveMQ inside Tomcat. It is largely based on admin webapp included in the distribution. However, when the server starts up, I see type Exception report message description The server encountered an internal error () that prevented it from fulfilling this request.