Re: custom libraries for activemq in another location (activemq.classpath)

2012-01-30 Thread Christoph Burmeister
Hi Thorsten, Thanks for your help. Is it possible to use wildcards in ACTIVEMQ_CLASSPATH ? If not, this would be definitely an improvement. Meanwhile I got my scenario running by using the tanuki wrapper. I didn't recognize before, that the wrapper-specific activemq.bat is not the same as the "nor

Re: custom libraries for activemq in another location (activemq.classpath)

2012-01-30 Thread Torsten Mielke
Hello Christoph, ACTIVEMQ_CLASSPATH is by default only set to include the conf/ directory. E.g. if you start a default AMQ instance and connect to it using jconsole and click on the VM Summary tab, then you can see this parameter being passed into the JVM as follows -Dactivemq.classpath=/opt/FU

custom libraries for activemq in another location (activemq.classpath)

2012-01-30 Thread Christoph Burmeister
Hi users, I've written some classes (message-transformers for camel-routing) which should be used inside ActiveMQ. Actually at the moment I put them into the %ACTIVEMQ_HOME%\libs-folder and it works. In real-world deployment I want to separate the custom libraries from the ActiveMQ-own libraries w