Newcomer here looking for documentation, examples or tests describing how to programmatically configure Artemis.
There are tons of examples on how to configure Artemis using XML, JMS and JNDI but very few describing how to use org.apache.activemq.artemis.core.config.Configuration. Take the configuration.addClusterConfiguration(name, uri) method as an example. Where can I find out what the URI is supposed to look like?