类 | 说明 |
---|---|
StompClient |
very simple stomp client implementation example, requires running stomp server to actually work
uses default username/password and destination values from hornetq message broker
|
StompClientHandler |
STOMP client inbound handler implementation, which just passes received messages to listener
|