wingify / lua-resty-rabbitmqstomp

Opinionated Lua RabbitMQ client library for the ngx_lua apps based on the cosocket API
194 stars 55 forks source link

binary data #9

Closed adaksuman closed 8 years ago

adaksuman commented 8 years ago

dear,

can we send a uploaded binary file data from openresty to rabbitMQ using this lib? if not can you please point out some others lib?

ankneo commented 8 years ago

@adaksuman it ideally should. Just set the right header and try. If does not work, you can always encode the binary to base64 and then send.

adaksuman commented 8 years ago

Thanks, I am able to send file :-)