RE: Master/slave configuration not working

2012-02-16 Thread Chaitanya Gupta
Hi Matt, Can you help with this, I can provide config file and other details you need. Thanks, Chaitanya -Original Message- From: Chaitanya Gupta [mailto:chaitanya_gu...@persistent.co.in] Sent: Wednesday, February 15, 2012 5:56 PM To: users@activemq.apache.org Subject: Master/slave confi

RE: Master/slave configuration not working

2012-02-16 Thread Chaitanya Gupta
PM To: users@activemq.apache.org Subject: RE: Master/slave configuration not working Well, this could be due to the locking mechanism which is implemented in Active MQ. In MySQL I had simiilar problems, which could be solved switching the MySQL engine to Inno DB. -- View this message in context:

RE: Master/slave configuration not working

2012-02-16 Thread Zagan
Well, this could be due to the locking mechanism which is implemented in Active MQ. In MySQL I had simiilar problems, which could be solved switching the MySQL engine to Inno DB. -- View this message in context: http://activemq.2283324.n4.nabble.com/Master-slave-configuration-not-working-tp43

RE: Master/slave configuration not working

2012-02-15 Thread Chaitanya Gupta
rom: Zagan [mailto:erbsen.fr...@gmail.com] Sent: Wednesday, February 15, 2012 7:52 PM To: users@activemq.apache.org Subject: RE: Master/slave configuration not working Which database do you use? -- View this message in context: http://activemq.2283324.n4.nabble.com/Master-slave-configuration-n

RE: Master/slave configuration not working

2012-02-15 Thread Zagan
Which database do you use? -- View this message in context: http://activemq.2283324.n4.nabble.com/Master-slave-configuration-not-working-tp4390225p4390590.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

RE: Master/slave configuration not working

2012-02-15 Thread Chaitanya Gupta
: Re: Master/slave configuration not working Hi Chaitanya, are you using Shared Database Master/Slave or Shared Filesystem Master/Slave? -- View this message in context: http://activemq.2283324.n4.nabble.com/Master-slave-configuration-not-working-tp4390225p4390422.html Sent from the ActiveMQ

Re: Master/slave configuration not working

2012-02-15 Thread Zagan
Hi Chaitanya, are you using Shared Database Master/Slave or Shared Filesystem Master/Slave? -- View this message in context: http://activemq.2283324.n4.nabble.com/Master-slave-configuration-not-working-tp4390225p4390422.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Master/slave configuration

2011-06-24 Thread Eivind Sivertsen
When you create a connection using the ActiveMQConnectionFactory, cast it to an ActiveMQConnection: ActiveMQConnectionFactory factory = new ActiveMQConnectionFactory(brokerUrl); ActiveMQConnection conn = (ActiveMQConnection) factory.createConnection(); And let your TransportListener implement

Re: Master/slave configuration

2011-06-24 Thread Vijay
Thanks for the replies. The reason we have redundant clients is to survive hardware crash as both broker and client reside on the same machine. We keep the Client 2 live to just keep trying for connection to slave until master goes down. Once slave becomes master, it gets connection and starts pr

Re: Master/slave configuration

2011-06-23 Thread eivindsi
Instead of having a client "connected" to the slave (the slave will not accept connections until the master dies, if I remember correctly), you should use only one client (JMS client 1) and use the failover transport. The client will then automatically start using the slave when the master dies. h

Re: Master/slave configuration

2011-06-23 Thread Johan Edstrom
failover. Dead is dead. On Jun 24, 2011, at 12:07 AM, Vijay wrote: > server1 > > Master > JMS client 1 connects to Master > > Server2 > > Slave > JMS client 2 connects to slave > > > I need clarification on following scenarios. > > 1.If master dies, slave is still keeping J

Re: Master & Slave configuration

2008-09-03 Thread James Strachan
2008/9/3 NabiL <[EMAIL PROTECTED]>: > > Thanks for our help. May the errors occured because I have 2 activemq servers > on the same machine (win XP). I configure the master and slave with shared > file system et i don't specify any Database for persistence !! plz see the > confs > > Master =htt

Re: Master & Slave configuration

2008-09-03 Thread NabiL
Thanks for our help. May the errors occured because I have 2 activemq servers on the same machine (win XP). I configure the master and slave with shared file system et i don't specify any Database for persistence !! plz see the confs Master =http://www.nabble.com/file/p19286978/activemq.xml a

Re: Master & Slave configuration

2008-09-03 Thread James Strachan
2008/9/3 NabiL <[EMAIL PROTECTED]>: > > it works fine !! > > I have a problem concerning Master Slave configuration. > > I successfully tested the Master and Slave configuration > http://www.nabble.com/file/p19285414/activemq.xml activemq.xml , but i got > errors when the slave > grab the lock and

Re: Master/Slave Configuration with Network of Brokers working fine But In Master console it shows errors

2008-07-07 Thread Bruce Snyder
On Mon, Jul 7, 2008 at 9:10 AM, Manish1985 <[EMAIL PROTECTED]> wrote: > > Hi All, > > I have configured Master and Slaves with Network of Brokers. Here All > messages are received and sent properly but in Master ActiveMQ server i get > following errors while sending each message. > > 2008-03-07 19:

Re: Master/Slave Configuration With Non-Persistence - 2 Brokers Starting Problem

2007-05-22 Thread James.Strachan
Franz Garsombke wrote: > > I have a situation where we want to have a non-persistent topic and run a > master/slave configuration with our brokers. The problem is that if we > define the broker as non-persistent a broker is started on each server in > our cluster. Without defining something lik

Re: Master/Slave Configuration with Memory Persistence?

2007-04-27 Thread Franz Garsombke
That is simple enough :). I had assumed from the documentation that since master/slave didn't mention memory persistence that is was only possible with jdbcPersistence or a shared file system. Thanks. Franz rajdavies wrote: > > > yes it should - just set the persistence to false in the > c

Re: Master/Slave Configuration with Memory Persistence?

2007-04-27 Thread Rob Davies
yes it should - just set the persistence to false in the configuration: see http://activemq.apache.org/persistence.html - last item. When persistence is false, the ActiveMQ broker uses an in memory store implementation instead cheers, Rob http://rajdavies.blogspot.com/ On 27 Apr 200