The WCFReliableSession class allows you to use reliable messaging for your service connections, as long as the binding type you are using supports the WS-ReliableMessaging protocol. WCFReliableSession also lets you get and set message ordering and duration.
WCFReliableSession property | Type | Description |
---|---|---|
Enabled | Boolean |
Specifies whether the connection uses the WS-ReliableMessaging protocol. The default for this property depends on the binding type used for the service connection. Values are:
|
Ordered | Boolean |
Specifies whether messages are delivered in the order they are sent. Values are:
|
Duration | Int64 (PowerScript longlong) | Specifies the duration, in seconds, of a reliable messaging sequence. The default value is 600 seconds (10 minutes). |