stomp-js / rx-stomp

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

[Node.js] - Mock activeMq server for integration test #551

Open devjr31 opened 2 months ago

devjr31 commented 2 months ago

Hello ,

I would like to perform an integration test, to test my stomp developments and cover my code. For this I would like to mock an activeMq server but I can’t find any related information to test rxStomp using javascript.

Do you have a specific link or examples?

Would it be possible ?

Thank you!