easternbloc / node-stomp-client

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

Skip content-length header for messages with string body #66

Open darknode opened 7 years ago

darknode commented 7 years ago

ActiveMQ(and in some cases RabbitMQ) will fail if TextMessage has content-length header. When we send frame with string in a body we can omit content-length header automatically. Package tests are up to date.