Particular / NServiceBus.MessagingBridge

Other
4 stars 1 forks source link

Add the ability to migrate timeout/deferred messages #330

Open kbaley opened 11 months ago

kbaley commented 11 months ago

Describe the feature.

Inspired by: https://discuss.particular.net/t/migrate-saga-timeout-messages-with-nservicebus-messagingbridge-from-azureservicebus-to-amazonsqs/3699

The bridge is useful for migrating between two transports for real-time messages but to fully move from one transport to another, the bridge must remain in place until all deferred messages (e.g. timeouts) have been processed. Given this could take years, it would be useful if the bridge had the ability to migrate timeouts from one transport to another.

Additional Context

No response

andreasohlund commented 11 months ago

Since this is a one off operation(?) I think this feature fits better in https://github.com/Particular/TimeoutMigrationTool ?