10.24.0

EndpointPropertiesEndpointAccessType Enumeration

Defines the access type when provisioning a new IEndpoint on the appliance. This applies only to Endpoints of type durable Queues.

Definition

Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 10.24.0
C#
public enum EndpointAccessType

Members

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