@@ -1126,8 +1126,8 @@ void basicNack(long deliveryTag, boolean multiple, boolean requeue)
1126
1126
* acknowledged once delivered; false if the server should expect
1127
1127
* explicit acknowledgements
1128
1128
* @param consumerTag a client-generated consumer tag to establish context
1129
- * @param noLocal true if the server should not deliver to this consumer
1130
- * messages published on this channel's connection
1129
+ * @param noLocal True if the server should not deliver to this consumer
1130
+ * messages published on this channel's connection. Note that the RabbitMQ server does not support this flag.
1131
1131
* @param exclusive true if this is an exclusive consumer
1132
1132
* @param callback an interface to the consumer object
1133
1133
* @param arguments a set of arguments for the consume
@@ -1150,8 +1150,8 @@ void basicNack(long deliveryTag, boolean multiple, boolean requeue)
1150
1150
* acknowledged once delivered; false if the server should expect
1151
1151
* explicit acknowledgements
1152
1152
* @param consumerTag a client-generated consumer tag to establish context
1153
- * @param noLocal true if the server should not deliver to this consumer
1154
- * messages published on this channel's connection
1153
+ * @param noLocal True if the server should not deliver to this consumer
1154
+ * messages published on this channel's connection. Note that the RabbitMQ server does not support this flag.
1155
1155
* @param exclusive true if this is an exclusive consumer
1156
1156
* @param arguments a set of arguments for the consume
1157
1157
* @param deliverCallback callback when a message is delivered
@@ -1176,8 +1176,8 @@ void basicNack(long deliveryTag, boolean multiple, boolean requeue)
1176
1176
* acknowledged once delivered; false if the server should expect
1177
1177
* explicit acknowledgements
1178
1178
* @param consumerTag a client-generated consumer tag to establish context
1179
- * @param noLocal true if the server should not deliver to this consumer
1180
- * messages published on this channel's connection
1179
+ * @param noLocal True if the server should not deliver to this consumer
1180
+ * messages published on this channel's connection. Note that the RabbitMQ server does not support this flag.
1181
1181
* @param exclusive true if this is an exclusive consumer
1182
1182
* @param arguments a set of arguments for the consume
1183
1183
* @param deliverCallback callback when a message is delivered
@@ -1202,8 +1202,8 @@ void basicNack(long deliveryTag, boolean multiple, boolean requeue)
1202
1202
* acknowledged once delivered; false if the server should expect
1203
1203
* explicit acknowledgements
1204
1204
* @param consumerTag a client-generated consumer tag to establish context
1205
- * @param noLocal true if the server should not deliver to this consumer
1206
- * messages published on this channel's connection
1205
+ * @param noLocal True if the server should not deliver to this consumer
1206
+ * messages published on this channel's connection. Note that the RabbitMQ server does not support this flag.
1207
1207
* @param exclusive true if this is an exclusive consumer
1208
1208
* @param arguments a set of arguments for the consume
1209
1209
* @param deliverCallback callback when a message is delivered
0 commit comments