[rabbitmq-discuss] Broker data

Chris Pettitt cpettitt at gmail.com
Mon Mar 23 19:31:25 GMT 2009


A few weeks back I was looking at using JInterface to create a JMX
interface for RabbitMQ. I still haven't had cycles to work on it, but
one of the immediate issues I saw was that I could not use
rabbitmq_control.erl (the actual module for rabbitmqctl) directly,
because it does not return the results, but instead prints them to
stdout. You can make the same RPC calls that rabbitmqctl does though
to get the results.

- Chris

2009/3/21 rathi <riteshrathi at gmail.com>:
> I am trying to invoke rabbitmqctl using Jinterface. Then I am thinking of
> parsing and getting the relevant data. Will this work ?
>
> thanks & regards,
> rathi
>
> On Thu, Mar 19, 2009 at 2:27 PM, Joern <opendev at gmail.com> wrote:
>>
>> Hi Rathi,
>>
>> 2009/3/18 rathi <riteshrathi at gmail.com>:
>>
>> > Is it possible to get broker's data like number of queues & exchanges,
>> > bindings between them and some meta-data which I would like to associate
>> > with the queue from java client. Something similar to the information
>> > which
>> > rabbitmqctl gives.
>>
>> Why don't you parse the information given by rabbitmqctl and expose
>> that to AMQP?
>>
>> Best regards,
>>
>>
>> Joern
>> --
>
>
> _______________________________________________
> rabbitmq-discuss mailing list
> rabbitmq-discuss at lists.rabbitmq.com
> http://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss
>
>




More information about the rabbitmq-discuss mailing list