EndpointPropertiesEndpointAccessType Enumeration
Defines the access type when provisioning a new
IEndpoint on the appliance.
This applies only to Endpoints of type durable Queues.
Namespace: SolaceSystems.Solclient.MessagingAssembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 10.26.0
public enum EndpointAccessType
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.
|