DeliveryMode
.@Deprecated public final class MessageType extends com.solacesystems.common.SolEnum implements Serializable
NON_PERSISTENT
PERSISTENT
DIRECT
(default)DIRECT
messages can be sent.JCSMPSession
,
Serialized FormModifier 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.SolEnum
public int hashCode()
hashCode
in class com.solacesystems.common.SolEnum
Copyright 2004-2024 Solace Corporation. All rights reserved.