public static class SolEnum.AckEventMode
extends java.lang.Object
SessionHandle.PROPERTIES.ACK_EVENT_MODE
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
PER_MSG
Solace Message router acknowledges every guaranteed message
|
static java.lang.String |
WINDOWED
Solace Message router generates windowed acknowledgements.
|
Constructor and Description |
---|
AckEventMode() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
toString(java.lang.String fieldValue) |
public static final java.lang.String PER_MSG
public static final java.lang.String WINDOWED
SessionEvent.ACKNOWLEDGEMENT
for every message published by the
application.Copyright 2004-2024 Solace Corporation. All rights reserved.