Re: Master/Slave issue with Network of Brokers

2012-05-07 Thread pollotek
So nobody else is having a similar issue that could have some knowledge to share? The topology I am trying is: embedded broker -> share nothing master slave -> consumer I also tried: embedded broker -> share nothing master slave -> embedded broker -> consumer and embedded broker -> shared FS

Re: Master/Slave issue with Network of Brokers

2012-05-04 Thread pollotek
I'm having a very similar issue. I'm using 5.5 on Linux Ubuntu with Java 6. I have an embedded broker inside Tomcat forwarding messages to a master slave share nothing setup. Consumers are in a different machine running Tomcat connected directly to the master. Everything seems to work just fine whi

Re: Master/Slave issue with Network of Brokers

2010-03-31 Thread Roxana Grigore
Hello Mike, I think I found a way to make it work: -no network connector on Master -on the networked broker a static duplex connector to the Master -on the Slave a static duplex connector to the networked connector This way, when the Master is down, the Slave will start its own duplex connector wi

Re: Master/Slave issue with Network of Brokers

2010-03-30 Thread Roxana Grigore
Hello Garry, The problem is not with the clients using the failover transport, but on the remote broker that is using static network connector. For brokers discovery I cannot use failover but static and this network connector is not behaving the same way as the failover transport which "connect to

Re: Master/Slave issue with Network of Brokers

2010-03-30 Thread Gary Tully
Some steps to help diagnose: 1) enable debug logging for both the client and broker. org.apache.activemq=DEBUG in the log4j.properties You should see the client failover transport detect the connection failure and start retrying 2) A thread dump of the client should also show threads waiting f

Re: Master/Slave issue with Network of Brokers

2010-03-30 Thread Roxana Grigore
Hello Mike, I have the same problem. I tested and re-tested and it is not working. Have you found any solution? I'm currently running it in a Windows environment.  The client seems to be fine, it is the broker that's the issue. Mike -- View this message in context: http://old.nabble.com/Maste

Re: Master/Slave issue with Network of Brokers

2010-03-01 Thread Mike Colarusso
I'm currently running it in a Windows environment.  The client seems to be fine, it is the broker that's the issue. Mike From: Josh Carlson To: "users@activemq.apache.org" ; MikeCola Sent: Mon, March 1, 2010 11:22:47 AM Subject: Re: Mas

Re: Master/Slave issue with Network of Brokers

2010-03-01 Thread Josh Carlson
Is your client hung? Is your client running under Linux? I have a problem where if the actual host machine serving as the master goes down (as opposed to just the process) the client processes hang trying to read/write from the socket connection. I've yet to investigate the issue but was just c