postwait / node-amqp

[UNMAINTAINED] node-amqp is an AMQP client for nodejs
MIT License
1.69k stars 357 forks source link

content encoding ignored #326

Open ccarlin opened 10 years ago

ccarlin commented 10 years ago

If a message is sent across with a content-type of application/json or text/json the queue.js module will attempt to parse the data regardless of the content-encoding. For example if you are sending a compressed x-lz4 encoded message it should not be parsed as json before it is decoded.