[rabbitmq-discuss] Sending objects across different clients

Andreas Jung lists at zopyx.com
Fri Jul 30 14:34:49 BST 2010


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Abhishek K wrote:
> I need to send Objects (usually maps) into an exchange and a client will
> consume them. Clients can be in different languages. What are the ways
> of doing it. Am I missing some thing here?

You are missing nothing - RabbitMQ is not about object serialization.
This is a topic that must be handled inside your application (producer
and consumer). The serialization approach depends on you needs and
technology. If you can: use XML as serialization format. Language
dependent serialization could look like this: Python uses a 'pickle'
format for serializing objects. Python bindings for RabbitMQ like Carrot
provide this level of serialization (besides others) out of the
box...but as said: object serialization is out of scope or RabbitMQ.

- -aj
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAkxS1PkACgkQCJIWIbr9KYxHegCgqT2iSYCpbVi+fWe3f+3E8kDH
9DQAnjYSdzmHDFsEFizykU81Rk51+hFS
=gpsS
-----END PGP SIGNATURE-----
-------------- next part --------------
A non-text attachment was scrubbed...
Name: lists.vcf
Type: text/x-vcard
Size: 316 bytes
Desc: not available
URL: <http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20100730/9d28616d/attachment.vcf>


More information about the rabbitmq-discuss mailing list