EndpointPropertiesEndpointDiscardBehavior Enumeration
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.MessagingAssembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 10.26.0
public enum EndpointDiscardBehavior
NotifySenderOn | 1 |
Send publisher a message reject notification
|
NotifySenderOff | 2 |
Discard the message and acknowledge it
|