Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

STOMP and JSON

Tags:

json

ajax

stomp

If I have a STOMP/JSON AJAX app, does that mean that JSON is functioning on top of STOMP?

like image 852
Alex Avatar asked Aug 25 '26 12:08

Alex


1 Answers

Assuming that you mean STOMP (the protocol), not STOMP (the application), then JSON would be the data encoding method used over the STOMP messaging protocol. You would be serializing your data as JSON, then packaging it inside a STOMP message to send to the other end point of the connection.

like image 148
tvanfosson Avatar answered Aug 28 '26 01:08

tvanfosson



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!