Click or drag to resize

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
Syntax
C#
public enum 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