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
2017-04-04 14:19:49 +02:00
docs Merge lib\delphistompclient 2017-04-04 13:28:49 +02:00
ideexpert ADDED SEMANTIC VERSION (DMVCFRAMEWORK_VERSION const in MVCFramework.Commons.pas hold the current version) 2017-01-29 16:11:14 +01:00
lib Removed wrong merge 2017-04-04 14:19:49 +02:00
samples Server Sent Event Sample, version 1 2017-03-30 16:15:03 +02:00
sources 2.1.6 (carbon) 2017-03-10 10:37:49 +01:00
unittests 2.1.6 (carbon) 2017-03-10 10:37:49 +01:00
.gitignore ADD Cache support based on Redis 2016-11-07 12:24:13 +01:00
.gitmodules ADDED LoggerPro as Submodule 2016-09-06 08:38:52 +02:00
build.bat -New Build System based on Python 3.5 script 2016-01-01 23:01:49 +01:00
build.py Merge lib\delphistompclient 2017-04-04 13:28:49 +02:00
CHANGES.TXT 2.1.6 (carbon) 2017-03-10 10:37:49 +01:00
clean.bat 2013-10-29 14:18:22 +00:00
contributors.txt Update README.md and contributors.txt 2015-06-15 17:56:15 -03:00
README.md Update README.md 2017-03-10 10:40:06 +01:00
roadmap.md Update roadmap.md 2017-02-13 08:40:36 +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)