DMVCFramework (for short) is a popular and powerful framework for WEB API in Delphi. Supports RESTful and JSON-RPC WEB APIs development.
Go to file
2016-11-01 17:10:46 +01:00
docs 2010-04-02 09:51:39 +00:00
examples https://github.com/danieleteti/delphistompclient/issues/16 2016-11-01 16:49:01 +01:00
packages/lazarus + Replaced manual Synapse exception verification with 'raiseexcept' and 2010-12-03 02:35:51 +00:00
test BUG fixes + deprecations 2016-06-28 15:21:58 +02:00
testLazarus 2010-04-18 19:39:18 +00:00
tutorial Merge patch from Chenavier Gérald 2016-11-01 17:05:54 +01:00
unittest Merge patch from Chenavier Gérald 2016-11-01 17:05:54 +01:00
build.bat -New Build System PYTHON Based 2016-01-01 23:14:46 +01:00
build.py Fixed some demo 2016-09-20 16:27:29 +02:00
pasdocfiles.txt 2010-04-02 09:49:30 +00:00
README.md Update README.md 2016-11-01 17:10:46 +01:00
StompClient.pas Merge patch from Chenavier Gérald 2016-11-01 17:05:54 +01:00
StompTypes.pas Merge patch from Chenavier Gérald 2016-11-01 17:05:54 +01:00

Delphi/FreePascal STOMP Client

STOMP client for Embarcadero Delphi and FreePascal.

Currently tested on

  • Apache ActiveMQ 5.2
  • Apache ActiveMQ 5.3.x
  • Apache ActiveMQ 5.4.2.
  • RabbitMQ 3.5.1+

The project can use INDY (Delphi) or Synapse (Delphi or FreePascal). In case you want to use Synapse, you have to get a copy of Synapse library from http://synapse.ararat.cz/doku.php/download.

More info on the author's blog http://www.danieleteti.it/stomp-client/

Delphi STOMP Client Team

Daniele Teti (Lead Developer) Daniel Gaspary (Free Pascal Mantainer)

Contributors Oliver Marr (encoding fixes) Marco Mottadelli (iOS fixes) Chenavier Gérald (STOMP 1.1 improvement)