paolosalvatori / ServiceBusExplorer

The Service Bus Explorer allows users to connect to a Service Bus namespace and administer messaging entities in an easy manner. The tool provides advanced features like import/export functionality or the ability to test topic, queues, subscriptions, relay services, notification hubs and events hubs.
MIT License
2.01k stars 584 forks source link

When resubmitting one or more messages from the deadletter subqueue the deadletter properties are kept #344

Closed ErikMogensen closed 3 years ago

ErikMogensen commented 5 years ago

I would say that the excepted behavior would be that the deadletter properties are removed when a message is resubmitted from the deadletter subqueue. In fact there is code in MessageForm.cs for removing these properties.

I think this behavior has changed. My guess is that there has been a change is the Service Bus SDK or the service that previously filtered out those properties when sending a message.

This may be the cause for inability to resubmit messages in issue #195.

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.