SWIFTNet Output Channel

The SWIFTNet 7.0 release introduces output channels and queue sharing. In previous versions, a queue could not be shared by different messaging interfaces at the same time because SWIFT only allowed one queue session to be opened at one time.

By introducing the output channel in version 7.0, SWIFT allows queue sharing by enabling a queue to use different output channels and the interface to open several output channels on the same queue at the same time.

To support the use of output channel, the application includes the following functionality:
  • Ability to create a new output channel
  • Ability to delete an existing output channel
  • Ability to open an output channel
  • Ability to close an output channel