As an ActiveMQ developer, I think the best reference (if you can call it
that) is the test-suite itself. If I'm curious about a configuration method
then I usually just do a search for where/how it's used in the test-suite.
Past that I look at the artemis-configuration.xsd since just about every
programmatic configuration property has a corresponding schema element.

Regarding the cluster configuration URI itself, documentation needs to be
added to explain the syntax as it's not clear.


Justin


On Tue, Feb 19, 2019 at 9:01 AM Erik Östlund <[email protected]> wrote:

> 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?
>

Reply via email to