Re: Is there anyway to get activeMQ to pick up a jar at runtime other than adding it to the activemqinstalldir/lib folder?

2012-07-19 Thread marcus.mathioudakis
Gary thanks for your prompt reply, I did a fresh install and it now seems to be working as mentioned above. My problem is however that I have jars in different levels of a lib folder hierarchy, which I would like to all be picked up. So for example OSBA.jar is in somefolder and hrules.jar is in

activemq --extdir option doesn't seem to work

2012-07-18 Thread marcus.mathioudakis
I am starting an active mq broker using my own config file: ./apache-activemq-5.6.0/bin/activemq console xbean:custom-broker.xml The broker is using some classes I have defined which reside in a jar. For a while now I was just sticking the jar in the activemq lib folder, and everything worked

broker interceptor works in 5.5.1, but not in 5.6.0

2012-06-08 Thread marcus.mathioudakis
My problem is the following: I have written an interceptor for an activemq5.5.1 message broker. The interceptor intercepts incoming messages by overriding the *public void send(ProducerBrokerExchange producerExchange, Message messageSend)* method in Broker filter. It then validates the messages