Hi,
     I am working with camel in the new AMQ 5.1 RC (I just pulled the latest
binaries yesterday) and am trying to get a dynamic router working based on a
JMS header that is coming into one of my queues.  I believe the problem I am
having is related to the included jar files; however, I can't seem to find
which jar files are required.

Here is what I'm doing:

<route>
     <from uri="activemq:MyQueue" />
     <recipientList>
          <el>activemq:topic:MyTopic.${in.headers.someheader}</el>
     </recipientList>
</route>

I tried copying over just the camel-juel jar into the <AMQ>/lib directory
and that failed at startup, I then tried downloading the juel-api.jar and
juel-impl.jar from juel.sourceforge.net and put them into the same lib
directory -- that threw a NullPointerException saying thread "ActiveMQ
Failover Worker: 20178986" failed at
org.apache.activemq.transport.failover.FailoverTransport$2.iterate(FailoverTransport.java:124).
 
Upon this happening I decided to throw a hail-mary and see if copying the
entire camel-1.3 bin directory into the <AMQ>/lib (cp -R) would work;
however, that didn't seem to help at all.

Does anyone know the steps at getting el working in the 5.1 AMQ standalone
release?

Thanks for the help!
-- 
View this message in context: 
http://www.nabble.com/Issues-with-EL-Content-Based-Router-within-AMQ-tp16750358s22882p16750358.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to