[jboss-jira] [JBoss JIRA] Created: (JBRULES-2804) Add support to inserting messages as facts in drools-camel
Edson Tirelli (JIRA)
jira-events at lists.jboss.org
Mon Nov 22 18:08:53 EST 2010
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: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list