Re: Programmatic configuration documentation

2019-02-19 Thread Justin Bertram
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 pr

Programmatic configuration documentation

2019-02-19 Thread Erik Östlund
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 configu