mirror of
https://github.com/nestjs/docs.nestjs.com.git
synced 2026-02-26 07:15:01 +00:00
docs: add missing consumerTag as rabbitmq config param
- url parameter fixes for queueOptions and socketOptions read more.
This commit is contained in:
@@ -65,14 +65,18 @@ The `options` property is specific to the chosen transporter. The <strong>Rabbit
|
||||
<tr>
|
||||
<td><code>noAck</code></td>
|
||||
<td>If <code>false</code>, manual acknowledgment mode enabled</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>consumerTag</code></td>
|
||||
<td>Consumer Tag Identifier (read more <a href="https://amqp-node.github.io/amqplib/channel_api.html#channel_consume"/>here</a>)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>queueOptions</code></td>
|
||||
<td>Additional queue options (read more <a href="https://www.squaremobius.net/amqp.node/channel_api.html#channel_assertQueue" rel="nofollow" target="_blank">here</a>)</td>
|
||||
<td>Additional queue options (read more <a href="https://amqp-node.github.io/amqplib/channel_api.html#channel_assertQueue" rel="nofollow" target="_blank">here</a>)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>socketOptions</code></td>
|
||||
<td>Additional socket options (read more <a href="https://www.squaremobius.net/amqp.node/channel_api.html#socket-options" rel="nofollow" target="_blank">here</a>)</td>
|
||||
<td>Additional socket options (read more <a href="https://amqp-node.github.io/amqplib/channel_api.html#connect" rel="nofollow" target="_blank">here</a>)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>headers</code></td>
|
||||
|
||||
Reference in New Issue
Block a user