[jboss-jira] [JBoss JIRA] Closed: (JBRULES-2820) Add support to drools channels in drools-camel
Edson Tirelli (JIRA)
jira-events at lists.jboss.org
Mon Dec 6 21:54:01 EST 2010
[ https://jira.jboss.org/browse/JBRULES-2820?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Edson Tirelli closed JBRULES-2820.
----------------------------------
> Add support to drools channels in drools-camel
> ----------------------------------------------
>
> Key: JBRULES-2820
> URL: https://jira.jboss.org/browse/JBRULES-2820
> Project: Drools
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Reporter: Edson Tirelli
> Assignee: Edson Tirelli
>
> Add support to drools channels in drools-camel, so that routes can be created straight from channel definitions. Example:
> rule X
> when
> $st : StockTick( symbol == "RHT" )
> then
> channels["RHT_ticks"].send( $st );
> end
> And in camel, one would simply configure:
> from( "drools://node/ksession1?channel=RHT_ticks" ).to( "somewhere );
--
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