In this data integration use case a Message Queue will trigger an orchestration in real-time. Steps are:
- Configure a connection to Message Queue (Apache Active MQ) using JMS Provider service
- Configure a JMS Source and JMS Event with the specific queue name
- JMS Event automatically triggers the process flow when a new message is inserted into the queue
- Design an orchestration that would take the incoming message from the MQ and then map to database
- Show the run-time logs dashboard and discuss the use of projects in organizing your activities
We can use any MQ for this example such as Oracle AQ, IBM Websphere MQ, Hornet MQ etc. Goal of this example is to use this process flow as a template to build more sophisticated orchestrations where source or target is a Message Queue.
Refer to the walk-through PDF, deployable solution file, and the sample message data.
Comments
0 comments
Article is closed for comments.