SnF queue options: SnfQueueOptions
Note: SnF queue sessions are deprecated. Configure
SnF output channel options instead as described in Output channel options: OutputChannelOptions.
| Name of the folder that contains the fields that specify these options in a request: | (not applicable) |
| Type of CO used to create an option set that specifies these options: | DnfEfaSnFQueue |
| Script containing the template for creating options sets of this type: | <ou>_dnfcocsq.cli |
If you plan to use a queue session to receive messages or files from an SnF queue, you must first configure that queue. If you plan to use only channel sessions to access an SnF queue, you do not have to configure that queue. For more information about types of SnF sessions, see SnF sessions.
The name of the SnF queue CO is the name of the SnF queue
as it is known to the SIPN. An SnF queue name is up to 30 characters
long and can have one of the following forms:
- bic8_name
- bic8_name!p
- bic8
- The BIC8, which must comprise only lowercase letters and numbers.
- name
- A name determined by the service provider, for example:
- For the SWIFT service swift.fin, this name is fin.
- For the SWIFTNet service swift.rma, this name is rma.
For example:
- xxxxusny_rma
- The SnF queue in the Live network that the destination XXXXUSNY uses to exchange relationships with other destinations.
- xxxxusny_rma!p
- The pilot SnF queue in the Live network that the destination XXXXUSNY uses to exchange relationships with other destinations.
A CO of type DnfEfaSnFQueue can be used to set the following
attributes for an SnF queue:
- SagMPOptionSet
- The SAG MP option-set CO that specifies the message partner options that are to be used by the queue session that is established when the SnF queue is acquired. All transfers that are conducted via the queue session use the SAG message partner options specified by this CO (see SAG message partner options: SagMPOptions).
- OrderBy
- The default of the -order parameter
of the acquire command when that command is issued for this
queue:
- fifo
- The messages are retrieved from the queue in "first in, first out" (FIFO) order, that is, in the same order in which they were added to the queue. This is the default.
- urgent
- Messages with urgent priority are retrieved from the queue in FIFO order. Only after all urgent messages were processed are messages with normal priority retrieved from the queue, also in FIFO order.
- fileact
- FileAct messages are retrieved from the queue in FIFO order. Only after all FileAct messages were processed are InterAct messages retrieved from the queue, also in FIFO order.
- interact
- InterAct messages are retrieved from the queue in FIFO order. Only after all InterAct messages were processed are FileAct messages retrieved from the queue, also in FIFO order.
- RecoveryMode
- The default (true or false) of the -rm parameter of the acquire command when that command is issued for this queue. If true, the session is opened in recovery mode. In recovery mode, messages that already have an output sequence number are sent first, regardless of the selected ordering.