cl-stomp

MIT-style License

Implements the STOMP protocol for connecting to a message broker.

$ area51 add cl-stompCopy

Usage

;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(cl-stomp:some-function ...)