Creating the FRR Send Port for Sending to SWIFT
To perform FIN Response Reconciliation, you need to create a send port that sends a message from A4SWIFT to the SWIFT Network.
Summary
Create a send port with the following properties and components:
Property/Component | Setting |
---|---|
Send port | Static one-way port |
Transport type | MQSeries |
Queue Definition (MQSeries) | MQSeries server Queue manager Queue |
Send pipeline | The A4SWIFT send pipeline that you created for FRR |
Filters | As shown in the table below |
To add a custom send port for sending to SWIFT
In the BizTalk Server Administration Console, right-click Send Ports, point to New, and then click Static One-waySend Port.
In the Send Port Properties dialog box, in the Name box, type a name for the send port, such as FRRSWIFTSendPort.
For Type, select MQSeries.
Click Configure.
In the MQSeries Transport Properties dialog box, click Queue Definition, and then click the ellipsis () button.
In the Queue Definition dialog box, enter the MQSeries server, queue manager, and queue. Click OK.
In the MQSeries Transport Properties dialog box, verify that the properties are as needed. Click OK.
Note
For more information about MQSeries transport properties, see the MQSeries documentation.
In the Send Port Properties dialog box, for Send handler, verify that BizTalkServerApplication is selected.
For Send Pipeline, select the A4SWIFT send pipeline that you created for FRR.
Click Filters in the left pane, and then do the following:
Use this To do this Property Select Microsoft.Solutions.A4SWIFT.Property.A4SWIFT_Failed. Operator Select ==. Value Type False. Group Select And. Property Type Microsoft.Solutions.A4SWIFT.Property.A4SWIFT_SwiftBound. Operator Select ==. Value Type True. Click Apply, and then click OK.
Right-click the send port, and then click Start.