stomp-js / stompjs

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

Send a JSON object to the body when publishing #627

Closed gaoooon closed 2 months ago

gaoooon commented 3 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 2 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.