unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#31539] [PATCH] Add RabbitMQ package and service.
@ 2018-05-20 20:36 Christopher Baines
  2018-05-20 20:39 ` [bug#31539] [PATCH 1/2] gnu: Add rabbitmq Christopher Baines
  2020-10-20  7:45 ` [bug#31539] [PATCH] Add RabbitMQ package and service zimoun
  0 siblings, 2 replies; 5+ messages in thread
From: Christopher Baines @ 2018-05-20 20:36 UTC (permalink / raw)
  To: 31539

[-- Attachment #1: Type: text/plain, Size: 929 bytes --]

Tags: moreinfo

RabbitMQ is a message broker/queuing system service. I've managed to get
a package that builds, and a service which at least starts and seems to
work.

The package still needs more work, I haven't looked too closely at the
source and what might need stripping out.

As for the service, it's very minimal, and I don't have very much
experience with RabbitMQ. However, this is a start, so here are some
patches.


Christopher Baines (2):
  gnu: Add rabbitmq.
  services: Add RabbitMQ.

 gnu/local.mk                    |   3 +
 gnu/packages/rabbitmq.scm       |  90 +++++++++++++++++++++++++++
 gnu/services/message-broker.scm | 105 ++++++++++++++++++++++++++++++++
 gnu/tests/message-broker.scm    |  86 ++++++++++++++++++++++++++
 4 files changed, 284 insertions(+)
 create mode 100644 gnu/packages/rabbitmq.scm
 create mode 100644 gnu/services/message-broker.scm
 create mode 100644 gnu/tests/message-broker.scm

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 962 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-10-20  8:00 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-20 20:36 [bug#31539] [PATCH] Add RabbitMQ package and service Christopher Baines
2018-05-20 20:39 ` [bug#31539] [PATCH 1/2] gnu: Add rabbitmq Christopher Baines
2018-05-20 20:39   ` [bug#31539] [PATCH 2/2] services: Add RabbitMQ Christopher Baines
2020-10-20  7:45 ` [bug#31539] [PATCH] Add RabbitMQ package and service zimoun
2020-10-20  7:59   ` Christopher Baines

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).