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
System.ArgumentException: An item with the same key has already been added. Key: ReplyTo is been thrown when you use DeferMessageAction when using Azure Service Bus
Exceptions (if any)
[16:09:49 ERR] Failed to publish message to topic local.lz.myevent with id 07e5edca-8613-467e-8c75-064a584cc916, message will not be retried. System.ArgumentException: An item with the same key has already been added. Key: ReplyTo at System.Collections.Generic.Dictionary2.TryInsert(TKey key, TValue value, InsertionBehavior behavior)
at System.Collections.Generic.Dictionary2.Add(TKey key, TValue value) at Paramore.Brighter.MessagingGateway.AzureServiceBus.AzureServiceBusMessageProducer.ConvertToServiceBusMessage(Message message) in /_/src/Paramore.Brighter.MessagingGateway.AzureServiceBus/AzureServiceBusMessageProducer.cs:line 247 at Paramore.Brighter.MessagingGateway.AzureServiceBus.AzureServiceBusMessageProducer.SendWithDelayAsync(Message message, Int32 delayMilliseconds) in /_/src/Paramore.Brighter.MessagingGateway.AzureServiceBus/AzureServiceBusMessageProducer.cs:line 183
Further technical details
Brighter version 9.5.9
The text was updated successfully, but these errors were encountered:
Describe the bug
System.ArgumentException: An item with the same key has already been added. Key: ReplyTo
is been thrown when you use DeferMessageAction when using Azure Service BusExceptions (if any)
[16:09:49 ERR] Failed to publish message to topic local.lz.myevent with id 07e5edca-8613-467e-8c75-064a584cc916, message will not be retried. System.ArgumentException: An item with the same key has already been added. Key: ReplyTo at System.Collections.Generic.Dictionary
2.TryInsert(TKey key, TValue value, InsertionBehavior behavior)at System.Collections.Generic.Dictionary
2.Add(TKey key, TValue value) at Paramore.Brighter.MessagingGateway.AzureServiceBus.AzureServiceBusMessageProducer.ConvertToServiceBusMessage(Message message) in /_/src/Paramore.Brighter.MessagingGateway.AzureServiceBus/AzureServiceBusMessageProducer.cs:line 247 at Paramore.Brighter.MessagingGateway.AzureServiceBus.AzureServiceBusMessageProducer.SendWithDelayAsync(Message message, Int32 delayMilliseconds) in /_/src/Paramore.Brighter.MessagingGateway.AzureServiceBus/AzureServiceBusMessageProducer.cs:line 183
Further technical details
The text was updated successfully, but these errors were encountered: