Skip to content

Commit 64d61ae

Browse files
Merge pull request #2905 from rawalrajen/patch-1
consumerTag description on rmq microservice configs
2 parents 387407f + 889b8e9 commit 64d61ae

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

content/microservices/rabbitmq.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,13 +66,17 @@ The `options` property is specific to the chosen transporter. The <strong>Rabbit
6666
<td><code>noAck</code></td>
6767
<td>If <code>false</code>, manual acknowledgment mode enabled</td>
6868
</tr>
69+
<tr>
70+
<td><code>consumerTag</code></td>
71+
<td>Consumer Tag Identifier (read more <a href="https://amqp-node.github.io/amqplib/channel_api.html#channel_consume" rel="nofollow" target="_blank">here</a>)</td>
72+
</tr>
6973
<tr>
7074
<td><code>queueOptions</code></td>
71-
<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>
75+
<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>
7276
</tr>
7377
<tr>
7478
<td><code>socketOptions</code></td>
75-
<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>
79+
<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>
7680
</tr>
7781
<tr>
7882
<td><code>headers</code></td>

0 commit comments

Comments
 (0)