3

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 send that.

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

Shahzeb
  • 4,745
  • 4
  • 27
  • 40

1 Answers1

3

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

Marek
  • 46
  • 1