stomp-js / rx-stomp

STOMP adaptor for RxJS
Apache License 2.0
112 stars 21 forks source link

RPC issue with custom reply quque #327

Closed kum-deepak closed 3 years ago

kum-deepak commented 3 years ago

It was an interesting issue. The standard `RxStomp.watch unsubscribes when there are no consumers. To avoid this a dummy subscription is created and maintained.

This PR also adds more rigorous test cases for custom reply queue mode.