I’ve been trying to learn how to use pipelines to execute some rules.
I’ve had a look at the JaxbSimpleJmsMessengerTest as that seemed a good place to start and copy the code from (using drools 5.0.1).
However running the test doesn’t seem to actually run any of the rules – I’ve tried adding println’s but they don’t appear, nor do the globals appear to get populated.
What am I missing?
Thomas