2 Replies Latest reply on Jul 12, 2006 3:15 PM by krishuggins2k6

    async event execution

    akakunin

      It is possible in jBPM to make async event execution?
      For example I added event for task-assign to send email to actorId, but I want to do in parallel with main jBPM process execution. Is it possible to implement by some way?

        • 1. Re: async event execution
          saviola

          Hi, akakunin!
          Since version 3.1 of jBPM there is possibility for asynchronous execution of nodes.
          You can read more here:
          http://docs.jboss.com/jbpm/v3/userguide/asynchronouscontinuations.html

          • 2. Re: async event execution
            krishuggins2k6

            Hello,

            The user guide has a TBD for the "JMS for asynchronous messaging" section.

            I am looking for more information about how to configure/deploy a jBPM process so it will run asynchronously with JMS or MDB.

            I'm guessing you need to configure which queue is used when you signal an async node and I'm guessing you need some consumer of the queue to continue the bpm instance.

            Can someone point me to any documentation, examples & sample code pertaining to this.

            Any help would be appreciated and I will try to help fill in the TBD section of the documentation.