Releases: Sage/eventq
Releases · Sage/eventq
eventq_aws: v1.4.0
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
- Fork functionality
- Serialisation Provider Functionality.
eventq_aws: v1.2.0
- Fork functionality
- Serialisation Provider Functionality.
eventq_rabbitmq: v1.4.1
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
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.