Version: 10.16.0
Namespace

solace.QueueDiscardBehavior

Contents

namespace solace.QueueDiscardBehavior

Enumerates the behavior options when a message cannot be added to an endpoint (for example, the maximum quota solace.QueueProperties#quotaMB was exceeded).

Static Properties & Enumerations Top

String NOTIFY_SENDER_OFF = NOTIFY_SENDER_OFF
String NOTIFY_SENDER_ON = NOTIFY_SENDER_ON

Static Properties & Enumerations Detail Top

static public String NOTIFY_SENDER_OFF = NOTIFY_SENDER_OFF

Discard the message and acknowledge it.

static public String NOTIFY_SENDER_ON = NOTIFY_SENDER_ON

Send the publisher a message reject notification.