Subscribing to topics¶
Once successfully authenticated, a client can subscribe to the /setup/** wild card topic to
receive messages from the server.
Example SUBSCRIBE frame
SUBSCRIBE
id:0
destination:/setup/**
^@
Info
See the STOMP specification for more details
on the SUBSCRIBE frame.