easternbloc / node-stomp-client

A STOMP client for Node.js
Other
93 stars 47 forks source link

Suppress content-length header for text messages to be compatible with JMX clients #58

Closed amrynsky closed 7 years ago

amrynsky commented 8 years ago

Suppress content-length header for text messages to be compatible with JMX clients. Use Buffer for byte messages.

easternbloc commented 7 years ago

merged in #63