EndpointProperties.EndpointDiscardBehavior Enumeration

Solclient

EndpointPropertiesEndpointDiscardBehavior Enumeration
version: 7.2.1.27
Defines the endpoint behavior when a message cannot be added to an endpoint (for example, maximum quota exceeded). These options control the action of the appliance towards the publisher.

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 EndpointDiscardBehavior
Public Enumeration EndpointDiscardBehavior
public enum class EndpointDiscardBehavior
Members
  Member nameValueDescription
NotifySenderOn1 Send publisher a message reject notification
NotifySenderOff2 Discard the message and acknowledge it
See Also