You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 5, 2026. It is now read-only.
In the current world, AmqpClient only accepts AMQPValue for the desired capabilities:
azure-uamqp-python/uamqp/client.py
Lines 834 to 838 in ec32de9
However, this means the upper applications have to construct the AMQPString/AMQPSymbol/AMQPArray/AMQPValue by themselves.
It would be nice if we could considering adding the support to accept just a list of string, and we do the conversion internally.