Changelog
5.0.0
Attempt to tweak performance by removing stuff. Consequently some things broke.
consumerTag
is removed, can be found by message.fields.consumerTag
messageId
is removed, can be found by message.properties.messageId
onMessageQueued
argument from queue.queueMessage
functionqueue.dequeueMessage(message)
function/.*?/
from /.+?/
Changelog
4.0.0
For performance reasons the Broker has been prototyped. Thank you @roberto-naharro and co for discovering and resolving this (#5). This means that functions cannot be deconstructed and called without binding or using call/apply.
Changelog
3.2.0
Slimmer and swifter state.
getState
: Only use JSON-fns when really necessary (= messages)Changelog
3.1.0
Coverage hunting.
Changelog
3.0.1
Changelog
3.0.0
Confirm messages and node 10 and above.
message.nack
, message.ack
, or message.undelivered
on broker