]
Edson Tirelli resolved JBRULES-2804.
------------------------------------
Resolution: Done
Add support to inserting messages as facts in drools-camel
----------------------------------------------------------
Key: JBRULES-2804
URL:
https://jira.jboss.org/browse/JBRULES-2804
Project: Drools
Issue Type: Feature Request
Security Level: Public(Everyone can see)
Components: drools-camel
Affects Versions: 5.1.1.FINAL
Reporter: Edson Tirelli
Assignee: Edson Tirelli
Fix For: 5.2.0.M1
Add support to inserting messages as facts into a drools session, in drools camel.
It should be possible to define routes that insert message bodies as facts. E.g.:
to( "drools:node/session?action=insertBody" );
In should be possible to define routes that insert messages themselves as facts. E.g.:
to( "drools:node/session?action=insertMessage" );
In should be possible to define routes that insert the Exchange object as facts. E.g.:
to( "drools:node/session?action=insertExchange" );
Also, for all cases above, it should be possible to define a specific entry-point in
drools where such facts will be inserted:
to( "drools:node/session?action=insertBody&entryPoint=ep1" );
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: