tmp-proc-rabbitmq

Shows how to run RabbitMQ as a tmp proc

Version on this page:0.5.1.2
LTS Haskell 22.14:0.5.3.1
Stackage Nightly 2024-03-29:0.6.0.1
Latest on Hackage:0.6.0.1

See all snapshots tmp-proc-rabbitmq appears in

BSD-3-Clause licensed by Tim Emiola
Maintained by [email protected]
This version can be pinned in stack with:tmp-proc-rabbitmq-0.5.1.2@sha256:8de74864e97793a19e4284a50d2ca1d0466b4b1330672bf306823c8534b8aa81,1541

Module documentation for 0.5.1.2

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

Revision history for tmp-proc-rabbitmq

0.5.1.2 – 2022-08-11

  • Relax version bounds

0.5.1.0 – 2022-08-08

  • Bump version of text and base

0.5.0.0 – 2021-09-28

  • First version
  • Initial upload to hackage