[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 16:50:42 BST 2013


Or you can use Simon's plugin and sent the json encoded commands to the management exchange.

On 17 Oct 2013, at 15:11, Gary Russell <grussell at gopivotal.com> wrote:

> Spring AMQP does not provide a mechanism itself to do this, but the core Spring Framework has a RestTemplate to enable calls to any rest API, including that provided by RabbitMQ.
> 
> http://docs.spring.io/spring-framework/docs/current/spring-framework-reference/html/remoting.html#rest-client-access
> 
> Gary
> 
> 
> On Thu, Oct 17, 2013 at 8:44 AM, Rajasekhar P <sekhar434145 at gmail.com> wrote:
> Thanks Tim for the reply. Am using Spring-AMQP instead plain RabbitMQ Java API for writing producer and consumer programs and executed policies through command prompt in a clustered nodes. Is this only way to set policies using command prompt or is there any other approach? 
> 
> 
> On Thu, Oct 17, 2013 at 6:05 PM, Tim Watson <watson.timothy at gmail.com> wrote:
> 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
> _______________________________________________
> rabbitmq-discuss mailing list
> rabbitmq-discuss at lists.rabbitmq.com
> https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss
> 
> 
> _______________________________________________
> rabbitmq-discuss mailing list
> rabbitmq-discuss at lists.rabbitmq.com
> https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss
> 
> 
> _______________________________________________
> rabbitmq-discuss mailing list
> rabbitmq-discuss at lists.rabbitmq.com
> https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20131017/de4ab186/attachment.htm>


More information about the rabbitmq-discuss mailing list