使用 Kombu(胡萝卜)将其他数据与文件一起发送
如何使用 Kombu 发送文件和其他数据?我使用rabbitmq作为经纪人。
例如 file.pdf 和字典 {'author': 'user'}
如果可能的话,我想在一条消息中执行此操作。但是如果您考虑使用 Kombu 的标准序列化器,您将如何绑定单独的消息?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
有多种方法,但是怎么样:
或:
标头只能是 AMQP 支持的类型。
There are several ways, but how about:
or:
Headers can only be of types supported by AMQP though.