Sean Feldman

Results 432 comments of Sean Feldman

I don't remember off top of my head, but if you select `Repair and Resubmit Message`, the popup should have `Remove from DLQ`. If you do that when resubmitting from...

It's already showing on a regular queue as well. that's why I'm confused. > So in my opinion it should be added for normal queues as long as there is...

Let's revisit what we do. I just realized that resubmitting a message we receive increases the delivery count. For clients that have `MaxDeliveryCount` on the entities set to something fairly...

SBE is an old tool that started with the ASB SDK track 1, was migrated to track 2, and got stuck with adopting track 3 SDK (`Azure.Messaging.ServiceBus`). We've tried to...

Potentially related to #607

(I've marked the PR as a draft PR) @Merlijnv, you're doing great 👍 Feel free to adopt or discard: you could go for a Centralized Package Management. Easier to control...

> @SeanFeldman previous QueueDescription seems to be splitted up into 2 (QueueProperties and QueueRuntimeProperties) So I have to or choose 1 to use or retrieve both. What is your opinion...

This has to do something with re-populating the `ListView` control used for custom properties. I'm not sure why it's not refreshing an my knowledge of WinForms is quite limited to...

@ththiem, what's the average message size? Are you using I suspect this is due to how the functionality is implemented to work around several issues with ASB. To "purge" a...

The size is not that bad. Session-based entities - that might be a bit of a problem. Looking at the code, it's only one session at a time that's being...