Creating the FRR Send Pipeline
To perform FIN Response Reconciliation, you need to create a send pipeline that contains the SWIFTAsmFrrMQSeriesHelper pipeline component, in addition to the SWIFT assembler.
Summary
Create a send pipeline with the following stages:
Stage | Component |
---|---|
Assemble stage | SWIFT assembler |
Encode stage | SWIFT Frr MQSeries Send Component |
To create a custom send pipeline for FRR
In Solution Explorer of Visual Studio, right-click your pipeline project, point to Add, and then click New Item.
In the Add New Item dialog box, select Send Pipeline from the Templates pane.
In the Name box, type a name for your receive pipeline, such as FRRSendPipeline.btp. Click Add.
In Visual Studio, click View and then Toolbox.
From the BizTalk Pipeline Components Toolbox, drag SWIFT Assembler to the Drop Here box below the Assemble stage shape in BizTalk Pipeline Designer.
From the BizTalk Pipeline Components Toolbox, drag SWIFT Frr MQSeries Send Component to the Drop Here box below the Encode stage shape in BizTalk Pipeline Designer.
In BizTalk Explorer, right-click your pipeline project, click Undeploy, and then click Yes.
Note
After undeploying and then redeploying your pipeline project, you must reset any send ports or receive locations that use pipelines in the previously deployed project.
In Solution Explorer, right-click your pipeline project, and then click Build.
After the build has succeeded, right-click your pipeline project, and then click Deploy.