tmp-proc-rabbitmq

Launch RabbitMQ in docker using tmp-proc

LTS Haskell 22.18:0.5.3.1
Stackage Nightly 2024-04-27: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.6.0.1@sha256:74f64ff177553c3f0353ca73d8481ad01abc1de817b3a81a3df8a2a3801682ed,1595

Module documentation for 0.6.0.1

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

tmp-proc-rabbitmq uses PVP Versioning.

0.6.0.1 – 2024-02-28

  • Extend the version bounds of bytestring to allow 0.12.1

0.6.0.0 – 2024-01-09

  • Extend the upper bound for tmp-proc to 0.6

0.5.3.1 – 2023-08-16

  • correct the lower bound on tmp-proc

0.5.3.0 – 2023-08-11

  • Use the new only constructor
  • Refactor the integration test

0.5.2.0 – 2023-07-20

  • Restrict the lower bounds of amqp and tmp-proc to prevent depending on the connection package

0.5.1.4 – 2023-07-12

  • Extend the version bounds of bytestring to allow 0.12

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