Say you have BrokerA and BrokerB connected to each other in the "Network of Brokers" Pattern. You have ClientZ connect to BrokerA and create a durable subscription to TopicT. That client disconnects for 15 mins from BrokerA, then reconnects to BrokerB.
Will all the messages it missed in those 15 mins be consumed even though it's now on BrokerB?
Will any messages remain on BrokerA?