Jason Frame
unread,May 14, 2012, 5:56:10 PM5/14/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to rabbitmq...@googlegroups.com
I am still new and getting used to RabbitMQ, and was wondering the best way to send a small file along with a message. We are looking at using this to send a message on a server using PHP and consuming using a .net client.
Our typical message with have an associative array serialized to json, but for some of the messages, there will need to be an image or pdf file attached. These files are relatively small (less than 20k) so they should not need to be chunked. I have been reading through the messages, and have not found any type of example or best practice on how to do this.
thanks
jason