send image or matrix of data in message

28 views
Skip to first unread message

Mike Sousa

unread,
Apr 2, 2021, 1:23:19 PM4/2/21
to rabbitmq-users

Using Python, I's like to be able to send a block of data or image in a RabbitMQ message

Mike Sousa

unread,
Apr 2, 2021, 1:33:14 PM4/2/21
to rabbitmq-users
I'm sorry, I meant to say: Using Python, I'd like to be able to send a block of data or image in a RabbitMQ message

M K

unread,
Apr 6, 2021, 5:55:08 AM4/6/21
to rabbitmq-users
I think I have responded to something similar on Slack :)

RabbitMQ treats messages as opaque byte streams. You can serialize your data using any library or serialisation format you like,
as long as current and future publishers and consumers agree on it. Upgrade ease is a very important aspect, otherwise, many formats
can be used.

Reply all
Reply to author
Forward
0 new messages