Aggregating JMS messages into files
Last updated
Last updated
The Message-to-File (M2F) process that aggregates JMS messages into files requires the following steps:
Configure the within Data Mover to connect to the JMS provider and send each JMS message to the JMS destination.
Configure the to define the strategy to aggregate multiple JMS messages into a single file. Aggregated files are created in the specified Virtual Path.
Configure the Input Contract, with an trigger and one or more actions. Note that unlike other contract actions, a message-to-file action (M2FAction) is not associated with a workflow template and does not execute workflows but a is activated for each action.
Aggregated files are named according to the following convention: jmsfile<JobId>-<date>-<time>.dat, where:
jmsfile: fixed prefix
JobId: identifier of the associated transfer job
date: format YYMMDD
time: format HHMMSS
.dat: fixed extension
Example: jmsfile-4007-250324-154648.dat