node-stomp-client icon indicating copy to clipboard operation
node-stomp-client copied to clipboard

A STOMP client for Node.js

Results 29 node-stomp-client issues
Sort by recently updated
recently updated
newest added

If you use a queue for sending measurements for example and a microservice delivers these to a database, you want to be able to block getting messages from the que...

Is there a way to read existing messages from an existing queue i've subscribed to?

Hi, using React js and got this error at the beginning. (The options are not right but atleast it could get me a callback error instead of net error.) ```...

Added optional clientId constructor parameter for optional client-id connect header value.

On the connect function, there's no way to set the client-id as it can be clearly seen that's not included in the CONNECT verb headers ![image](https://user-images.githubusercontent.com/5133204/85149146-91997780-b216-11ea-9dfe-cce3cac937c9.png) And it shouil be...

This is the same PR as I made earlier: #78 This time I used a dedicated branch because I am merging another fork to my master branch.

How to unsubscribe if there are no messages to read from queue. I don't see any way to identify if no message pending to read and call unsubscribe.

Based on STOMP 1.1 specs (https://stomp.github.io/stomp-specification-1.1.html#Protocol_Negotiation): > From STOMP 1.1 and onwards, the CONNECT frame MUST include the accept-version header. It SHOULD be set to a comma separated list of...

Hi, I'm using stomp-client over an update stream VirtualTopic and sometimes the queue can grow too quick. While connected the client can handle it but when disconnected and reconnects, too...