Package org.apache.synapse.message.store
Class Constants
- java.lang.Object
-
- org.apache.synapse.message.store.Constants
-
public final class Constants extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
DEPRECATED_INMEMORY_CLASS
Deprecated message store implementation class namesstatic String
DEPRECATED_JMS_CLASS
static int
INMEMORY_MS
In Memory Message Storestatic int
JDBC_MS
JDBC Message Storestatic int
JMS_MS
JMS Message Storestatic String
OriginalMessageID
Message ID of the Synapse Message Context that is passed in to the message store mediatorstatic int
RABBIT_MS
RabbitMQ Message Store
-
Constructor Summary
Constructors Constructor Description Constants()
-
-
-
Field Detail
-
OriginalMessageID
public static final String OriginalMessageID
Message ID of the Synapse Message Context that is passed in to the message store mediator- See Also:
- Constant Field Values
-
JMS_MS
public static final int JMS_MS
JMS Message Store- See Also:
- Constant Field Values
-
JDBC_MS
public static final int JDBC_MS
JDBC Message Store- See Also:
- Constant Field Values
-
INMEMORY_MS
public static final int INMEMORY_MS
In Memory Message Store- See Also:
- Constant Field Values
-
RABBIT_MS
public static final int RABBIT_MS
RabbitMQ Message Store- See Also:
- Constant Field Values
-
DEPRECATED_INMEMORY_CLASS
public static final String DEPRECATED_INMEMORY_CLASS
Deprecated message store implementation class names- See Also:
- Constant Field Values
-
DEPRECATED_JMS_CLASS
public static final String DEPRECATED_JMS_CLASS
- See Also:
- Constant Field Values
-
-