EndpointProperties.EndpointAccessType Enumeration

Solclient

EndpointPropertiesEndpointAccessType Enumeration
version: 7.2.1.27
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: 7.2.1.27 (7.2.1.27)
Syntax
public enum EndpointAccessType
Public Enumeration EndpointAccessType
public enum class EndpointAccessType
Members
  Member nameValueDescription
NonExclusive0 Each IFlow bound receives messages in a round robin fashion. This is used for shared queues.
Exclusive1 The first IFlow to bind receives the stored messages on the Endpoint.
See Also