Skip to content
This repository has been archived by the owner on May 8, 2023. It is now read-only.

Latest commit

 

History

History
13 lines (10 loc) · 423 Bytes

File metadata and controls

13 lines (10 loc) · 423 Bytes

Documentation

This package supports registration of MessageHub for IServiceCollection and SimpleInjector.

IServiceCollection example:

        serviceCollection.AddMessageHub(
            messageHubSendConnectionString,
            new MessageHubConfig(dataAvailableQueue, domainReplyQueue),
            storageServiceConnectionString,
            new StorageConfig(azureBlobStorageContainerName));