Skip to content

Azure.Messaging.ServiceBus_7.17.2

Compare
Choose a tag to compare
@azure-sdk azure-sdk released this 16 Jan 19:15
19718c6

7.17.2 (2024-01-16)

Bugs Fixed

  • Fixed the logic used to set the TimeToLive value of the AmqpMessageHeader for received messages to be based on the difference of the AbsoluteExpiryTime and CreationTime properties of the AmqpMessageProperties.
  • Prevent NullReferenceException from being thrown when the ReceiveMessagesAsync method is called using a high degree of concurrency.