Quick one - I want to add another spoke broker and connect it to our hub. At present each spoke has it's own Key in the keystore with a corresponding certificate on the hub.
This works but I'm wondering if ActiveMQ uses the the certificates to help identify individual brokers? If I add this new spoke and simply re-use the certificates from an existing one - everything should connect and provided the new spoke has it's own unique brokerName value the network should identify it separate to the other brokers? This is presumably how brokers are configured in a cloud environment - one set of keys and each broker get it's own name..? Sorry for what is probably a dumb question but I want to double-check. James