Do you need a #azure service bus explorer app for Mac? (The app is of course developed with .NET MAUI)
https://apps.apple.com/se/app/azservicebus/id6444410679?l=en&mt=12
#azure #macapp #azureservicebus #servicebus #dotnet #dotnetmaui
Another way to say the above is this:
`Logs, with apppropriate notifications, are a perfectly valid Deadletter infrastructure for messages that cannot reasonably be reprocessed automatically.`
#eventdriven #microservices #apachekafka #azureservicebus
Deadletter queues or topics are only required in 2 cases:
1. When the message can be automatically processed in the future
2. When infrastructure constraints make them the simplest option
If a message cannot be automatically processed in the future (ie order needs to be maintained) it is better to log the failed message with appropriate notifications rather than putting it into deadletter infrastructure such as a queue.
#eventdriven #microservices #apachekafka #azureservicebus
@dacut @robsutter @richard4444 that sounds directly analogous to #AzureServiceBus, where it is "free" and they charge by message volume.