auto-delete in AMQP 1.0

2014-02-13 Thread Pavel Moravec
Hi all, there is an ambiguity how to interpret auto-delete x-declare option for a 1.0 producer. Assuming the producer uses address string like: "autodel_q;{create:sender, node: {x-declare: {auto-delete: True}}}" There are two possibilities when the producer disconnects (while there has not been

Re: New User JMS API Questions

2014-02-13 Thread Mark Barker
Thanks Robbie, that was a very helpful collection of useful insights - I don't think I would have found or understood these points just by reading around the web and docs!! FYI, my initial attempt at contributing to this list from my work email account was doomed to failure as our work filters

Re: Message API - Real world usage issue

2014-02-13 Thread Fraser Adams
Hey again Clive, Hope that you are well. I think that I might have made a little progress against your use case. All of the previous comments on this email thread still hold in terms of what has been said about queues, exchanges, bindings etc. Robbie's most recent comment "I believe its really

Re: how to bind exchange to exchange using C++ broker?

2014-02-13 Thread Fraser Adams
Hello, As has been said Exchange to Exchange binding is not something *technically* supported in Qpid however I don't actually know how it's implemented in RabbitMQ, but I doubt it's truly exchange to exchange, because an exchange (in case you aren't aware) has no storage capabilities

Re: Qpidd-0.16.7 cannot publish to qpid.cluster-credentials with routing-key

2014-02-13 Thread Listas@Adminlinux
Thank you Chuck Rolke ! My Qpidd-0.16-7 cluster is working now. Best regards Thiago Henrique www.adminlinux.com.br Em 10-02-2014 16:30, Chuck Rolke escreveu: You need to add a rule to allow cluster authentication: Seehttps://reviews.apache.org/r/2988/diff/ . acl allow auth_user_cluster@QPID

Re: how to bind exchange to exchange using C++ broker?

2014-02-13 Thread Robbie Gemmell
Exchange to Exchange bindings within a broker is an extension which RabbitMQ has implemented. Neither of the Qpid brokers currently support this behaviour to my knowledge. Robbie On 13 Feb 2014 10:23, "kevency_poche" wrote: > Thank you Pavel, > I gone through these, that's why i asked. please go

RE: New User JMS API Questions

2014-02-13 Thread Jan Bares
Thanks Robbie, this is quite interesting stuff for QPID/AMQP newbies. How does this stuff changes with AMQP 1.0? Thanks, Jan > -Original Message- > From: Robbie Gemmell [mailto:robbie.gemm...@gmail.com] > Sent: Wednesday, February 12, 2014 7:09 PM > To: users@qpid.apache.org > Subject:

Re: how to bind exchange to exchange using C++ broker?

2014-02-13 Thread kevency_poche
Thank you Pavel, I gone through these, that's why i asked. please go through these you will get an idea what i am asking. http://www.rabbitmq.com/e2e.html https://www.rabbitmq.com/blog/2010/10/19/exchange-to-exchange-bindings/ thank you Pavel Moravec wrote > Hi, > this is not possible. In a