Stomp event forwarding
mstoddart opened this issue · 2 comments
mstoddart commented
Hello,
Would it be possible to forward the disconnect
and connect
events from the stompClient?
In lib/adapters/stomp.js, the error
event is being forwarded from within CreateStomp, but the other events being emitted from NodeStompClient are not. These events are helpful in detecting connection losses and subsequent re-connection attempts.
Thanks
chrisamoore commented
👍
sam-github commented
Possible, but I won't have time right away, do you have time to PR?