Re: New draft of OASIS AMQP Management specification uploaded

2014-02-12 Thread Rob Godfrey
To be fair it's a very rudimentary implementation... But on trunk at the moment is a plugin where you can execute all of the management operations except those relating to discovering other management nodes (since there aren't any at the moment)... you can also also read, update, delete and create

Re: New draft of OASIS AMQP Management specification uploaded

2014-02-12 Thread Fraser Adams
Hi Rob, I'll take a look at draft 5 when I get a moment - I was looking at draft 3 (which is the one that you linked when you posted on the 14th January). What you are saying sounds a bit more promising. I hadn't realised that you were ahead of the curve with respect to implementing this stuff

Re: New draft of OASIS AMQP Management specification uploaded

2014-02-12 Thread Rob Godfrey
Hi Fraser, not sure what version you are looking at, but working draft 5 ( https://www.oasis-open.org/committees/download.php/52121/amqp-man-v1%200-wd05.pdf) already specifies that attributes on QUERY is optional, and there is a GET-ATTRIBUTES operation as well. The create thing is a bit odd, I

Re: New draft of OASIS AMQP Management specification uploaded

2014-02-12 Thread Fraser Adams
On 14/01/14 14:24, Rob Godfrey wrote: All, for those interested in emerging OASIS AMQP specifications, a new draft of the AMQP Management spec was uploaded yesterday: https://www.oasis-open.org/committees/document.php?document_id=51948&wg_abbrev=amqp Cheers, Rob Rob et. al. it's been a while

Re: New User JMS API Questions

2014-02-12 Thread Robbie Gemmell
Hi Mark, Is your work email address registered on the list? if not the message may be awaiting moderation. Part of the issue is that you are definitely tripping up on a mixture of JNDI configuration, some of which is of the newer 'Address' syntax variety and some which is of the older 'Binding UR

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

2014-02-12 Thread Pavel Moravec
Hi, this is not possible. In any case, messages from producers get to an exchange. The exchange checks what bindings match to the message and then it enqueues the message to all queues of the bindings that matched. Every consumer gets a message from queues only. You might to set up alternate ex

0.28 release update - alpha is approaching

2014-02-12 Thread Justin Ross
Hi, everyone. Trunk opened for 0.28 development three months ago, and now it's time for the 0.28 alpha. The schedule originally called for alpha this week, but I'm postponing it to next week so we have time to talk about it. I will try to make up the time between beta and RC1. I expect to produ

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

2014-02-12 Thread kevency_poche
Hello everyone.. Yesterday i learnt how to bind in between queue and exchange. Now i want to send messages from one exchange to another exchange in the same broker. When i try to bind two exchanges it is not allowing. Can any one help me out ? Thank you !! -- View this message in context: htt