org.apache.activemq.command
Interface CommandTypes
public interface CommandTypes
Holds the command id constants used by the command objects.
PROTOCOL_VERSION
static final byte PROTOCOL_VERSION
- See Also:
- Constant Field Values
PROTOCOL_STORE_VERSION
static final byte PROTOCOL_STORE_VERSION
- See Also:
- Constant Field Values
NULL
static final byte NULL
- See Also:
- Constant Field Values
WIREFORMAT_INFO
static final byte WIREFORMAT_INFO
- See Also:
- Constant Field Values
BROKER_INFO
static final byte BROKER_INFO
- See Also:
- Constant Field Values
CONNECTION_INFO
static final byte CONNECTION_INFO
- See Also:
- Constant Field Values
SESSION_INFO
static final byte SESSION_INFO
- See Also:
- Constant Field Values
CONSUMER_INFO
static final byte CONSUMER_INFO
- See Also:
- Constant Field Values
PRODUCER_INFO
static final byte PRODUCER_INFO
- See Also:
- Constant Field Values
TRANSACTION_INFO
static final byte TRANSACTION_INFO
- See Also:
- Constant Field Values
DESTINATION_INFO
static final byte DESTINATION_INFO
- See Also:
- Constant Field Values
REMOVE_SUBSCRIPTION_INFO
static final byte REMOVE_SUBSCRIPTION_INFO
- See Also:
- Constant Field Values
KEEP_ALIVE_INFO
static final byte KEEP_ALIVE_INFO
- See Also:
- Constant Field Values
SHUTDOWN_INFO
static final byte SHUTDOWN_INFO
- See Also:
- Constant Field Values
REMOVE_INFO
static final byte REMOVE_INFO
- See Also:
- Constant Field Values
CONTROL_COMMAND
static final byte CONTROL_COMMAND
- See Also:
- Constant Field Values
FLUSH_COMMAND
static final byte FLUSH_COMMAND
- See Also:
- Constant Field Values
CONNECTION_ERROR
static final byte CONNECTION_ERROR
- See Also:
- Constant Field Values
CONSUMER_CONTROL
static final byte CONSUMER_CONTROL
- See Also:
- Constant Field Values
CONNECTION_CONTROL
static final byte CONNECTION_CONTROL
- See Also:
- Constant Field Values
PRODUCER_ACK
static final byte PRODUCER_ACK
- See Also:
- Constant Field Values
MESSAGE_PULL
static final byte MESSAGE_PULL
- See Also:
- Constant Field Values
MESSAGE_DISPATCH
static final byte MESSAGE_DISPATCH
- See Also:
- Constant Field Values
MESSAGE_ACK
static final byte MESSAGE_ACK
- See Also:
- Constant Field Values
ACTIVEMQ_MESSAGE
static final byte ACTIVEMQ_MESSAGE
- See Also:
- Constant Field Values
ACTIVEMQ_BYTES_MESSAGE
static final byte ACTIVEMQ_BYTES_MESSAGE
- See Also:
- Constant Field Values
ACTIVEMQ_MAP_MESSAGE
static final byte ACTIVEMQ_MAP_MESSAGE
- See Also:
- Constant Field Values
ACTIVEMQ_OBJECT_MESSAGE
static final byte ACTIVEMQ_OBJECT_MESSAGE
- See Also:
- Constant Field Values
ACTIVEMQ_STREAM_MESSAGE
static final byte ACTIVEMQ_STREAM_MESSAGE
- See Also:
- Constant Field Values
ACTIVEMQ_TEXT_MESSAGE
static final byte ACTIVEMQ_TEXT_MESSAGE
- See Also:
- Constant Field Values
ACTIVEMQ_BLOB_MESSAGE
static final byte ACTIVEMQ_BLOB_MESSAGE
- See Also:
- Constant Field Values
RESPONSE
static final byte RESPONSE
- See Also:
- Constant Field Values
EXCEPTION_RESPONSE
static final byte EXCEPTION_RESPONSE
- See Also:
- Constant Field Values
DATA_RESPONSE
static final byte DATA_RESPONSE
- See Also:
- Constant Field Values
DATA_ARRAY_RESPONSE
static final byte DATA_ARRAY_RESPONSE
- See Also:
- Constant Field Values
INTEGER_RESPONSE
static final byte INTEGER_RESPONSE
- See Also:
- Constant Field Values
DISCOVERY_EVENT
static final byte DISCOVERY_EVENT
- See Also:
- Constant Field Values
JOURNAL_ACK
static final byte JOURNAL_ACK
- See Also:
- Constant Field Values
JOURNAL_REMOVE
static final byte JOURNAL_REMOVE
- See Also:
- Constant Field Values
JOURNAL_TRACE
static final byte JOURNAL_TRACE
- See Also:
- Constant Field Values
JOURNAL_TRANSACTION
static final byte JOURNAL_TRANSACTION
- See Also:
- Constant Field Values
DURABLE_SUBSCRIPTION_INFO
static final byte DURABLE_SUBSCRIPTION_INFO
- See Also:
- Constant Field Values
PARTIAL_COMMAND
static final byte PARTIAL_COMMAND
- See Also:
- Constant Field Values
PARTIAL_LAST_COMMAND
static final byte PARTIAL_LAST_COMMAND
- See Also:
- Constant Field Values
REPLAY
static final byte REPLAY
- See Also:
- Constant Field Values
BYTE_TYPE
static final byte BYTE_TYPE
- See Also:
- Constant Field Values
CHAR_TYPE
static final byte CHAR_TYPE
- See Also:
- Constant Field Values
SHORT_TYPE
static final byte SHORT_TYPE
- See Also:
- Constant Field Values
INTEGER_TYPE
static final byte INTEGER_TYPE
- See Also:
- Constant Field Values
LONG_TYPE
static final byte LONG_TYPE
- See Also:
- Constant Field Values
DOUBLE_TYPE
static final byte DOUBLE_TYPE
- See Also:
- Constant Field Values
FLOAT_TYPE
static final byte FLOAT_TYPE
- See Also:
- Constant Field Values
STRING_TYPE
static final byte STRING_TYPE
- See Also:
- Constant Field Values
BOOLEAN_TYPE
static final byte BOOLEAN_TYPE
- See Also:
- Constant Field Values
BYTE_ARRAY_TYPE
static final byte BYTE_ARRAY_TYPE
- See Also:
- Constant Field Values
MESSAGE_DISPATCH_NOTIFICATION
static final byte MESSAGE_DISPATCH_NOTIFICATION
- See Also:
- Constant Field Values
NETWORK_BRIDGE_FILTER
static final byte NETWORK_BRIDGE_FILTER
- See Also:
- Constant Field Values
ACTIVEMQ_QUEUE
static final byte ACTIVEMQ_QUEUE
- See Also:
- Constant Field Values
ACTIVEMQ_TOPIC
static final byte ACTIVEMQ_TOPIC
- See Also:
- Constant Field Values
ACTIVEMQ_TEMP_QUEUE
static final byte ACTIVEMQ_TEMP_QUEUE
- See Also:
- Constant Field Values
ACTIVEMQ_TEMP_TOPIC
static final byte ACTIVEMQ_TEMP_TOPIC
- See Also:
- Constant Field Values
MESSAGE_ID
static final byte MESSAGE_ID
- See Also:
- Constant Field Values
ACTIVEMQ_LOCAL_TRANSACTION_ID
static final byte ACTIVEMQ_LOCAL_TRANSACTION_ID
- See Also:
- Constant Field Values
ACTIVEMQ_XA_TRANSACTION_ID
static final byte ACTIVEMQ_XA_TRANSACTION_ID
- See Also:
- Constant Field Values
CONNECTION_ID
static final byte CONNECTION_ID
- See Also:
- Constant Field Values
SESSION_ID
static final byte SESSION_ID
- See Also:
- Constant Field Values
CONSUMER_ID
static final byte CONSUMER_ID
- See Also:
- Constant Field Values
PRODUCER_ID
static final byte PRODUCER_ID
- See Also:
- Constant Field Values
BROKER_ID
static final byte BROKER_ID
- See Also:
- Constant Field Values
Copyright © 2005–2013 The Apache Software Foundation. All rights reserved.