Re: QMF raising event when defaut binding is created?

2012-01-03 Thread Fraser Adams
Hi Pavel, I'm no expert on AMQP, but my suspicion is that this relates to the fact that the default binding (which is to the default direct exchange) isn't a "true" binding - as far as I'm aware it is illegal for users to bind or unbind to the default direct exchange (it's very definitely impos

Re: QMF raising event when defaut binding is created?

2012-01-03 Thread Ted Ross
Pavel, The creation of the default binding is a side-effect of creating a queue (as is the deletion of the binding when the queue is deleted). The event is not raised because it is implied as always occurring after the creation of a queue. -Ted On 01/03/2012 05:03 AM, Pavel Moravec wrote:

QMF raising event when defaut binding is created?

2012-01-03 Thread Pavel Moravec
Hi all, I realized that currently QMF does not raise an event when a default binding is created (by "default binding" I mean a binding of type "{exchange:'', queue:, key:}" that is created automatically when a queue is created). To check that behavior, let subscribe to "qmf.default.topic/agent