Hi
You need to add JARs to the classpath so ActiveMQ can find the el language.
I think its the juel JARs.
You can possible from them from Maven central and download and put in
the lib dir of ActiveMQ.
http://search.maven.org/#search%7Cga%7C1%7Cjuel
On Mon, Oct 29, 2012 at 5:35 PM, leela_pvs
As part of a project requirement, i need to forward all the messages
published to 'Topic' into another queue through ActiveMQ 5.2.0
configuration. I tried the following code using Juel but getting an
exception while starting ActiveMQ server. The code and exception details are
provided below. Apprec