Sorry, been working with the QPID messaging APIs so long I'm
forgetting the underlying AMQP syntax...
We have two communication models - one uses request/response (direct)
which we create with an address string of "<name>; {create:always,
node:{type:queue}}", the other is a pub/sub which we create with an
address string of "<name>; {create:always, node:{type:topic}}".
We're trying to create a diagnostic tool to make sure this is setup
correctly, and thought we'd try and use the QMF API to enumerate
queues and exchanges and their bindings. I can't find the binding
info, and I'm not sure how to map back to what was provided to the
Address class...
On Mon, Jul 19, 2010 at 4:40 AM, Gordon Sim <[email protected]> wrote:
> On 07/14/2010 09:34 PM, Kerry Bonin wrote:
>>
>> I'm playing with the qmfconsole APIs and examples with the goal of
>> bringing up a monitoring and diagnostic tool for our qpid based
>> system. I'm having a difficult time determining the queue node type
>> {queue|topic}. Any suggestions?
>
> The queue|topic distinction is at this point a concept of the messaging API
> only. A 'queue' in the API maps on to an AMQP 0-10 queue and a 'topic' maps
> on to an AMQP 0-10 exchange.
>
>> On related note, I didn't see how to
>> map between queues and exchanges...
>
> Not quite sure what you mean here... are you trying to get the bindings? Or
> something else?
>
> ---------------------------------------------------------------------
> Apache Qpid - AMQP Messaging Implementation
> Project: http://qpid.apache.org
> Use/Interact: mailto:[email protected]
>
>
---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project: http://qpid.apache.org
Use/Interact: mailto:[email protected]