Skip to content

Releases: Sage/eventq

eventq_aws: v1.4.0

15 Sep 15:01
Compare
Choose a tag to compare

Tag the current processing thread with a unique identifier representing the message being processed.
This allows custom loggers to be used and pull the information out.

EventQ.set_logger(SomeCustomLogger.new)

eventq_rabbitmq: v1.6.5

05 Sep 10:25
Compare
Choose a tag to compare
  • Fork functionality
  • Serialisation Provider Functionality.

eventq_aws: v1.2.0

05 Sep 10:26
Compare
Choose a tag to compare
  • Fork functionality
  • Serialisation Provider Functionality.

eventq_rabbitmq: v1.4.1

18 Aug 12:54
Compare
Choose a tag to compare

Added logic to allow the rabbitmq worker to deserialise message payloads into a hash as a fallback when the typed class that serialised the payload is not known to the worker.

eventq_aws: v1.0.1

18 Aug 13:04
Compare
Choose a tag to compare

Added logic to allow the aws worker to deserialise message payloads into a hash as a fallback when the typed class that serialised the payload is not known to the worker.