Implementation > Message recycling services > General implementation procedure

Message recycling: General implementation procedure

Prerequisites

Preparing the environment

Implementation

After implementation

Prerequisites

Use the Axway Installer to install the following products:

You can install these products on different machines and/or different platforms.

Install SWIFTNet Portal as described in Installing SWIFTNet Portal.

The example described in this documentation enables you to send and receive messages to and from queues on the JMS provider.

Preparing the environment

Create JAR references in the classpath definition of the Integrator Server installation:

Open the <CORE_ROOT>/local/bin/core_setup file, and add this line at the end of the file:

export CLASSPATH=$CLASSPATH:/JMS/xms/lib/jmsapi.jar:/JMS/xms/lib/jmssun.jar:/JMS/xms/lib/jta-101B.jar:/JMS/xms/lib/xmsapi.jar

For the example given in the preceding line, we assume that the JAR files have been copied in the directory /JMS/xms/lib.

Implementation

On the machine supporting Axway Messaging

Step Task Go to procedure
1 Create the queues for message exchanges

 

On the machine supporting SWIFTNet Portal

Step Task Go to procedure
1 Configure SWIFTNet Portal communication parameters

 

Working in Composer

Step Task Go to procedure
1 Create a CommNetwork
2 Create a HostGroup
3 Create a Host
4 Create an Axway Server to represent Integrator
5 Import the Integrator Server object set
6 Add a JMS CommAdapter
7 Create an Application object to represent Messaging
8 Link Integrator to Messenger via Channels
9 Send the objects to an execution server

 

After implementation

After you establish communication between SWIFTNet Portal, Messaging and Integrator, you can build integrations in Composer that initiate recycling of faulty SWIFT messages that transit in Integrator.

Related topics

Deployment examples: SWIFT message recycling