node-stomp-client icon indicating copy to clipboard operation
node-stomp-client copied to clipboard

Adding parameter in publish method to choose message type.

Open otaviocx opened this issue 9 years ago • 1 comments

The new fourth parameter of the "publish" method can be informed with value "byte" if you need to publish a ByteMessage.

otaviocx avatar Nov 19 '15 11:11 otaviocx

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).

otaviocx avatar Nov 19 '15 11:11 otaviocx