[rabbitmq-discuss] Can we set policies at java client level instead of RabbitMQ server level?

Tim Watson watson.timothy at gmail.com
Thu Oct 17 13:35:06 BST 2013


On 17 Oct 2013, at 13:10, Rajasekhar P <sekhar434145 at gmail.com> wrote:

> While going through the documentation, came to know that we have to set the policies in RabbitMQ server level. Can we set the policies at client level? if possible, how?Thanks .

No, policies are only set at the broker. You can use the management API to set policies programmatically, an of you wish to do this over AMQP, you can utilise Simon's  https://github.com/simonmacmullen/rabbitmq-management-exchange project.

Tim


More information about the rabbitmq-discuss mailing list