JMS Connector
Last updated
Last updated
The JMS Connector feature can be used to integrate endpoints that produce or consume data in the form of JMS messages.
Data Mover can receive JMS messages and apply aggregation policies to obtain files and send files in the form of JMS messages after applying splitting policies.
The File-to-Message (F2M) and Message-to-File (M2F) processes handle the transformation of files into Java Message Service (JMS) messages and vice versa.
The File-to-Message process . A configurable splitting strategy is applied and optionally metadata can be mapped. This ensures that each data chunk can be sent effectively while retaining relevant contextual information. With the integration of the Output Contract mechanism from Data Mover, messages can be sent to specific JMS destinations via customized service tasks and JMS connection protocol.
Conversely, the Message-to-File process . Data Mover connects to a JMS provider and enables the collection and combination of messages with an Input Contract mechanism, applying specific aggregation strategies. These strategies provide flexibility in how messages are aggregated and allow for precise control over when new files are created based on various conditions.