The Integration Service uses the messaging and queueing architecture to process real-time data. It can read messages from a message queue, process the message data, and write messages to a message queue.
You can also write messages to other messaging applications. For example, the Integration Service can read messages from a JMS source and write the data to a TIBCO target.
The following image shows how the messaging application and the Integration Service process messages from a message queue:
The messaging application and the Integration Service complete the following tasks to process messages from a message queue:
The messaging application adds a message to a queue.
The Integration Service reads the message from the queue and extracts the data.
The Integration Service processes the data and writes a reply to the message queue.