If I have two brokers in a cluster and create a durable subscriber using a failover with both brokers in the url, the client connects randomly to one of them and creates durable subscription in the broker that it connected to and a network subscription in the other one. So far so good.
Now, if the client reconnects to the other broker for whatever reason, the durable subscrition is created and now both brokers have the durable subscription and assosicated network subscription from the other broker. But the client is only consuming from one of the subscriptions at the time and the other broker's subscription keeps collecting the messages. Is this intended behaviour? Teemu