 | EndpointPropertiesEndpointAccessType Enumeration |
version: 10.22.0
Defines the access type when provisioning a new
IEndpoint on the appliance.
This applies only to Endpoints of type durable Queues.
Namespace:
SolaceSystems.Solclient.Messaging
Assembly:
SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 10.22.0
Syntaxpublic enum EndpointAccessType
Members
| Member name | Value | Description |
---|
| NonExclusive | 0 |
Each IFlow bound receives messages in a round robin fashion. This is used for shared queues.
|
| Exclusive | 1 |
The first IFlow to bind receives the stored messages on the Endpoint.
|
See Also