Thanks for this information. It is working now :-).<br><br>rathi<br><br><div class="gmail_quote">On Fri, Apr 3, 2009 at 12:41 AM, Matthias Radestock <span dir="ltr">&lt;<a href="mailto:matthias@lshift.net">matthias@lshift.net</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;">Rathi,<div class="im"><br>
<br>
rathi wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
The erlang command which I invoke to get the list of exchanges :<br>
rpc:call(rabbit@server,rabbit_exchange,info_all,[&lt;&lt;&quot;/&quot;&gt;&gt;],3000)]<br>
</blockquote>
<br></div>
The &lt;&lt;&quot;/&quot;&gt;&gt; is Erlang&#39;s notation for a piece of binary data consisting of the a single byte with the value of 47.<br>
<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
 � � � �OtpErlangObject [] obj = {new OtpErlangAtom(&quot;&lt;&lt;\&quot;/\&quot;&gt;&gt;&quot;)}<br>
</blockquote>
<br>
The value on the rhs should be an OtpErlangBinary.<br><font color="#888888">
<br>
<br>
Matthias.<br>
</font></blockquote></div><br>