docs: add missing consumerTag as rabbitmq config param

-  url parameter fixes for queueOptions and socketOptions read more.
This commit is contained in:
Rajen Rawal
2023-11-16 19:10:59 +05:45
committed by GitHub
parent 560719bc60
commit 8a87450edf

View File

@@ -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>