node-stomp-client
node-stomp-client copied to clipboard
Adding parameter in publish method to choose message type.
The new fourth parameter of the "publish" method can be informed with value "byte" if you need to publish a ByteMessage.
Sorry for the falling pull request. I made a mistake that set text messages as default. Now, the byte message is the default option and I create a test for text message (passing the parameter).