Skip to main content
Version: Adeptia Suite

Sample Process Flows to Proces JMS Message  in Transactional Mode

This section describes how to create a process flow to fetch the data from Apache Active MQ Server using JMS Event and further put to another JMS Server. This section also covers how to make this message transfer in transactional mode. 

  1. Create a JMS Event with Apache Active MQ Server with Connection Type as Queue and session as Transactional.

  2. Create a process flow (JTA Begin à JMS Source a Put Context Variable à JMS Target a JTA End).

  3. Set the value of the following JMS Source properties to true:

    • eventContextEnabled
    • jtaEnlist
  4. You can also override JMS Target properties through Put Context variable.

  5. Bind the process flow with above created JMS Event.

  6. Activate JMS Event.