Readonly
optionsReadonly
replyReturns if the server is connected
Protected
buildProtected
Builds the connection string from the options
No-Acknowledges the receipt of a message from the server his should only be called on messages that have not successfully processed or that you do not want to remove from the queue so that it is attempted again
Registers a consumer of messages on the channel for the specified queue
Optional
prefetch: numberReplies to the given message with the response payload specified
if true, we will not automatically reply to the message with ack/nack
by default, we requeue the message we are replying to, if we do not want to requeue, set to false
Sends a message to the specified queue requesting that we receipt a reply from the worker that handles the message. This method will wait for the worker to complete the request and the reply is received before the promise will resolve
the amount of time (ms) that we are willing to wait for a reply. If timeout is 0, will wait indefinitely
whether we should use a one-time use queue to receive the reply (this may be necessary in some use cases)
Sends a payload to the specified queue for processing by a consumer
Optional
options: PublishProtected
uuid
Creates a new instance of the RabbitMQ helper