[ServiceBus] the constraint relationship between absolutely expiry time and time to live property on outgoing message #17970
Labels
Client
This issue points to a problem in the data-plane of the library.
Messaging
Messaging crew
P0
Service Bus
Milestone
Problem:
the absolute_expiry_time on uamqp.message.MessageProperties should be calculated based on time_to_live on uamqp.message.MessageHeader:
Reason:
Todo:
https://github.com/Azure/azure-sdk-for-python/blob/master/sdk/servicebus/azure-servicebus/azure/servicebus/_common/message.py#L273-L283
as users set the
time_to_live
, we need to update theabsolute_expiry_time
of the MessageProperties of the internal amqp messageServiceBusReceivedMessage.message
The text was updated successfully, but these errors were encountered: