Broker URL - Connection Options

2011-11-16 Thread Ilyushonak Barys
Hi, Guru Could you please clarify the following. It was some settings in qpid v0.7: retries connecttimeout connectdelay http://qpid.apache.org/books/0.7/Qpid-Book/html/ch11.html#BindingURLFormat They are still in code, but there is no any info in latest docs. Does this settings work in

Alternate Exchange of Alternate Exchange

2011-11-16 Thread Tomáš Šoltys
Hi all, I have a three exchanges. Let's say E1, E2, E3 where E2 is alternate exchange of E1 and E3 is alternate exchange of E2. If a message can not be routed to E1, then it should go to E2. This works. But if it can not be routed to E2 it should go to E3, but it does not. Is this intended

Re: Alternate Exchange of Alternate Exchange

2011-11-16 Thread Gordon Sim
On 11/16/2011 12:16 PM, Tomáš Šoltys wrote: Hi all, I have a three exchanges. Let's say E1, E2, E3 where E2 is alternate exchange of E1 and E3 is alternate exchange of E2. If a message can not be routed to E1, then it should go to E2. This works. But if it can not be routed to E2 it should go

AMQP 0-9-1

2011-11-16 Thread Henry Molina
Hi All, How can I to setup qpidd (cpp) to speak AMQP 0-9-1 ? We are using QPID qpid-cpp-server-0.10-2.fc14 and rabbitmq java client 2.0.0 Regards Henry Molina P Considere el medioambiente antes de imprimir este correo La información contenida en este mensaje

Re: AMQP 0-9-1

2011-11-16 Thread Gordon Sim
On 11/16/2011 01:11 PM, Henry Molina wrote: How can I to setup qpidd (cpp) to speak AMQP 0-9-1 ? You can't I'm afraid. It doesn't support anything earlier than 0-10. The qpid Java broker does speak 0-9-1 (as well as 0-8 and 0-10).

Memory leak in QPID SWIG Python Bindings

2011-11-16 Thread Eric Harris
I was running QPID 10 with the patches from QPID- (see https://issues.apache.org/jira/browse/QPID- ) and noticed there appeared to be a memory leak. import cqpid import gc inContent=[a, b] msg=cqpid.Message(inContent) outContent=msg.content id(inContent)==id(outContent) False

Re: AMQP 0-9-1

2011-11-16 Thread Henry Molina
Gordon, Which Java versión is ready to production? 0.10/0.12? Thanks a lot! Henry El mié, 16-11-2011 a las 13:43 +, Gordon Sim escribió: On 11/16/2011 01:11 PM, Henry Molina wrote: How can I to setup qpidd (cpp) to speak AMQP 0-9-1 ? You can't I'm afraid. It doesn't support anything

Re: Broker URL - Connection Options

2011-11-16 Thread Fraser Adams
Hi Boris, I don't know much about the Binding URL but I can help you with the ConnectionURL stuff :-) It's pretty darned hard to find a comprehensive list one needs to do a bit of digging There's a good list of stuff here:

Re: AMQP 0-9-1

2011-11-16 Thread Gordon Sim
On 11/16/2011 06:14 PM, Henry Molina wrote: Which Java versión is ready to production? 0.10/0.12? My recommendation would always be to use the latest, so 0.12. Note that there will also be a 0.14 release soon, just about to have the first RC cut with the aim of having a release at the end of

broker clustering with SSL?

2011-11-16 Thread Paul Colby
Hi, I have a cluster of two Qpidd brokers - both C++ v0.12 (on CentOS 5.5). Both brokers have been clustering very happily so far :) Now, I've enabled both SASL and SSL on both brokers. I have several client applications I've written that can authenticate, and use SSL to talk successfully to