Version: 10.16.0
Namespace

solace.QueueAccessType

Contents

namespace solace.QueueAccessType

Represents the possible endpoint access types. The corresponding endpoint property is solace.QueueProperties#accessType.

Static Properties & Enumerations Top

String EXCLUSIVE = EXCLUSIVE
String NONEXCLUSIVE = NONEXCLUSIVE

Static Properties & Enumerations Detail Top

static public String EXCLUSIVE = EXCLUSIVE

An exclusive endpoint. The first client to bind receives the stored messages on the Endpoint.

static public String NONEXCLUSIVE = NONEXCLUSIVE

A non-exclusive (shared) Queue. Each client to bind receives messages in a round robin fashion.