How can I send a file along with other data using Kombu? I'm using rabbitmq as the broker.
e.g. file.pdf along a dictionary {'author': 'user'}
I'd like to do this in a single message if possible. But if you reckon using standard serializers of Kombu, how would you bind the separate messages?
There are several ways, but how about:
or:
Headers can only be of types supported by AMQP though.