You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@qpid.apache.org by Bruno Matos <br...@paradigmaxis.pt> on 2013/10/08 17:24:59 UTC

Route for qmf.default.direct

Hi,

I'm trying to configure a route between two brokers with the 
qmf.default.direct exchange in order to send binding requests from one 
broker to another.
After configuring the route, I sent a message to 
qmf.default.direct/broker and the message didn't arrive to the bridge 
queue. Are the messages sent to qmf.default.direct intercepted by the 
broker and not redirected to 'regular' queues? Can this be accomplished?

Thank you,
Regards.

-- 
Bruno Matos


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@qpid.apache.org
For additional commands, e-mail: users-help@qpid.apache.org


Correction Re: Route for qmf.default.direct

Posted by Gordon Sim <gs...@redhat.com>.
On 10/09/2013 10:49 AM, Gordon Sim wrote:
> On 10/08/2013 04:24 PM, Bruno Matos wrote:
>> Are the messages sent to qmf.default.direct intercepted by the
>> broker and not redirected to 'regular' queues?
>
> Yes, the messages are intercepted by the management agent and will only
> be routed to any bound queues if they are valid management commands
> (i.e. valid QMF v1 or v2 messages).

Sorry! The above is incorrect.

Whether messages are valid QMF or not is not relevant. The key issue is 
the routing key used. If that is 'broker - which it will be for valid 
bind requests etc - then it will be treated as a command and *not* 
routed to any other queues. Any other routing key will not be executed 
as a command, but will be routed to any other queues.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@qpid.apache.org
For additional commands, e-mail: users-help@qpid.apache.org


Re: Route for qmf.default.direct

Posted by Gordon Sim <gs...@redhat.com>.
On 10/08/2013 04:24 PM, Bruno Matos wrote:
> Are the messages sent to qmf.default.direct intercepted by the
> broker and not redirected to 'regular' queues?

Yes, the messages are intercepted by the management agent and will only 
be routed to any bound queues if they are valid management commands 
(i.e. valid QMF v1 or v2 messages).



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@qpid.apache.org
For additional commands, e-mail: users-help@qpid.apache.org