For now, I can send a picture through rabbitmq, but don't know how to do it with some additional data, for example, a number.
My guess is that, convert the picture into a base64 string and append it with the number (separated by a unique symbol) then send it to rabbitmq. But is it possible?