- heart-beat
- nack
- content-length
-
the
errorCallbackpassed to theconnect()method is no longer called when the client is properly disconnected by callingdisconnect(). -
ack() method takes 3 parameters:
messageID&subscriptionare MANDATORY.headersis OPTIONAL
-
the
clientobject has aheartbeatfield which can be used to configure heart-beating by changing itsincomingandoutgoinginteger fields (default value for both is 10000ms):client.heartbeat.outgoing = 20000 // client will send heartbeats every 20000ms client.heartbeat.incoming = 0 // client does not want to receive heartbeats // from the server
In addition to the regular stomp.js file, the library is also available in a minified version stomp.min.js
The source is now documented :)