public final class Constants extends Object
Modifier and Type | Field and Description |
---|---|
static String |
DEPRECATED_INMEMORY_CLASS
Deprecated message store implementation class names
|
static 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 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 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 String DEPRECATED_INMEMORY_CLASS
public static final String DEPRECATED_JMS_CLASS
Copyright © 2005–2019 Apache Software Foundation. All rights reserved.