Re: QMF creating huge durable queue causes cluster desync

2012-01-30 Thread Alan Conway
On 01/30/2012 07:04 AM, Pavel Moravec wrote: Hi all, it seems to me that sending QMF methods to create a queue over-passes "cluster error checking mechanism" (if a sole node detects an error, it preventive leaves the cluster). Having a simple C++ client to create a huge durable queue:

Re: warning Connect failed

2012-01-30 Thread Jakub Scholz
Hi Hamid, Are you actually using a "Third-Party Root Certification Authority" certificate - e.g. Verisign? Or do you have only a public key of a signed or self-signed certificate? Couldn't that be the problem? I also agree with Gordon that you should not use the IP address to connect to, but the

Re: warning Connect failed

2012-01-30 Thread Hamid.Shahid
Hi Gordon, Yes, I have supplied the fully qualified name of the certificate. I also tired to hard code the name in the function"/ClientSslAsynchIO::negotiateStep(BufferBase* buff)/", but I am getting the same error. Which is generated from the following line of code in SslAsynchIO.cpp for the cli

JMS Api and multiple queue per exchange

2012-01-30 Thread jigarshaha
Hi, I am very new to qpid. I am trying to configure producer which creates message with specific type. and puts in exchange, which hosts multiple queue 1. What exchange-queue mapping is for ? How do i configure Message so that its directed to specific queue in a exchange. 2. in JMS there is nothi

QMF creating huge durable queue causes cluster desync

2012-01-30 Thread Pavel Moravec
Hi all, it seems to me that sending QMF methods to create a queue over-passes "cluster error checking mechanism" (if a sole node detects an error, it preventive leaves the cluster). Having a simple C++ client to create a huge durable queue: Connection connection("amqp:tcp:127.0.0.1:5672