weblogic.management.configuration
Interface JMSConstants
All Known Subinterfaces: JMSConnectionFactoryMBean , JMSDestCommonMBean , JMSDestinationKeyMBean , JMSDestinationMBean , JMSDistributedDestinationMBean , JMSDistributedDestinationMemberMBean , JMSDistributedQueueMBean , JMSDistributedQueueMemberMBean , JMSDistributedTopicMBean , JMSDistributedTopicMemberMBean , JMSQueueMBean , JMSServerMBean , JMSSessionPoolMBean , JMSTemplateMBean , JMSTopicMBean , JMSVirtualDestinationMBean , VirtualDestinationMBean
public interface JMSConstants
This class holds the JMS constant property/attribute names and values.
PERSISTENT
static final String PERSISTENT
See Also: Constant Field Values
NON_PERSISTENT
static final String NON_PERSISTENT
See Also: Constant Field Values
NO_DELIVERY
static final String NO_DELIVERY
See Also: Constant Field Values
KEEP_OLD
static final String KEEP_OLD
See Also: Constant Field Values
KEEP_NEW
static final String KEEP_NEW
See Also: Constant Field Values
PRIORITY_MAXIMUM
static final int PRIORITY_MAXIMUM
See Also: Constant Field Values
PRIORITY_MINIMUM
static final int PRIORITY_MINIMUM
See Also: Constant Field Values
PRIORITY_DEFAULT
static final int PRIORITY_DEFAULT
See Also: Constant Field Values
DESTINATION_TYPE_QUEUE
static final String DESTINATION_TYPE_QUEUE
See Also: Constant Field Values
DESTINATION_TYPE_TOPIC
static final String DESTINATION_TYPE_TOPIC
See Also: Constant Field Values
STORE_TYPE_FILE
static final String STORE_TYPE_FILE
See Also: Constant Field Values
STORE_TYPE_JDBC
static final String STORE_TYPE_JDBC
See Also: Constant Field Values
ACKNOWLEDGE_MODE_AUTO
static final String ACKNOWLEDGE_MODE_AUTO
See Also: Constant Field Values
ACKNOWLEDGE_MODE_CLIENT
static final String ACKNOWLEDGE_MODE_CLIENT
See Also: Constant Field Values
ACKNOWLEDGE_MODE_DUPS_OK
static final String ACKNOWLEDGE_MODE_DUPS_OK
See Also: Constant Field Values
ACKNOWLEDGE_MODE_NONE
static final String ACKNOWLEDGE_MODE_NONE
See Also: Constant Field Values
KEY_DIRECTION_ASCENDING
static final String KEY_DIRECTION_ASCENDING
See Also: Constant Field Values
KEY_DIRECTION_DESCENDING
static final String KEY_DIRECTION_DESCENDING
See Also: Constant Field Values
KEY_TYPE_BOOLEAN
static final String KEY_TYPE_BOOLEAN
See Also: Constant Field Values
KEY_TYPE_BYTE
static final String KEY_TYPE_BYTE
See Also: Constant Field Values
KEY_TYPE_SHORT
static final String KEY_TYPE_SHORT
See Also: Constant Field Values
KEY_TYPE_INT
static final String KEY_TYPE_INT
See Also: Constant Field Values
KEY_TYPE_LONG
static final String KEY_TYPE_LONG
See Also: Constant Field Values
KEY_TYPE_FLOAT
static final String KEY_TYPE_FLOAT
See Also: Constant Field Values
KEY_TYPE_DOUBLE
static final String KEY_TYPE_DOUBLE
See Also: Constant Field Values
KEY_TYPE_STRING
static final String KEY_TYPE_STRING
See Also: Constant Field Values
TRANSACTION_MODE_XA
static final String TRANSACTION_MODE_XA
See Also: Constant Field Values
TRANSACTION_MODE_51
static final String TRANSACTION_MODE_51
See Also: Constant Field Values
TRANSACTION_MODE_NONE
static final String TRANSACTION_MODE_NONE
See Also: Constant Field Values
STORE_ENABLED_TRUE
static final String STORE_ENABLED_TRUE
See Also: Constant Field Values
STORE_ENABLED_FALSE
static final String STORE_ENABLED_FALSE
See Also: Constant Field Values
STORE_ENABLED_DEFAULT
static final String STORE_ENABLED_DEFAULT
See Also: Constant Field Values
ENABLED_TRUE
static final String ENABLED_TRUE
See Also: Constant Field Values
ENABLED_FALSE
static final String ENABLED_FALSE
See Also: Constant Field Values
ENABLED_DEFAULT
static final String ENABLED_DEFAULT
See Also: Constant Field Values
ACKNOWLEDGE_ALL
static final String ACKNOWLEDGE_ALL
See Also: Constant Field Values
ACKNOWLEDGE_PREVIOUS
static final String ACKNOWLEDGE_PREVIOUS
See Also: Constant Field Values
ACKNOWLEDGE_ONE
static final String ACKNOWLEDGE_ONE
See Also: Constant Field Values
ROUND_ROBIN
static final String ROUND_ROBIN
See Also: Constant Field Values
RANDOM
static final String RANDOM
See Also: Constant Field Values
FORWARDING_POLICY_PARTITIONED
static final String FORWARDING_POLICY_PARTITIONED
FORWARDING_POLICY_REPLICATED
static final String FORWARDING_POLICY_REPLICATED
DISCARD
static final String DISCARD
See Also: Constant Field Values
LOGGING
static final String LOGGING
See Also: Constant Field Values
ERRORDESTINATION
static final String ERRORDESTINATION
See Also: Constant Field Values
ALWAYSFORWARD
static final String ALWAYSFORWARD
See Also: Constant Field Values
SYNCWRITE_DISABLED
static final String SYNCWRITE_DISABLED
See Also: Constant Field Values
SYNCWRITE_CACHEFLUSH
static final String SYNCWRITE_CACHEFLUSH
See Also: Constant Field Values
SYNCWRITE_DIRECTWRITE
static final String SYNCWRITE_DIRECTWRITE
See Also: Constant Field Values
SEND_QUOTA_BLOCKING_TIMEOUT
static final long SEND_QUOTA_BLOCKING_TIMEOUT
See Also: Constant Field Values
FIFO
static final String FIFO
See Also: Constant Field Values
PREEMPTIVE
static final String PREEMPTIVE
See Also: Constant Field Values
SUPPORTS
static final String SUPPORTS
See Also: Constant Field Values
NEVER
static final String NEVER
See Also: Constant Field Values
AUTH_PRINS
static final String AUTH_PRINS
See Also: Constant Field Values
PRODUCTION_ENABLED
static final String PRODUCTION_ENABLED
constants for destination state for production pause
See Also: Constant Field Values
PRODUCTION_PAUSING
static final String PRODUCTION_PAUSING
See Also: Constant Field Values
PRODUCTION_PAUSED
static final String PRODUCTION_PAUSED
See Also: Constant Field Values
INSERTION_ENABLED
static final String INSERTION_ENABLED
constants for destination state for consumption pause
See Also: Constant Field Values
INSERTION_PAUSING
static final String INSERTION_PAUSING
See Also: Constant Field Values
INSERTION_PAUSED
static final String INSERTION_PAUSED
See Also: Constant Field Values
CONSUMPTION_ENABLED
static final String CONSUMPTION_ENABLED
constants for destination state for consumption pause
See Also: Constant Field Values
CONSUMPTION_PAUSING
static final String CONSUMPTION_PAUSING
See Also: Constant Field Values
CONSUMPTION_PAUSED
static final String CONSUMPTION_PAUSED
See Also: Constant Field Values
UNITOFORDER_STANDARD
static final String UNITOFORDER_STANDARD
constants for unit of order option on connection factory
See Also: Constant Field Values
UNITOFORDER_SYSTEM
static final String UNITOFORDER_SYSTEM
See Also: Constant Field Values
DEFAULT_MESSAGE_BUFFER_SIZE
static final long DEFAULT_MESSAGE_BUFFER_SIZE
This is the default size of the message buffer used for paging.
See Also: Constant Field Values
EXACTLY_ONCE
static final String EXACTLY_ONCE
constants for store-and-foward non-persistent QOS
See Also: Constant Field Values
AT_LEAST_ONCE
static final String AT_LEAST_ONCE
See Also: Constant Field Values
AT_MOST_ONCE
static final String AT_MOST_ONCE
See Also: Constant Field Values
INITIALCONTEXTFACTORY
static final String INITIALCONTEXTFACTORY
This the default initial jndi context factory used for JMS SAF
See Also: Constant Field Values
XML
static final String XML
constants for message logging style
See Also: Constant Field Values
XMLALL
static final String XMLALL
See Also: Constant Field Values
NON_XML
static final String NON_XML
See Also: Constant Field Values
EXPORT_TO_ALL
static final String EXPORT_TO_ALL
constants for SAF export polocy
See Also: Constant Field Values
EXPORT_TO_NONE
static final String EXPORT_TO_NONE
See Also: Constant Field Values
PAUSED_AT_STARTUP_TRUE
static final String PAUSED_AT_STARTUP_TRUE
See Also: Constant Field Values
PAUSED_AT_STARTUP_FALSE
static final String PAUSED_AT_STARTUP_FALSE
See Also: Constant Field Values
PAUSED_AT_STARTUP_DEFAULT
static final String PAUSED_AT_STARTUP_DEFAULT
See Also: Constant Field Values
ENABLED
static final String ENABLED
See Also: Constant Field Values
DISABLED
static final String DISABLED
See Also: Constant Field Values
TOPIC_SUBSCRIBER_ONLY
static final String TOPIC_SUBSCRIBER_ONLY
See Also: Constant Field Values
TOPIC_ONLY
static final String TOPIC_ONLY
See Also: Constant Field Values
PASS_THROUGH
static final String PASS_THROUGH
See Also: Constant Field Values
SINGLE_MESSAGE
static final String SINGLE_MESSAGE
See Also: Constant Field Values
CLIENT_ID_POLICY_RESTRICTED
static final String CLIENT_ID_POLICY_RESTRICTED
See Also: Constant Field Values
CLIENT_ID_POLICY_UNRESTRICTED
static final String CLIENT_ID_POLICY_UNRESTRICTED
See Also: Constant Field Values
SUBSCRIPTION_EXCLUSIVE
static final String SUBSCRIPTION_EXCLUSIVE
Constants for subscription sharing policy for distributed topic case
Note: Other constants declaring same string exists in weblogic.jms.common.JMSConstants class,
weblogic.j2ee.descriptor.wl.constants.JMSConstants and weblogic.jms.client.WLConnection
We don't have a access to other classes and that's why constants are duplicated
All subscribers created using this connection will not share its
subscriptions with any other subscribers
SUBSCRIPTION_SHARABLE
static final String SUBSCRIPTION_SHARABLE
Subscribers created using this connection can share their subscriptions
with other subscribers, no matter if those subscribers are created using
the same connection or not.
Copyright 1996, 2011, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Oracle Fusion Middleware Oracle WebLogic Server MBean Javadoc 11g Release 1 (10.3.6) Part Number E13945-06
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
All Classes
SUMMARY: NESTED | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD