Search code examples
javaibm-mqswift-mt

How to send SWFT messages to MQ on a remote server?


Does anybody know how I can send SWIFT messages to MQ on a remote server? I need to generate Swift message and to send to MQ. Should it be in body of JMS message or there should be another structure?


Solution

  • SWIFT (or for that matter any application specific) data must be part of the message body. The structure or format of the data is application specific, in your case it's SWIFT format.