Re: C++ Client. Cluster failover.

2011-04-18 Thread Sergey_Zhemzhitsky
Subject Re: C++ Client. Cluster failover. On 04/18/2011 04:03 PM, sergey_zhemzhit...@troika.ru wrote: > Hi there, > > According to the > http://qpid.apache.org/books/0.8/Programming-In-Apache-Qpid/html/ch02s14.html > we can configure a client failover by means of the follo

Re: C++ Client. Cluster failover.

2011-04-18 Thread Gordon Sim
On 04/18/2011 04:03 PM, sergey_zhemzhit...@troika.ru wrote: Hi there, According to the http://qpid.apache.org/books/0.8/Programming-In-Apache-Qpid/html/ch02s14.html we can configure a client failover by means of the following snippet of code Connection connection("localhost:5672"); connection.s

C++ Client. Cluster failover.

2011-04-18 Thread Sergey_Zhemzhitsky
Hi there, According to the http://qpid.apache.org/books/0.8/Programming-In-Apache-Qpid/html/ch02s14.html we can configure a client failover by means of the following snippet of code Connection connection("localhost:5672"); connection.setOption("reconnect", true); try { connection.open();

RE: Cluster/failover

2009-06-19 Thread Antoine Hebert
hloming [mailto:rafa...@redhat.com] Sent: Thursday, June 18, 2009 2:11 PM To: users@qpid.apache.org Subject: Re: Cluster/failover Antoine Hebert wrote: > Hi, I'm pretty new to Java and to JMS as well, I want to perform Qpid > clustering and failover tests. I searched the documentatio

RE: Cluster/failover

2009-06-19 Thread Antoine Hebert
: Re: Cluster/failover Hi Rafael! On Thu, Jun 18, 2009 at 02:10:43PM -0400, Rafael Schloming wrote: > ...tcp://192.168.1.96:5672'&failover='roundrobin?cyclecount='20'' Excuse me, but is that really

Re: Cluster/failover

2009-06-19 Thread Ján Sáreník
Hi Rafael! On Thu, Jun 18, 2009 at 02:10:43PM -0400, Rafael Schloming wrote: > ...tcp://192.168.1.96:5672'&failover='roundrobin?cyclecount='20'' Excuse me, but is that really the right way to quote it? If I was a syntax checker,

Re: Cluster/failover

2009-06-18 Thread Rafael Schloming
Antoine Hebert wrote: Hi, I'm pretty new to Java and to JMS as well, I want to perform Qpid clustering and failover tests. I searched the documentation and I'm not sure I do things properly. I use the C++ broker with Java clients. First I have two boxes with Qpid: - boxA inet addr: 192.168.1.204

Cluster/failover

2009-06-18 Thread Antoine Hebert
Hi, I'm pretty new to Java and to JMS as well, I want to perform Qpid clustering and failover tests. I searched the documentation and I'm not sure I do things properly. I use the C++ broker with Java clients. First I have two boxes with Qpid: - boxA inet addr: 192.168.1.204 mask: 255.255.255.0 - b