Search code examples
pythondictionaryamqp

Is it possible to put a python dictionary in AMQP?


Usually I'm used to putting strings in beanstalkc. But I'd like to put a dictionary as a job in amqp.


Solution

  • json.dumps()