I am attempting to, using Camel, receive AMQP messages from RabbitMQ and pass them into a Drools Fusion engine. As my starting point I have a 4 line bit of Java code that instantiates Camel and passes it the camel XML pasted below. Is it apparent to anyone where I've gone wrong that I receive a NPE while the system is calling the init method for 'node1'?
I'm still extremely new to Drools, Camel, BRMS and my ultimate goal is to have BRMS running, receiving events from RabbitMQ. This is one step along my learning to achieve that goal so any help that can be offered is very much appreciated.
It's potentially worth noting that the JAR files I'm running for this are from the Drools-jBPM Integration 5.5 distribution.