<div dir="ltr"><div class="gmail_quote">Hi,<br><br>On Thu, Nov 4, 2010 at 10:41 AM,  <span dir="ltr">&lt;<a href="mailto:jiri@krutil.com" target="_blank">jiri@krutil.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">


We need to set up a mechanism for automatic re-configuration of users and permissions on the broker whenever a change is made in our back end, such as adding a new user or changing user privileges.<br>
</blockquote></div><br>Spring-AMQP has an in-progress implementation of a RabbitMQ administration interface that speaks to RabbitMQ over the Java-Erlang interface.<br><br><a href="http://static.springsource.org/spring-amqp/docs/1.0.x/api/org/springframework/amqp/rabbit/admin/RabbitBrokerAdmin.html" target="_blank">http://static.springsource.org/spring-amqp/docs/1.0.x/api/org/springframework/amqp/rabbit/admin/RabbitBrokerAdmin.html</a><br>


<br>That&#39;s what I&#39;d use now. Though historically I&#39;ve also tried Alice and implemented a Java wrapper around it, and the results were satisfying, I didn&#39;t try the Management plugin&#39;s HTTP API before, but I&#39;d give it a try before Alice if I want to head down the REST API route.<br>


<br>Regards,<br>Amr<br>
</div>