<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">2014-02-12 21:47 GMT+04:00 cw storm <span dir="ltr"><<a href="mailto:cwstorm@gmail.com" target="_blank">cwstorm@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">

Simon mentioned that one can get the info via curl command line but not sure how to implement this in my java code.  I want to be able to check the value of the consumer tag before performing to the next step of registering the queue consumer.  Is this possible?</blockquote>

</div><br>curl is a command line HTTP client. RabbitMQ HTTP API returns JSON responses.</div><div class="gmail_extra">There is no dedicated HTTP API client in Java, so you'll have to use an HTTP client library + JSON parser.</div>

<div class="gmail_extra"><br></div><div class="gmail_extra">API reference is at <a href="http://hg.rabbitmq.com/rabbitmq-management/raw-file/rabbitmq_v3_2_3/priv/www/api/index.html">http://hg.rabbitmq.com/rabbitmq-management/raw-file/rabbitmq_v3_2_3/priv/www/api/index.html</a>.<br>

-- <br>MK<br><br><a href="http://github.com/michaelklishin" target="_blank">http://github.com/michaelklishin</a><br><a href="http://twitter.com/michaelklishin" target="_blank">http://twitter.com/michaelklishin</a><br>
</div></div>