SWIFT Module 7.1 SP10.July 2020 | Package Services | WmFIN Package Services | wm.fin.transport.MQSeries | wm.fin.transport.MQSeries:getListenerService
 
wm.fin.transport.MQSeries:getListenerService
Deprecated. This service retrieves SWIFT FIN messages from a specified MQSeries queue. This service strips out extraneous information in the SWIFT message and publishes the actual SWIFT message, to be processed further by wm.fin.trp:receive. The wm.fin.trp:receive service subscribes to, processes, and validates the message, after which the service either passes the resulting TN document type to the Process Engine or to the specified Trading Networks processing rule. The user must specify this service as the Message Service when creating the WebSphere MQ-to-IS message handler.
Input Parameters
msgbody
String SWIFT message retrieved off the specified WebSphere MQ queue.
Output Parameters
None.
Usage Notes
This service is deprecated and is replaced by wm.fin.transport.MQSeries:getMQSeriesListenerService.