Package org.alfresco.event.gateway
Class SubscriptionConfigurationConstants
- java.lang.Object
-
- org.alfresco.event.gateway.SubscriptionConfigurationConstants
-
public class SubscriptionConfigurationConstants extends Object
Subscription configuration property names.
-
-
Field Summary
Fields Modifier and Type Field Description static StringBROKER_IDstatic StringDESTINATIONstatic StringSUBSCRIPTION_TYPE_JMS_ACTIVEMQ
-
Constructor Summary
Constructors Constructor Description SubscriptionConfigurationConstants()
-
-
-
Field Detail
-
SUBSCRIPTION_TYPE_JMS_ACTIVEMQ
public static final String SUBSCRIPTION_TYPE_JMS_ACTIVEMQ
- See Also:
- Constant Field Values
-
BROKER_ID
public static final String BROKER_ID
- See Also:
- Constant Field Values
-
DESTINATION
public static final String DESTINATION
- See Also:
- Constant Field Values
-
-