← Back to team overview

txamqp-user team mailing list archive

Re: pickling objects through amqp

 

Hi Fabrizio

On Thu, Sep 3, 2009 at 9:30 AM, Fabrizio Mancini <mr.file@xxxxxxxxx> wrote:
> Sorry for the dumb error, i'm still new and a little confused about
> amqp and txamqp, so forgive me!

No worries :-) AMQP is fairly complicated, and I've gotten lost quite
a few times.

> I think that the following link is the right place to  look at thrift
> http://incubator.apache.org/thrift/
> seems interesting!

Yes, that's the one. You may want to have a look at the examples in
the thrift directory of txAMQP (src/examples/thrift).

You can use Thrift as a serialization library only (just like JSON,
YAML or Protocol Buffers), but it also has support for RPC, which is
very handy as you can issue remote calls and work as if they were
local. The best part is that you can use Thrift and AMQP together with
txAMQP (Thrift can be used standalone too), which is completely
transparent and you don't have to worry about parsing messages.

Let us know if you have any problem with txAMQP (with or without Thrift).

Cheers.



References