Skip to content

Releases: nmbrone/rmq

v0.4.0

29 Jun 09:46
Compare
Choose a tag to compare

amqp v1.5+

RMQ.Connection

  • removed option :connection_name since by mistake it wasn't used anyway. Use :name option which was introduced in amqp v1.5.0

v0.3.1

26 May 10:44
Compare
Choose a tag to compare

Fix defaults

v.0.3.0

25 May 13:32
Compare
Choose a tag to compare

Added to RMQ.Consumer

  • The ability to configure the queue via the tuple {queue, options}.
  • The ability to configure the exchange via the tuple {exchange, type, options}.
  • Improved defaults.

New RMQ.Utils module.

First stable release

14 May 08:52
Compare
Choose a tag to compare

Breaking changes:

  • RMQ.RPC:
    • call/5 now returns tuple {:ok, result} | {:error, reason}.

Enhancements:

  • each module now supports dynamic configuration via config/0 callback.