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 StringDEPRECATED_INMEMORY_CLASSDeprecated message store implementation class namesstatic StringDEPRECATED_JMS_CLASSstatic intINMEMORY_MSIn Memory Message Storestatic intJDBC_MSJDBC Message Storestatic intJMS_MSJMS Message Storestatic StringOriginalMessageIDMessage ID of the Synapse Message Context that is passed in to the message store mediatorstatic intRABBIT_MSRabbitMQ 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
-
-