public final class Constants
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
DEPRECATED_INMEMORY_CLASS
Deprecated message store implementation class names
|
static java.lang.String |
DEPRECATED_JMS_CLASS |
static int |
INMEMORY_MS
In Memory Message Store
|
static int |
JDBC_MS
JDBC Message Store
|
static int |
JMS_MS
JMS Message Store
|
static java.lang.String |
OriginalMessageID
Message ID of the Synapse Message Context that is passed in to the message store mediator
|
static int |
RABBIT_MS
RabbitMQ Message Store
|
Constructor and Description |
---|
Constants() |
public static final java.lang.String OriginalMessageID
public static final int JMS_MS
public static final int JDBC_MS
public static final int INMEMORY_MS
public static final int RABBIT_MS
public static final java.lang.String DEPRECATED_INMEMORY_CLASS
public static final java.lang.String DEPRECATED_JMS_CLASS
Copyright © 2005-2022 Apache Software Foundation. All Rights Reserved.