Home
Nonpersistent message speed (NPMSPEED)
The speed at which nonpersistent messages are to be sent. Possible values are:
The default is FAST. The advantage of this is that nonpersistent messages become available for retrieval far more quickly. The disadvantage is that because they are not part of a transaction, messages may be lost if there is a transmission failure or if the channel stops when the messages are in transit. See Fast, nonpersistent messages.
- NORMAL
- Nonpersistent messages on a channel are transferred within transactions.
- FAST
- Nonpersistent messages on a channel are not transferred within transactions.
This attribute is valid for channel types of:
- Sender
- Server
- Receiver
- Requester
- Cluster sender
- Cluster receiver
Parent topic:
Channel attributes in alphabetical order
ic11910_
Home