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
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:
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
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
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
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
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.
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
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
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
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
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
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
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
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:
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
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
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
18 matches
Mail list logo