Re: Adding custom decoder into Artemis classpath

2016-02-14 Thread John D. Ament
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

Adding custom decoder into Artemis classpath

2016-02-14 Thread abhijith
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 t

Re: How fileCursor works? AMQ5.9.1

2016-02-14 Thread fengcanyue
the earliest non-dispatched message will be discarded when full. i wish the more message buffer to disk when memory limit reach. can you give me one xml file that can do it ? thanks!! -- View this message in context: http://activemq.2283324.n4.nabble.com/How-fileCursor-works-AMQ5-9-1-tp4706