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
Hello,
Would it be possible to forward the
disconnectandconnectevents from the stompClient?In lib/adapters/stomp.js, the
errorevent 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