We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 410b6f8 commit fedeab6Copy full SHA for fedeab6
rabbitmq_amqp_python_client/entities.py
@@ -297,10 +297,10 @@ def _filter_message_properties(
297
self, message_properties: Optional[MessageProperties]
298
) -> None:
299
"""
300
- Set application properties for filtering.
+ Set AMQP message properties for filtering.
301
302
Args:
303
- message_properties: MessageProperties object containing application properties
+ message_properties: MessageProperties object containing AMQP message properties
304
305
if message_properties is not None:
306
# dictionary of symbols and described
0 commit comments