[rabbitmq-discuss] Broker data

Matthias Radestock matthias at lshift.net
Thu Apr 2 20:11:17 BST 2009


Rathi,

rathi wrote:
> The erlang command which I invoke to get the list of exchanges :
> rpc:call(rabbit at server,rabbit_exchange,info_all,[<<"/">>],3000)]

The <<"/">> is Erlang's notation for a piece of binary data consisting 
of the a single byte with the value of 47.

>         OtpErlangObject [] obj = {new OtpErlangAtom("<<\"/\">>")}

The value on the rhs should be an OtpErlangBinary.


Matthias.




More information about the rabbitmq-discuss mailing list