DeliveryMode.@Deprecated public final class MessageType extends com.solacesystems.common.SolEnum implements Serializable
NON_PERSISTENTPERSISTENTDIRECT (default)DIRECT
messages can be sent.JCSMPSession,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
static MessageType |
DIRECT
Deprecated.
Message type making use of best-effort delivery features.
|
static MessageType |
NON_PERSISTENT
Deprecated.
Message type making use of Guaranteed delivery features: guaranteed once
and only once delivery, guaranteed in-order delivery.
|
static MessageType |
PERSISTENT
Deprecated.
Message type making use of Guaranteed delivery features: guaranteed once
and only once delivery, guaranteed in-order delivery.
|
| Modifier and Type | Method and Description |
|---|---|
static Enumeration<MessageType> |
elements()
Deprecated.
|
boolean |
equals(Object obj)
Deprecated.
Test for equality
|
int |
hashCode()
Deprecated.
|
public static final MessageType PERSISTENT
public static final MessageType NON_PERSISTENT
public static final MessageType DIRECT
public static Enumeration<MessageType> elements()
public boolean equals(Object obj)
equals in class com.solacesystems.common.SolEnumpublic int hashCode()
hashCode in class com.solacesystems.common.SolEnumCopyright 2004-2025 Solace Corporation. All rights reserved.