2 Replies Latest reply on Jan 10, 2007 9:59 AM by pkovgan

    JMS support in BPEL

    theejbpope

      Hi,

      It might be a fairly stupid question - I'm new to the product - is it possible with the BPEL extension to kick-off processes with inbound JMS messages ? I.e. start a process for each message posted on the "Sales order queue"; and avoid using WS alltogether.

      If so, how can I proceed to set up a simple test ?

      Many thanks for helping me out !

      Jan

        • 1. Re: JMS support in BPEL
          theejbpope

          Right. Stupid question indeed. BPEL is an extension of WS.

          So, the solution is probably using the jBPM model instead.

          Is the best approach writing MDB's and kicking-off the processes manually, or is this behavior already implemented somewhere ?

          • 2. Re: JMS support in BPEL
            pkovgan

            Not so stupid question, I assume...
            We also need this JMS extension.

            And it will be good to have one, even if BPEL is WS orchestration tool.

            SOAP message may be wrapped in JMS message as well.

            How can we add JMS client to our process???

            Is there some ideas?

            Is there some point(class) where I could insert JMS client and call myprocess directly from this client???

            Thanks.