P
Perl
Stomp client for Perl The Perl client was written by Ian Holsman. You can find it here http://zilbo.com/articles/activeMQ/index.html. If that site is down you can find a backup here http://people.apache.org/jstrachan/Stompperl0.02.tar.gz See the announcement ...
Perl Client
PHP
Stomp client for PHP Overview PHP Stomp client that supports various connection methods and mechanisms for transforming messages to suitable formats. Check documentation #Documentation for complete feature list. Download Download the current release from http://code.google.com/p ...
PHP Connectivity
Connectivity options for PHP Stomp client Overview This Stomp client supports various connectivity methods helping you achieve more flexibility in how you connect to your broker (or brokers) Failover The Failover transport allows you to set URIs ...
PHP Handling Errors
Handling Errors Basically there are two kind of errors you can expiricene when using this client: errors while trying to connect to a broker and errors after sending a certain command to the broker (like authorization errors for example). Also, there is a difference in how ...
PHP Security
PHP client is able to work with secured brokers, correctly applying their authentication and authorization policies. For more information on how to secure ActiveMQ broker see http://activemq.apache.org/security.html. Stomp security implementation in ActiveMQ is available from version 5.1 onwards ...
PHP Synchronous vs. Asynchronous operations
Synchronous vs. Asynchronous operations By default this client is configured to work in a synchronous mode, which means that for every command (except {{CONNECT}}) the client will wait for the receipt Protocol#RECEIPT. You can set the client to work in the asynchronous mode, by setting the {{sync ...
PHP Unit Testing
PHP client uses SimpleTest http://simpletest.sourceforge.net/ for unit testing purposes, so you have to have it installed if you want to run test cases. Also, the client is tested against ActiveMQ message broker http://activemq.apache.org/download.html, version ...
Pike
Stomp client for Pike Information about this module is available here: http://modules.gotpike.org/getmodule.pike/Public.Protocols.Stomp
Protocol
Stomp Protocol Specification, Version 1.0 Initially the client must open a socket (I'm going to presume TCP, but really it is kind of irrelevant). The client then sends: CONNECT login: passcode: @ \\ \\ \\ The {{\@}} is a null (control@ in ASCII) byte. The entire thing ...
Python
STOMPy STOMPy, a STOMP client library for Python. It's very rough and ready but I hope it will be useful to someone. We're releasing it now because the student project for which it has been developed has come to an end; further testing required ...
Python Client
|