-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
Describe the feature.
Is your feature related to a problem? Please describe.
This is somewhat related to:
Currently transactional session cannot be used for store and forward to where the endpoint needs to be able to continue writing to a local business database and "store" messaging when the broker is unreachable.
Describe the requested feature
Use a local database for a message store to dispatch messages to a remote broker when connectivity to the broker is restored.
Describe alternatives you've considered
- Multi transport setup with a "local" and "remote" transport that can use either NServiceBus.Gateway or NServiceBus.MessagingBridge
- Multi transport setup of the same kind and use native message shoveling techniques
- NServiceBus.Transport.Msmq which is fedarated and comes with store and forward out of the box in its design
Additional Context
No response
Reactions are currently unavailable