HI Abhi, Artemis dynamically loads the JAR files found in the lib folder. You can also create a lib folder that's next to your artemis instance.
https://github.com/apache/activemq-artemis/blob/master/artemis-boot/src/main/java/org/apache/activemq/artemis/boot/Artemis.java#L43 John On Sun, Feb 14, 2016 at 9:07 PM abhijith <topcoderabhij...@gmail.com> wrote: > Hi, > > I have written a custom decoder for password decryption and has bundled it > into a jar. Documentation on below link says to add it into the classpath > https://activemq.apache.org/artemis/docs/1.2.0/configuration-index.html > > But, it does not specify how I can add custom jar into classpath. I tried > to look into ${SERVER_DIR}/bin/artemis script and it looks like only jar > which is added into classpath is artemis-boot.jar > > CLASSPATH="$ARTEMIS_HOME/lib/artemis-boot.jar" > > Please let me know if I am missing anything here. > > Thanks > Abhi > > > > -- > View this message in context: > http://activemq.2283324.n4.nabble.com/Adding-custom-decoder-into-Artemis-classpath-tp4707493.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com. >