Skip to content

Commit

Permalink
Update README for v0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
alexvetter committed Mar 5, 2014
1 parent ca2f019 commit 2510824
Showing 1 changed file with 13 additions and 15 deletions.
28 changes: 13 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,14 @@
This is a Stomp Implementation for TCL: tStomp
# tStomp
This is a Stomp Implementation for Tcl coded in pure Tcl.

Version 0.5
**Current Version 0.6**

Stomp stands for "Streaming Text Orientated Messaging Protocol".
This implementation is based on Stomp 1.1 specification, which can be found at http://stomp.github.com/stomp-specification-1.1.html
TCL homepage: http://www.tcl.tk/
Stomp stands for "Streaming Text Orientated Messaging Protocol". This implementation is based on Stomp 1.1 specification, which can be found at http://stomp.github.com/stomp-specification-1.1.html. For futher information about Tcl, visit their homepage at http://www.tcl.tk.

Primary site:
https://github.com/siemens/tstomp/
Primary site: https://github.com/siemens/tstomp
Source code: https://github.com/siemens/tstomp.git

Source code:
https://github.com/siemens/tstomp.git

# How to run tStomp
## How to run tStomp
* configure Apache ActiveMQ:
* edit activemq.xml
* add transport connectors:
Expand All @@ -29,7 +25,7 @@ Source code:
* Running load tests:
* start JMeter (https://jmeter.apache.org), load ActiveMQPublishSubscribe.jmx, start tcl console and config and source EchoTest.tcl

# Documentation
## Documentation

As the TCL implementation of STOMP the tStomp is able to connect to a message broker to send, receive and handle asynchronous messages.

Expand Down Expand Up @@ -138,8 +134,6 @@ Source code:
wrongArgs: thrown if a method is called with wrong arguments
notSubscribedToGivenDestination: thrown if trying to unsubscribe from a destination while not subscribed



class tStomp

Expand Down Expand Up @@ -195,6 +189,10 @@ Source code:

# History
* Version 0.6 2014-03-05:
* add support for additional headers (connect, subscribe, unsubscribe)
* test for durable subscription
* fix a problem with parsing header containing a \c
* Version 0.5 2013-10-21:
* parse stompUrl
* new options in tStomp send
Expand All @@ -211,4 +209,4 @@ Source code:
* Version 0.2 2012 2012-01-10:
* improved protocol state machine by Franziska Haunolder
* Initial Version 0.1 2011-09-28:
* by Sravanthi Anumakonda, Derk Muenchhausen
* by Sravanthi Anumakonda, Derk Muenchhausen

0 comments on commit 2510824

Please sign in to comment.