← Back to team overview

txamqp-user team mailing list archive

Re: pickling objects through amqp

 

On Wed, Sep 2, 2009 at 3:43 PM, Fabrizio Mancini<mr.file@xxxxxxxxx> wrote:
> this is txamqp_consumer.py
> http://pastebin.com/m744b9d8a
>
> and this is txamqp_publisher.py
> http://pastebin.com/m744b9d8a
> keep in mind that i've modified only the line posted above. All the
> rest is from Esteve Fernandez and the unmodified example works
> perfectly1

You have given the same url twice. But I see were the problem is.
I think you have switched the pickle dump/load.

The publisher should dump and the consumer should load. you did the contrary.


Antonin



References