Contents
namespace solace.MessagePublisherAcknowledgeMode
Represents authentication scheme enumeration.
Static Properties & Enumerations Top
String |
PER_MESSAGE
= PER_MESSAGE
| ||
String |
WINDOWED
= WINDOWED
|
Static Properties & Enumerations Detail Top
static
public
String
PER_MESSAGE
= PER_MESSAGE
PER_MESSAGE
Applications receive an acknowledgement for every message.
static
public
String
WINDOWED
= WINDOWED
WINDOWED
Applications receive a windowed acknowledgement that acknowledges the returned correlation identifier and every message sent prior.