1 Reply Latest reply on Oct 5, 2005 9:46 AM by kukeltje

    JBPM BAM

    tolstiy

      Hello,
      i'm developing a BAM (sourceforge.net/projects/jbam) system, as one of the workflow systems i'd like to monitor is JBPM. i'd like to know if there any posibility to post every system event via JMS(on queue/JbpmQueue for example). May be there is a way to configure JBPM to do so, without any code changes.

        • 1. Re: JBPM BAM
          kukeltje

          I would do it the other way around. Just like some systems do with Bea. Query the log every x seconds and retrieve the newly added data. Then process it (e.g. by putting it in a JMS queue first). That way, there is no additional overhead in the bpm engine.