<div>where did you find that spec?� I wonder what map, list, and values look like.�I remember one compact message format rendered XML as value pairs�seperated by 0x00. If not now, perhaps RabbitMQ will support these message formats in the future.� If you took a tunneling approach, binary is a pretty good catch all.</div>

<div>�</div>
<div>1. render to Json (or other format), 2. render to binary.</div>
<div>�</div>
<div>I suppose the downside is it&#39;s less transparent at the tansport level.<br></div>
<div>-Steven<br></div>
<div class="gmail_quote">On 4 January 2011 11:25, Chen Houwu <span dir="ltr">&lt;<a href="mailto:chenhouwu@gmail.com">chenhouwu@gmail.com</a>&gt;</span> wrote:<br>
<blockquote style="BORDER-LEFT: #ccc 1px solid; MARGIN: 0px 0px 0px 0.8ex; PADDING-LEFT: 1ex" class="gmail_quote">Thanks for all the above answers.<br><br>I studied the AMQP 0.9.1 and AMQP 1.0 specification, and found:<br>
<br>in 0.9.1: �only �opaque binary message content (here means the<br>*playload*) is supported.<br><br>but in 1.0 : �message content can be one of the following data type<br>A. opaque binary data: note, in particular, that the section is not an<br>
instance of the AMQP binary type).<br>B. amqp-data: zero or more encoded AMQP values)<br>C. amqp-map: zero length or consist of a single encoded instance of an<br>AMQP map.<br>D. amqp-list: zero length or consist of a single encoded instance of<br>
an AMQP list.<br><br>RabbitMQ&#39;s .net Client is supporting up to AMQP 0.9.1, so message<br>content does not support those data types other than opaque binary.<br><br>AMQP 1.0 has contained it&#39;s one message content format similar to JSON<br>
and Protocol Buffer.<br>
<div>
<div></div>
<div class="h5">_______________________________________________<br>rabbitmq-discuss mailing list<br><a href="mailto:rabbitmq-discuss@lists.rabbitmq.com">rabbitmq-discuss@lists.rabbitmq.com</a><br><a href="https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss" target="_blank">https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss</a><br>
</div></div></blockquote></div><br>