开发者

how to send a file like word via RabbitMQ

开发者 https://www.devze.com 2023-01-29 08:44 出处:网络
I need to be able to send files like pdf or word via RabbitMQ (I think answer might be more generic meaning not specific to RabbitMQ but any broker I am however using RabbitMQ).

I need to be able to send files like pdf or word via RabbitMQ (I think answer might be more generic meaning not specific to RabbitMQ but any broker I am however using RabbitMQ).

Is there are way to send them as mimes or do I need to convert to base64 and then s开发者_运维技巧end that.

Or am I going on a tangent here :( please help.


RabbitMQ doesn't look into the body of the message, you can send anything, any binary data.

0

精彩评论

暂无评论...
验证码 换一张
取 消