Skip to content

Instantly share code, notes, and snippets.

@jstrachan
Created June 13, 2013 17:43
Show Gist options
  • Save jstrachan/5775728 to your computer and use it in GitHub Desktop.
Save jstrachan/5775728 to your computer and use it in GitHub Desktop.
from( "direct:test-no-ep" ).to( "drools://node/ksession1?action=insertBody" );
from( "direct:test-with-ep" ).to( "drools://node/ksession1?action=insertBody&entryPoint=ep1" );
from( "direct:test-message" ).to( "drools://node/ksession1?action=insertMessage" );
from( "direct:test-exchange" ).to( "drools://node/ksession1?action=insertExchange" );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment