benjaminws / stomp-js

Implementation of the STOMP protocol in node.js
BSD 3-Clause "New" or "Revised" License
87 stars 47 forks source link

Callback function #18

Closed mbonano closed 12 years ago

mbonano commented 12 years ago

I added a callback to the subscribe function that will automatically be called when messages are placed in a given queue.

benjaminws commented 12 years ago

Meant to thank you for this before merging it up.

Thanks and :thumbsup: !