Uploaded image for project: 'JBRULES'
  1. JBRULES
  2. JBRULES-2804

Add support to inserting messages as facts in drools-camel

This issue belongs to an archived project. You can view it, but you can't modify it. Learn more

    XMLWordPrintable

Details

    • Feature Request
    • Resolution: Done
    • Major
    • 5.2.0.M1
    • 5.1.1.FINAL
    • drools-camel
    • None

    Description

      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" );

      Attachments

        Issue Links

          Activity

            People

              etirelli@redhat.com Edson Tirelli
              etirelli@redhat.com Edson Tirelli
              Archiver:
              rhn-support-ceverson Clark Everson

              Dates

                Created:
                Updated:
                Resolved:
                Archived:

                PagerDuty