In continuation with my previous post Azure Service Bus Disaster recovery for messages
I want to know what happens to scheduled messages in service bus if service bus is down (temporarily or disaster occurs). Are they still in service bus backup?
Consider a scenario where service bus was down in a region for some time, I assume messages are not getting lost since downtime was not significant. We can recover them when service bus is up back again.
I see in the below article it says https://docs.microsoft.com/en-us/azure/service-bus-messaging/service-bus-geo-dr
"The fact that no data is replicated means that currently active sessions are not replicated. Additionally, duplicate detection and scheduled messages may not work. New sessions, new scheduled messages and new duplicates will work."
I see scheduled messages getting lost in case of active-passive failover scenario since replication is not present.
But what happens to the scheduled messages if we want to recover them from original pre-failover active service bus. Will they still be present in the service bus?