tmp-proc-rabbitmq: Shows how to run RabbitMQ as a tmp proc

[ bsd3, docker, library, testing ] [ Propose Tags ]

An example of using tmp-proc to launch dockerized RabbitMQ in integration tests.


[Skip to Readme]

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.5.0.0, 0.5.1.0, 0.5.1.1, 0.5.1.2, 0.5.1.4, 0.5.3.0, 0.5.3.1, 0.6.0.0, 0.6.0.1
Change log ChangeLog.md
Dependencies amqp (>=0.22 && <0.23), base (>=4.11 && <4.16), bytestring (>=0.10.8.2 && <0.12), text (>=1.2.3 && <1.3), tmp-proc (>=0.5.0.0 && <0.6.0.0) [details]
License BSD-3-Clause
Copyright 2021 Tim Emiola
Author Tim Emiola
Maintainer adetokunbo@users.noreply.github.com
Category testing
Bug tracker https://github.com/adetokunbo/tmp-proc/issues
Source repo head: git clone https://github.com/adetokunbo/tmp-proc.git
Uploaded by adetokunbo at 2021-09-29T02:08:12Z
Distributions LTSHaskell:0.5.3.1, NixOS:0.5.3.1, Stackage:0.6.0.1
Downloads 535 total (43 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2021-09-29 [all 1 reports]

Readme for tmp-proc-rabbitmq-0.5.0.0

[back to package description]

tmp-proc-rabbitmq

tmp-proc-rabbitmq provides an example of using tmp-proc to launch dockerized RabbitMQ in integration tests.

It provides an instance of Proc for launching the RabbitMQ image, and also provides an instance of Conn that simplifies opening connections to the launched RabbitMQ service from tests that use tmp-proc.