Launching Swift Interface Camel Application

This section describes how to start the Swift interface.

You can launch Swift interface using:

  • File flow – Consumes Swift MT or MX inward messages from file directory and writes Swift MT to file.
  • Queue flow - Consumes Swift MT or MX inward messages from queue and writes Swift MX to a queue.

You can start application by running startApp.bat or startApp.sh.

Launching as File Flow

Procedure

  1. Open the startApp.bat or startApp.sh file depending on your operating system.
  2. Set SOURCETYPE to file.
  3. Set PROVIDER_TRANSACT to jboss (or other MQ type where back office queues (Temenos Transact) are configured).

  4. Configure the properties below in application-file.properties.
  5. Route Inqueue or File Property Destination File or Queue Property

    SwiftInward MT (File)

    temn.if.si.inward.source.file.path

    temn.if.si.t24.inflow.queue

    SwiftInward MX (File)

    temn.if.si.inward.source.file.path

    temn.if.si.mxinward.out.queue

    SwiftOutward Route(File)

    temn.if.si.mxoutward.in.queue

    temn.if.si.mxoutward.out.fileurl

  6. Double-click the startApp.bat or startApp.sh file to start application. You can also start the application by using command line.

    The file flows Inward (MT or MX) and Outward is started.

Launching as Queue Flow

Procedure

  1. Open the startApp.bat or startApp.sh file depending on your operating system.
  2. Set SOURCETYPE to queue.
  3. Set PROVIDER_INTERFACE to ibmmq (or other MQ type where swift interface queues are configured)
  4. Set PROVIDER_TRANSACT to jboss (or other MQ type where back office queues (Temenos Transact) are configured).

  5. Configure the properties below in application-queue.properties.
  6. Route Inqueue Property Destination Property

    SwiftInward MT Queue

    temn.if.si.inward.in.queue

    temn.if.si.t24.inflow.queue

    SwiftInward MX Queue

    temn.if.si.inward.in.queue

    temn.if.si.mxinward.out.queue

    SwiftOutward Route(Queue)

    temn.if.si.mxoutward.in.queue

    temn.if.si.mxoutward.out.queue

  7. Double-click the startApp.bat or startApp.sh file to start application. You can also start the application by using command line.

    The Queue flows Inward(MT or MX) and Outward is started.

Stopping the Application

Double-click the stopApp.bat file to terminate the application.


Bookmark Name Actions
Feedback
x