configure ActiveMQ with Zookeeper?

2012-09-08 Thread rmn190
hi, all: I am assigned to do some study about configuring ActiveMQ with Zookeeper. What I am aware of Zookeeper is that it is a centralized service for maintaining configuration information, but when it comes to ActiveMQ, I have no idea. since generally all configurable about activeMq is on

Re: configure ActiveMQ with Zookeeper?

2012-09-08 Thread Gaurav Sharma
It is doable but zk's real power is in dynamic config. mgmt. So, if you review the xml schema, a lot of the elements of activemq.xml are not dynamically reconfigurable and require a restart. So, why introduce this other component for configuration anyway? Also, AMQ already exposes rich JMX based

Error while closing connection: Duplicate entry '?????' for key 'PRIMARY'

2012-09-08 Thread ericklip
Hi i am using activemq 5.6.0 on amazon EC2, i used activemq jdbc master slave High-availability configuration, aws rds mysql server is the persistence store. aws rds supports auto-failover, if one mysql is died, it will auto-failover to another mysql in few minutes. when failover happens,

Shared File System Master Slave locking issues with VM's

2012-09-08 Thread Ryan
Hi, I'm currently in the process of setting up a VM image for a Queue server, the idea is we can use it to scale load. They will share the same File Store and we have it set up to use the Shared File System Master Slave. So one should pick up as the master by locking the store and the other comes

Re: Re: configure ActiveMQ with Zookeeper?

2012-09-08 Thread rmn190
thanks, Gaurav. would you please give me some example about configuring ActimveMQ via JMX? rmn190 From: Gaurav Sharma Date: 2012-09-09 00:54 To: users@activemq.apache.org Subject: Re: configure ActiveMQ with Zookeeper? It is doable but zk's real power is in dynamic config. mgmt. So, if y

Re: Re: configure ActiveMQ with Zookeeper?

2012-09-08 Thread Gaurav Sharma
No problem. The JMX docs are here: http://activemq.apache.org/jmx.html Also, here's the locking jira: https://issues.apache.org/jira/browse/AMQ-4005 On Sat, Sep 8, 2012 at 6:51 PM, rmn190 wrote: > thanks, Gaurav. > > would you please give me some example about configuring ActimveMQ via JMX? > >