tmp-proc-rabbitmq

Launch RabbitMQ in docker using tmp-proc

LTS Haskell 22.43:0.5.3.1
Stackage Nightly 2025-03-16:0.7.2.3
Latest on Hackage:0.7.2.3

See all snapshots tmp-proc-rabbitmq appears in

BSD-3-Clause licensed by Tim Emiola
This version can be pinned in stack with:tmp-proc-rabbitmq-0.7.2.3@sha256:06d05d64166512ed460c6e5fc98166b9a2609aec1c2696a28108f3a082a8ed50,1570

Module documentation for 0.7.2.3

tmp-proc-rabbitmq

Hackage BSD-3.0 license

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.

Changes