feat: Add NetEvolve.Pulse.AzureQueueStorage transport package#427
Open
feat: Add NetEvolve.Pulse.AzureQueueStorage transport package#427
Conversation
Open
5 tasks
Copilot
AI
changed the title
[WIP] Add NetEvolve.Pulse.AzureQueueStorage project with AzureQueueStorageMessageTransport
feat: Add NetEvolve.Pulse.AzureQueueStorage transport package
Apr 18, 2026
…eStorageMessageTransport Agent-Logs-Url: https://github.com/dailydevops/pulse/sessions/46d27db2-a16d-482b-8d30-a7fa998b9eb8 Co-authored-by: samtrion <3283596+samtrion@users.noreply.github.com>
Agent-Logs-Url: https://github.com/dailydevops/pulse/sessions/46d27db2-a16d-482b-8d30-a7fa998b9eb8 Co-authored-by: samtrion <3283596+samtrion@users.noreply.github.com>
93594f5 to
06b2787
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a new
NetEvolve.Pulse.AzureQueueStoragepackage providing Azure Queue Storage as a Pulse outbox transport — a cheaper alternative to Azure Service Bus available in every Azure Storage account.New package:
NetEvolve.Pulse.AzureQueueStoragenet8.0;net9.0;net10.0Azure.Storage.Queues,Azure.IdentityTransport behavior
QueueClientlazily initialized viaSemaphoreSlimdouble-checked locking; uses connection string orDefaultAzureCredentialbased on optionsSendMessageAsyncInvalidOperationExceptionSendBatchAsynciterates sequentiallyCreateQueueIfNotExists = true(default)Registration
Options
ConnectionStringnullQueueServiceUrinullDefaultAzureCredentialauthQueueName"pulse-outbox"MessageVisibilityTimeoutnullCreateQueueIfNotExiststrueValidation (either
ConnectionStringorQueueServiceUrirequired,QueueNamenon-empty) is registered withValidateOnStart().AzureQueueStorageTransportOptionsConfigurationis provided for binding fromPulse:Transports:AzureQueueStorageconfig section when needed.