easternbloc / node-stomp-client

A STOMP client for Node.js
Other
93 stars 47 forks source link

Does it support reconnect automatically #19

Closed neoqing closed 9 years ago

neoqing commented 10 years ago

Hi,All: I'm using activeMQ and this client, but time to time, I found that the client lost the connection without any notification, and I checked activeMQ doc ,it does support the reconnection,http://activemq.apache.org/how-can-i-support-auto-reconnection.html, but I did not see this feature in the nodejs client? Or there is some way that I don't know, thanks in advance.

Neo

easternbloc commented 10 years ago

In short no and I don't really have time at present to add this. I'm welcoming pull requests though ;)

easternbloc commented 9 years ago

This is now a thing thanks to #34