cl-stomp
Implements the STOMP protocol for connecting to a message broker.
$ area51 add cl-stompCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(cl-stomp:some-function ...)Implements the STOMP protocol for connecting to a message broker.
$ area51 add cl-stompCopy;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(cl-stomp:some-function ...)