[rabbitmq-discuss] how to send a message including a array via .net client?

Chen Houwu chenhouwu at gmail.com
Tue Jan 4 11:25:57 GMT 2011


Thanks for all the above answers.

I studied the AMQP 0.9.1 and AMQP 1.0 specification, and found:

in 0.9.1:  only  opaque binary message content (here means the
*playload*) is supported.

but in 1.0 :  message content can be one of the following data type
A. opaque binary data: note, in particular, that the section is not an
instance of the AMQP binary type).
B. amqp-data: zero or more encoded AMQP values)
C. amqp-map: zero length or consist of a single encoded instance of an
AMQP map.
D. amqp-list: zero length or consist of a single encoded instance of
an AMQP list.

RabbitMQ's .net Client is supporting up to AMQP 0.9.1, so message
content does not support those data types other than opaque binary.

AMQP 1.0 has contained it's one message content format similar to JSON
and Protocol Buffer.


More information about the rabbitmq-discuss mailing list