Jens Geyer | 7bea35a | 2014-03-07 19:41:48 +0100 | [diff] [blame] | 1 | Sample code for STOMP-based Thrift clients and/or servers. |
| 2 | |
| 3 | Although the sample Thrift STOMP Transport is written in |
| 4 | Delphi/Pascal, it can easily serve as a starting point for |
| 5 | similar implementations in other languages. |
| 6 | |
| 7 | STOMP is a protocol widely supported by many messaging systems, |
| 8 | such as Apache ActiveMQ, RabbitMQ and many others. In particular, |
| 9 | it can be used to communicate with Service-Bus products like Rebus |
| 10 | or NServiceBus, when running against a STOMP-capable MQ system. |
| 11 | |
| 12 | A prerequisite for this sample is the Delphi STOMP Adapter written |
| 13 | by Daniele Teti (http://www.danieleteti.it/stomp-client), currently |
| 14 | hosted at Google Code (http://code.google.com/p/delphistompclient). |
| 15 | |
| 16 | At the time of writing, the STOMP adapter does not fully support |
| 17 | binary data. Please check whether this has been fixed, otherwise |
| 18 | you have to use the JSON protocol (or to fix it on your own). |