Skip to content

Tags: shanti2530/stomp-websocket

Tags

2.3.3

Toggle 2.3.3's commit message
prepare version 2.3.3

2.3.2

Toggle 2.3.2's commit message
prepare version 2.3.2

2.3.1

Toggle 2.3.1's commit message
prepare version 2.3.1

v2.3.0

Toggle v2.3.0's commit message
prepare version 2.3.0

v2.2.0

Toggle v2.2.0's commit message
fix trailing colon

v2.1.0

Toggle v2.1.0's commit message
tag version 2.1.0

v2.0.0

Toggle v2.0.0's commit message
Version 2.0.0

* STOMP 1.1 support

0.0.5

Toggle 0.0.5's commit message
Doc: updated HornetQ instructions

0.0.4

Toggle 0.0.4's commit message
doc: typo

* Now that the code has landed in the svn trunk, it is no longer
  a prototype for HornetQ

0.0.3

Toggle 0.0.3's commit message
Wildcard subscriptions support

* add a id header when subscribing to a destination and
  find the corresponding onreceive handling by looking at the message's subscription header
* subscribers are unique for a given Stomp.client (incrementing its counter field)

closes jmesnil#1