Re: Hard-coded destination parameters prevent creation of Producer and Consumer

2012-08-28 Thread Robbie Gemmell
On 27 August 2012 20:39, Roger wrote: > > If disabling the queue and exchange declares is > > an option for you (i.e you can rely on them being present already) then > > you > > should be able to use that change along with the system properties I > > mentioned to do so. If not, we can try to work

RE: What is the qpid-route link XXX commands for?

2012-08-28 Thread Zhemzhitsky Sergey
Hi Andy, So, as far as I understand explicit calls to qpid-route link XXX are not necessary without any calls to "route add," "queue add," or "dynamic add."? Are there any usecases to invoke "qpid-route link XXX" without any subsequent calls to "route add," "queue add," or "dynamic add."? Best

Re: What is the qpid-route link XXX commands for?

2012-08-28 Thread Andy Goldstein
The add command establishes a connection between 2 brokers. This is required in order for federation to work, and is done implicitly if you don't already have a link when you run "route add," "queue add," or "dynamic add." The del command removes a connection between 2 brokers. The list comman

What is the qpid-route link XXX commands for?

2012-08-28 Thread Zhemzhitsky Sergey
Hi there, Among a number of commands provided by qpid-route utility there are few ones I was not able to find the documentation for Here are these commands: qpid-route [OPTIONS] link add[mechanism] qpid-route [OPTIONS] link del qpid-route [OPTIONS] link list [] So, what is the purpose o

Re: qpid-route not working as desired

2012-08-28 Thread naveen_muguda
Hello, I figured out the problem. while adding the route, i had used 'localhost' instead of A. Executing qpid-route route map on the destination showed that route wasn't setup properly. deleting and recreating the route fixed the problem. The usage of localhost should be handled or documente

RE: 2 Node HA Cluster

2012-08-28 Thread Jan Bares
Thanks for pointing me to altname tag. I changed node name (previously it matched uname -n) and added new line to hosts with the IP I want to use for cluster communications. It seems to solve the problem. In the case I will have backup (multihome) for cluster communicaton, I will add them as al

Re: 2 Node HA Cluster

2012-08-28 Thread Gavin Alexander
To be honest, I've only tested this setup on KVM's. About to do some prototyping on actual hardware next week - with the above setup. What does your cluster.conf look like? If I set the altname parameter under in cluster.conf - corosync-objctl seems to show the right thing. Selection of the int

RE: 2 Node HA Cluster

2012-08-28 Thread Jan Bares
Hi, Just out of curiosity: > > For those interested. > > The configuration that I've settled on is > > Two Nodes running qpidd + 1 Quorum Node > > Each node has 2 Nics, allocated on separate switching > infrastructure/networks. > > One network is for cluster comms the other to serve requests (its