public static class SolEnum.MessageOutcome
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
ACCEPTED
Represents a successful message processing acknowledgement outcome.
|
static int |
FAILED
Represents a negative acknowledgement outcome, used to signal that the application failed to process the message.
|
static int |
REJECTED
Represents a negative acknowledgement outcome, used to signal that the application has rejected the
message such as when application determines the message is invalid.
|
Constructor and Description |
---|
MessageOutcome() |
public static final int ACCEPTED
for more details
,
Constant Field Valuespublic static final int FAILED
Delivery count for the message is incremented. Redelivery will be attempted. Message may be moved to DMQ once max-redelivered is reached. Message may be delayed if the endpoint has delayed redelivery configured. If DMQ is not configured, message is deleted.
public static final int REJECTED
Message will NOT be redelivered. Message will be moved to DMQ. If DMQ is not configured, message is deleted.
Copyright 2004-2024 Solace Corporation. All rights reserved.