-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
Description
The STOMP protocol (http://stomp.github.io/) is used for communication between some components (especially TriggerHandlers) any STOMP-compatible implementation (see http://stomp.github.io/implementations.html) can be configured and used.
A simple lightweight STOMP implementation called Gozirra is currently included in LiU EEE (in the source tree).
Main website: http://www.germane-software.com/software/Java/Gozirra/
A fork is available at https://github.com/pedroteixeira/gozirra/
These implementations do not clearly state licensing policy and do not seem to be actively maintained. Thus it should be replaced by some other STOMP implementation. Preferrably a version that is distributed using Maven if available.