I am going to be using Payara BTW....
Suppose I have:
A JMS Topic
An MDB configured as a durable topic subscriber
Multiple instances of the MDB are deployed across the cluster and they are all using the same client ID value to make the durable subscription.
If this is the scenario, and given the way client ID values and durable subscriptions work, is it correct to say that only 1 of the MDB instances across the cluster will succeed in connecting and the others will fail?
Thanks!
Suppose you have a MDB deployed to a cluster, so there are multiple MDB instances across the cluster attempting to listen.