stomp-js / stompjs

Javascript and Typescript Stomp client for Web browsers and node.js apps
Apache License 2.0
776 stars 81 forks source link

Send a JSON object to the body when publishing #627

Closed gaoooon closed 7 months ago

gaoooon commented 8 months ago

When publishing in stompjs, please tell me how to send a JSON object to the body without using JSON.stringify.

kum-deepak commented 7 months ago

The Stomp JS API expects a string as the body. Please convert your object to a string if it is not already a string.