- AbstractCFSchema - Class in org.apache.activemq.artemis.uri
-
- AbstractCFSchema() - Constructor for class org.apache.activemq.artemis.uri.AbstractCFSchema
-
- ackAllConsumers() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQSession
-
- acknowledge() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQJMSContext
-
- acknowledge() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQMessage
-
- ActiveMQBytesMessage - Class in org.apache.activemq.artemis.jms.client
-
ActiveMQ Artemis implementation of a JMS BytesMessage.
- ActiveMQBytesMessage(ClientSession) - Constructor for class org.apache.activemq.artemis.jms.client.ActiveMQBytesMessage
-
This constructor is used to construct messages prior to sending
- ActiveMQBytesMessage(ClientMessage, ClientSession) - Constructor for class org.apache.activemq.artemis.jms.client.ActiveMQBytesMessage
-
Constructor on receipt at client side
- ActiveMQBytesMessage(BytesMessage, ClientSession) - Constructor for class org.apache.activemq.artemis.jms.client.ActiveMQBytesMessage
-
Foreign message constructor
- ActiveMQConnection - Class in org.apache.activemq.artemis.jms.client
-
ActiveMQ Artemis implementation of a JMS Connection.
- ActiveMQConnection(ConnectionFactoryOptions, String, String, int, String, int, int, ClientSessionFactory) - Constructor for class org.apache.activemq.artemis.jms.client.ActiveMQConnection
-
- ActiveMQConnectionFactory - Class in org.apache.activemq.artemis.jms.client
-
ActiveMQ Artemis implementation of a JMS ConnectionFactory.
- ActiveMQConnectionFactory() - Constructor for class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
-
- ActiveMQConnectionFactory(String) - Constructor for class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
-
- ActiveMQConnectionFactory(String, String, String) - Constructor for class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
-
For compatibility and users used to this kind of constructor
- ActiveMQConnectionFactory(ServerLocator) - Constructor for class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
-
- ActiveMQConnectionFactory(boolean, DiscoveryGroupConfiguration) - Constructor for class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
-
- ActiveMQConnectionFactory(boolean, TransportConfiguration...) - Constructor for class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
-
- ActiveMQConnectionForContext - Interface in org.apache.activemq.artemis.jms.client
-
Interface created to support reference counting all contexts using it.
- ActiveMQConnectionForContextImpl - Class in org.apache.activemq.artemis.jms.client
-
- ActiveMQConnectionForContextImpl() - Constructor for class org.apache.activemq.artemis.jms.client.ActiveMQConnectionForContextImpl
-
- ActiveMQConnectionMetaData - Class in org.apache.activemq.artemis.jms.client
-
ActiveMQ Artemis implementation of a JMS ConnectionMetaData.
- ActiveMQConnectionMetaData(Version) - Constructor for class org.apache.activemq.artemis.jms.client.ActiveMQConnectionMetaData
-
Create a new ActiveMQConnectionMetaData object.
- ActiveMQDestination - Class in org.apache.activemq.artemis.jms.client
-
ActiveMQ Artemis implementation of a JMS Destination.
- ActiveMQDestination(String, String, boolean, boolean, ActiveMQSession) - Constructor for class org.apache.activemq.artemis.jms.client.ActiveMQDestination
-
- ActiveMQInitialContextFactory - Class in org.apache.activemq.artemis.jndi
-
A factory of the ActiveMQ Artemis InitialContext which contains
ConnectionFactory instances as well as a child context called
destinations which contain all of the current active destinations, in
child context depending on the QoS such as transient or durable and queue or
topic.
- ActiveMQInitialContextFactory() - Constructor for class org.apache.activemq.artemis.jndi.ActiveMQInitialContextFactory
-
- ActiveMQJMSClient - Class in org.apache.activemq.artemis.api.jms
-
A utility class for creating ActiveMQ Artemis client-side JMS managed resources.
- ActiveMQJMSClientBundle - Interface in org.apache.activemq.artemis.jms.client
-
Logger Code 12
each message id must be 6 digits long starting with 10, the 3rd digit should be 9
so 129000 to 129999
- ActiveMQJMSClientLogger - Interface in org.apache.activemq.artemis.jms.client
-
Logger Code 12
each message id must be 6 digits long starting with 12, the 3rd digit donates the level so
INF0 1
WARN 2
DEBUG 3
ERROR 4
TRACE 5
FATAL 6
so an INFO message would be 121000 to 121999
- ActiveMQJMSConnectionFactory - Class in org.apache.activemq.artemis.jms.client
-
ActiveMQ Artemis implementation of a JMS ConnectionFactory.
- ActiveMQJMSConnectionFactory() - Constructor for class org.apache.activemq.artemis.jms.client.ActiveMQJMSConnectionFactory
-
- ActiveMQJMSConnectionFactory(String) - Constructor for class org.apache.activemq.artemis.jms.client.ActiveMQJMSConnectionFactory
-
- ActiveMQJMSConnectionFactory(String, String, String) - Constructor for class org.apache.activemq.artemis.jms.client.ActiveMQJMSConnectionFactory
-
- ActiveMQJMSConnectionFactory(ServerLocator) - Constructor for class org.apache.activemq.artemis.jms.client.ActiveMQJMSConnectionFactory
-
- ActiveMQJMSConnectionFactory(boolean, DiscoveryGroupConfiguration) - Constructor for class org.apache.activemq.artemis.jms.client.ActiveMQJMSConnectionFactory
-
- ActiveMQJMSConnectionFactory(boolean, TransportConfiguration...) - Constructor for class org.apache.activemq.artemis.jms.client.ActiveMQJMSConnectionFactory
-
- ActiveMQJMSConstants - Class in org.apache.activemq.artemis.api.jms
-
Constants for ActiveMQ Artemis for property keys used for ActiveMQ Artemis specific extensions to JMS.
- ActiveMQJMSConstants() - Constructor for class org.apache.activemq.artemis.api.jms.ActiveMQJMSConstants
-
- ActiveMQJMSConsumer - Class in org.apache.activemq.artemis.jms.client
-
- ActiveMQJMSContext - Class in org.apache.activemq.artemis.jms.client
-
ActiveMQ Artemis implementation of a JMSContext.
- ActiveMQJMSContext(ActiveMQConnectionForContext, int, ThreadAwareContext) - Constructor for class org.apache.activemq.artemis.jms.client.ActiveMQJMSContext
-
- ActiveMQJMSContext(ActiveMQConnectionForContext, ThreadAwareContext) - Constructor for class org.apache.activemq.artemis.jms.client.ActiveMQJMSContext
-
- ActiveMQJMSProducer - Class in org.apache.activemq.artemis.jms.client
-
- ActiveMQMapMessage - Class in org.apache.activemq.artemis.jms.client
-
ActiveMQ Artemis implementation of a JMS MapMessage.
- ActiveMQMapMessage(ClientSession) - Constructor for class org.apache.activemq.artemis.jms.client.ActiveMQMapMessage
-
- ActiveMQMapMessage(ClientMessage, ClientSession) - Constructor for class org.apache.activemq.artemis.jms.client.ActiveMQMapMessage
-
- ActiveMQMapMessage() - Constructor for class org.apache.activemq.artemis.jms.client.ActiveMQMapMessage
-
- ActiveMQMapMessage(MapMessage, ClientSession) - Constructor for class org.apache.activemq.artemis.jms.client.ActiveMQMapMessage
-
Constructor for a foreign MapMessage
- ActiveMQMessage - Class in org.apache.activemq.artemis.jms.client
-
ActiveMQ Artemis implementation of a JMS Message.
- ActiveMQMessage(byte, ClientSession) - Constructor for class org.apache.activemq.artemis.jms.client.ActiveMQMessage
-
- ActiveMQMessage(ClientSession) - Constructor for class org.apache.activemq.artemis.jms.client.ActiveMQMessage
-
- ActiveMQMessage(ClientMessage, ClientSession) - Constructor for class org.apache.activemq.artemis.jms.client.ActiveMQMessage
-
Constructor for when receiving a message from the server
- ActiveMQMessage(Message, ClientSession) - Constructor for class org.apache.activemq.artemis.jms.client.ActiveMQMessage
-
- ActiveMQMessage() - Constructor for class org.apache.activemq.artemis.jms.client.ActiveMQMessage
-
- ActiveMQMessage(Message, byte, ClientSession) - Constructor for class org.apache.activemq.artemis.jms.client.ActiveMQMessage
-
- ActiveMQMessageConsumer - Class in org.apache.activemq.artemis.jms.client
-
ActiveMQ Artemis implementation of a JMS MessageConsumer.
- ActiveMQMessageConsumer(ConnectionFactoryOptions, ActiveMQConnection, ActiveMQSession, ClientConsumer, boolean, ActiveMQDestination, String, SimpleString) - Constructor for class org.apache.activemq.artemis.jms.client.ActiveMQMessageConsumer
-
- ActiveMQMessageProducer - Class in org.apache.activemq.artemis.jms.client
-
ActiveMQ Artemis implementation of a JMS MessageProducer.
- ActiveMQMessageProducer(ActiveMQConnection, ClientProducer, ActiveMQDestination, ClientSession, ConnectionFactoryOptions) - Constructor for class org.apache.activemq.artemis.jms.client.ActiveMQMessageProducer
-
- ActiveMQObjectMessage - Class in org.apache.activemq.artemis.jms.client
-
ActiveMQ Artemis implementation of a JMS ObjectMessage.
- ActiveMQObjectMessage(ClientSession, ConnectionFactoryOptions) - Constructor for class org.apache.activemq.artemis.jms.client.ActiveMQObjectMessage
-
- ActiveMQObjectMessage(ClientMessage, ClientSession, ConnectionFactoryOptions) - Constructor for class org.apache.activemq.artemis.jms.client.ActiveMQObjectMessage
-
- ActiveMQObjectMessage(ObjectMessage, ClientSession, ConnectionFactoryOptions) - Constructor for class org.apache.activemq.artemis.jms.client.ActiveMQObjectMessage
-
A copy constructor for foreign JMS ObjectMessages.
- ActiveMQQueue - Class in org.apache.activemq.artemis.jms.client
-
ActiveMQ Artemis implementation of a JMS Queue.
- ActiveMQQueue(String) - Constructor for class org.apache.activemq.artemis.jms.client.ActiveMQQueue
-
- ActiveMQQueue(String, boolean) - Constructor for class org.apache.activemq.artemis.jms.client.ActiveMQQueue
-
- ActiveMQQueue(String, String, boolean, ActiveMQSession) - Constructor for class org.apache.activemq.artemis.jms.client.ActiveMQQueue
-
- ActiveMQQueue(String, String) - Constructor for class org.apache.activemq.artemis.jms.client.ActiveMQQueue
-
- ActiveMQQueueBrowser - Class in org.apache.activemq.artemis.jms.client
-
ActiveMQ Artemis implementation of a JMS QueueBrowser.
- ActiveMQQueueBrowser(ConnectionFactoryOptions, ActiveMQQueue, String, ClientSession) - Constructor for class org.apache.activemq.artemis.jms.client.ActiveMQQueueBrowser
-
- ActiveMQQueueConnectionFactory - Class in org.apache.activemq.artemis.jms.client
-
ActiveMQ Artemis implementation of a JMS ConnectionFactory.
- ActiveMQQueueConnectionFactory() - Constructor for class org.apache.activemq.artemis.jms.client.ActiveMQQueueConnectionFactory
-
- ActiveMQQueueConnectionFactory(String) - Constructor for class org.apache.activemq.artemis.jms.client.ActiveMQQueueConnectionFactory
-
- ActiveMQQueueConnectionFactory(ServerLocator) - Constructor for class org.apache.activemq.artemis.jms.client.ActiveMQQueueConnectionFactory
-
- ActiveMQQueueConnectionFactory(boolean, DiscoveryGroupConfiguration) - Constructor for class org.apache.activemq.artemis.jms.client.ActiveMQQueueConnectionFactory
-
- ActiveMQQueueConnectionFactory(String, String, String) - Constructor for class org.apache.activemq.artemis.jms.client.ActiveMQQueueConnectionFactory
-
- ActiveMQQueueConnectionFactory(boolean, TransportConfiguration...) - Constructor for class org.apache.activemq.artemis.jms.client.ActiveMQQueueConnectionFactory
-
- ActiveMQSession - Class in org.apache.activemq.artemis.jms.client
-
ActiveMQ Artemis implementation of a JMS Session.
- ActiveMQSession(ConnectionFactoryOptions, ActiveMQConnection, boolean, boolean, int, ClientSession, int) - Constructor for class org.apache.activemq.artemis.jms.client.ActiveMQSession
-
- ActiveMQStreamMessage - Class in org.apache.activemq.artemis.jms.client
-
ActiveMQ Artemis implementation of a JMS StreamMessage.
- ActiveMQStreamMessage(ClientSession) - Constructor for class org.apache.activemq.artemis.jms.client.ActiveMQStreamMessage
-
- ActiveMQStreamMessage(ClientMessage, ClientSession) - Constructor for class org.apache.activemq.artemis.jms.client.ActiveMQStreamMessage
-
- ActiveMQStreamMessage(StreamMessage, ClientSession) - Constructor for class org.apache.activemq.artemis.jms.client.ActiveMQStreamMessage
-
- ActiveMQStreamMessage() - Constructor for class org.apache.activemq.artemis.jms.client.ActiveMQStreamMessage
-
- ActiveMQTemporaryQueue - Class in org.apache.activemq.artemis.jms.client
-
ActiveMQ Artemis implementation of a JMS TemporaryQueue.
- ActiveMQTemporaryQueue(String, String, ActiveMQSession) - Constructor for class org.apache.activemq.artemis.jms.client.ActiveMQTemporaryQueue
-
- ActiveMQTemporaryTopic - Class in org.apache.activemq.artemis.jms.client
-
- ActiveMQTemporaryTopic(String, String, ActiveMQSession) - Constructor for class org.apache.activemq.artemis.jms.client.ActiveMQTemporaryTopic
-
- ActiveMQTextMessage - Class in org.apache.activemq.artemis.jms.client
-
ActiveMQ Artemis implementation of a JMS TextMessage.
- ActiveMQTextMessage(ClientSession) - Constructor for class org.apache.activemq.artemis.jms.client.ActiveMQTextMessage
-
- ActiveMQTextMessage(ClientMessage, ClientSession) - Constructor for class org.apache.activemq.artemis.jms.client.ActiveMQTextMessage
-
- ActiveMQTextMessage(TextMessage, ClientSession) - Constructor for class org.apache.activemq.artemis.jms.client.ActiveMQTextMessage
-
A copy constructor for non-ActiveMQ Artemis JMS TextMessages.
- ActiveMQTopic - Class in org.apache.activemq.artemis.jms.client
-
ActiveMQ Artemis implementation of a JMS Topic.
- ActiveMQTopic(String) - Constructor for class org.apache.activemq.artemis.jms.client.ActiveMQTopic
-
- ActiveMQTopic(String, boolean) - Constructor for class org.apache.activemq.artemis.jms.client.ActiveMQTopic
-
- ActiveMQTopic(String, String, boolean, ActiveMQSession) - Constructor for class org.apache.activemq.artemis.jms.client.ActiveMQTopic
-
- ActiveMQTopicConnectionFactory - Class in org.apache.activemq.artemis.jms.client
-
ActiveMQ Artemis implementation of a JMS ConnectionFactory.
- ActiveMQTopicConnectionFactory() - Constructor for class org.apache.activemq.artemis.jms.client.ActiveMQTopicConnectionFactory
-
- ActiveMQTopicConnectionFactory(String) - Constructor for class org.apache.activemq.artemis.jms.client.ActiveMQTopicConnectionFactory
-
- ActiveMQTopicConnectionFactory(String, String, String) - Constructor for class org.apache.activemq.artemis.jms.client.ActiveMQTopicConnectionFactory
-
- ActiveMQTopicConnectionFactory(ServerLocator) - Constructor for class org.apache.activemq.artemis.jms.client.ActiveMQTopicConnectionFactory
-
- ActiveMQTopicConnectionFactory(boolean, DiscoveryGroupConfiguration) - Constructor for class org.apache.activemq.artemis.jms.client.ActiveMQTopicConnectionFactory
-
- ActiveMQTopicConnectionFactory(boolean, TransportConfiguration...) - Constructor for class org.apache.activemq.artemis.jms.client.ActiveMQTopicConnectionFactory
-
- ActiveMQXAConnection - Class in org.apache.activemq.artemis.jms.client
-
ActiveMQ Artemis implementation of a JMS XAConnection.
- ActiveMQXAConnection(ConnectionFactoryOptions, String, String, int, String, int, int, ClientSessionFactory) - Constructor for class org.apache.activemq.artemis.jms.client.ActiveMQXAConnection
-
- ActiveMQXAConnectionFactory - Class in org.apache.activemq.artemis.jms.client
-
A class that represents a XAConnectionFactory.
- ActiveMQXAConnectionFactory() - Constructor for class org.apache.activemq.artemis.jms.client.ActiveMQXAConnectionFactory
-
- ActiveMQXAConnectionFactory(String) - Constructor for class org.apache.activemq.artemis.jms.client.ActiveMQXAConnectionFactory
-
- ActiveMQXAConnectionFactory(String, String, String) - Constructor for class org.apache.activemq.artemis.jms.client.ActiveMQXAConnectionFactory
-
- ActiveMQXAConnectionFactory(ServerLocator) - Constructor for class org.apache.activemq.artemis.jms.client.ActiveMQXAConnectionFactory
-
- ActiveMQXAConnectionFactory(boolean, DiscoveryGroupConfiguration) - Constructor for class org.apache.activemq.artemis.jms.client.ActiveMQXAConnectionFactory
-
- ActiveMQXAConnectionFactory(boolean, TransportConfiguration...) - Constructor for class org.apache.activemq.artemis.jms.client.ActiveMQXAConnectionFactory
-
- ActiveMQXAJMSContext - Class in org.apache.activemq.artemis.jms.client
-
- ActiveMQXAJMSContext(ActiveMQConnectionForContext, ThreadAwareContext) - Constructor for class org.apache.activemq.artemis.jms.client.ActiveMQXAJMSContext
-
- ActiveMQXAQueueConnectionFactory - Class in org.apache.activemq.artemis.jms.client
-
ActiveMQ Artemis implementation of a JMS ConnectionFactory.
- ActiveMQXAQueueConnectionFactory() - Constructor for class org.apache.activemq.artemis.jms.client.ActiveMQXAQueueConnectionFactory
-
- ActiveMQXAQueueConnectionFactory(String) - Constructor for class org.apache.activemq.artemis.jms.client.ActiveMQXAQueueConnectionFactory
-
- ActiveMQXAQueueConnectionFactory(String, String, String) - Constructor for class org.apache.activemq.artemis.jms.client.ActiveMQXAQueueConnectionFactory
-
- ActiveMQXAQueueConnectionFactory(ServerLocator) - Constructor for class org.apache.activemq.artemis.jms.client.ActiveMQXAQueueConnectionFactory
-
- ActiveMQXAQueueConnectionFactory(boolean, DiscoveryGroupConfiguration) - Constructor for class org.apache.activemq.artemis.jms.client.ActiveMQXAQueueConnectionFactory
-
- ActiveMQXAQueueConnectionFactory(boolean, TransportConfiguration...) - Constructor for class org.apache.activemq.artemis.jms.client.ActiveMQXAQueueConnectionFactory
-
- ActiveMQXASession - Class in org.apache.activemq.artemis.jms.client
-
- ActiveMQXASession(ConnectionFactoryOptions, ActiveMQConnection, boolean, boolean, int, ClientSession, int) - Constructor for class org.apache.activemq.artemis.jms.client.ActiveMQXASession
-
- ActiveMQXATopicConnectionFactory - Class in org.apache.activemq.artemis.jms.client
-
ActiveMQ Artemis implementation of a JMS ConnectionFactory.
- ActiveMQXATopicConnectionFactory() - Constructor for class org.apache.activemq.artemis.jms.client.ActiveMQXATopicConnectionFactory
-
- ActiveMQXATopicConnectionFactory(String) - Constructor for class org.apache.activemq.artemis.jms.client.ActiveMQXATopicConnectionFactory
-
- ActiveMQXATopicConnectionFactory(String, String, String) - Constructor for class org.apache.activemq.artemis.jms.client.ActiveMQXATopicConnectionFactory
-
- ActiveMQXATopicConnectionFactory(ServerLocator) - Constructor for class org.apache.activemq.artemis.jms.client.ActiveMQXATopicConnectionFactory
-
- ActiveMQXATopicConnectionFactory(boolean, DiscoveryGroupConfiguration) - Constructor for class org.apache.activemq.artemis.jms.client.ActiveMQXATopicConnectionFactory
-
- ActiveMQXATopicConnectionFactory(boolean, TransportConfiguration...) - Constructor for class org.apache.activemq.artemis.jms.client.ActiveMQXATopicConnectionFactory
-
- addBinding(String) - Method in interface org.apache.activemq.artemis.api.jms.management.ConnectionFactoryControl
-
Add the Registry binding to this destination
- addBinding(String) - Method in interface org.apache.activemq.artemis.api.jms.management.JMSQueueControl
-
Add the JNDI binding to this destination
- addBinding(String) - Method in interface org.apache.activemq.artemis.api.jms.management.TopicControl
-
Add the Registry binding to this destination
- addKnownDestination(SimpleString) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnection
-
- addTemporaryQueue(SimpleString) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnection
-
- addToEnvironment(String, Object) - Method in class org.apache.activemq.artemis.jndi.ReadOnlyContext
-
- AMQ_MESSAGING_BRIDGE_MESSAGE_ID_LIST - Static variable in class org.apache.activemq.artemis.api.jms.ActiveMQJMSConstants
-
- assertNotCompletionListenerThread() - Method in class org.apache.activemq.artemis.jms.client.ThreadAwareContext
-
Asserts a CompletionListener is not calling from its own Connection or from
a MessageProducer .
- assertNotCompletionListenerThreadRuntime() - Method in class org.apache.activemq.artemis.jms.client.ThreadAwareContext
-
Asserts a CompletionListener is not calling from its own JMSContext.
- assertNotMessageListenerThread() - Method in class org.apache.activemq.artemis.jms.client.ThreadAwareContext
-
Asserts a MessageListener is not calling from its own Connection or
MessageConsumer.
- assertNotMessageListenerThreadRuntime() - Method in class org.apache.activemq.artemis.jms.client.ThreadAwareContext
-
Asserts a MessageListener is not calling from its own JMSContext.
- authorize() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnection
-
- callingMethodFromCompletionListener() - Method in interface org.apache.activemq.artemis.jms.client.ActiveMQJMSClientBundle
-
- callingMethodFromCompletionListenerRuntime() - Method in interface org.apache.activemq.artemis.jms.client.ActiveMQJMSClientBundle
-
- callingMethodFromListener() - Method in interface org.apache.activemq.artemis.jms.client.ActiveMQJMSClientBundle
-
- callingMethodFromListenerRuntime() - Method in interface org.apache.activemq.artemis.jms.client.ActiveMQJMSClientBundle
-
- changeMessagePriority(String, int) - Method in interface org.apache.activemq.artemis.api.jms.management.JMSQueueControl
-
Changes the message's priority corresponding to the specified message ID to the specified priority.
- changeMessagesPriority(String, int) - Method in interface org.apache.activemq.artemis.api.jms.management.JMSQueueControl
-
Changes the priority for all the message corresponding to the specified filter to the specified priority.
- checkAck(boolean, int) - Static method in class org.apache.activemq.artemis.jms.client.ActiveMQConnection
-
I'm keeping this as static as the same check will be done within RA.
- checkBuffer() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQMessage
-
- checkClosed() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnection
-
- checkRead() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQMessage
-
- checkWrite() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQMessage
-
- clearBody() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQBytesMessage
-
- clearBody() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQMapMessage
-
- clearBody() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQMessage
-
- clearBody() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQObjectMessage
-
- clearBody() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQStreamMessage
-
- clearBody() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQTextMessage
-
- clearCurrentThread(boolean) - Method in class org.apache.activemq.artemis.jms.client.ThreadAwareContext
-
Clear current thread from the context
- clearProperties() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQJMSProducer
-
- clearProperties() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQMessage
-
- close() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnection
-
- close() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
-
- close() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQJMSConsumer
-
- close() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQJMSContext
-
- close() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQMessageConsumer
-
- close() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQMessageProducer
-
- close() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQQueueBrowser
-
- close() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQSession
-
- close() - Method in class org.apache.activemq.artemis.jndi.ReadOnlyContext
-
- closeConnectionsForAddress(String) - Method in interface org.apache.activemq.artemis.api.jms.management.JMSServerControl
-
Closes all the connections of clients connected to this server which matches the specified IP address.
- closeConnectionsForUser(String) - Method in interface org.apache.activemq.artemis.api.jms.management.JMSServerControl
-
Closes all the connections on this server for sessions using a particular user name.
- closeConnectionWithClientID(String) - Method in interface org.apache.activemq.artemis.api.jms.management.JMSServerControl
-
List all the prepared transaction, sorted by date,
oldest first, with details, in HTML format
- closeConsumerConnectionsForAddress(String) - Method in interface org.apache.activemq.artemis.api.jms.management.JMSServerControl
-
Closes all the connections on this server for consumers which are consuming from a queue associated with a particular address.
- closeFromContext() - Method in interface org.apache.activemq.artemis.jms.client.ActiveMQConnectionForContext
-
- closeFromContext() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionForContextImpl
-
- commit() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQJMSContext
-
- commit() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQSession
-
- composeName(Name, Name) - Method in class org.apache.activemq.artemis.jndi.ReadOnlyContext
-
- composeName(String, String) - Method in class org.apache.activemq.artemis.jndi.ReadOnlyContext
-
- CONNECTION_ID_PROPERTY_NAME - Static variable in class org.apache.activemq.artemis.jms.client.ActiveMQConnection
-
- ConnectionFactoryControl - Interface in org.apache.activemq.artemis.api.jms.management
-
A ConnectionFactoryControl is used to manage a JMS ConnectionFactory.
- ConnectionFactoryObjectFactory - Class in org.apache.activemq.artemis.jms.referenceable
-
A ConnectionFactoryObjectFactory.
- ConnectionFactoryObjectFactory() - Constructor for class org.apache.activemq.artemis.jms.referenceable.ConnectionFactoryObjectFactory
-
- ConnectionFactoryOptions - Interface in org.apache.activemq.artemis.jms.client
-
Common interface to be used to share common parameters between the RA and client JMS.
- ConnectionFactoryParser - Class in org.apache.activemq.artemis.uri
-
- ConnectionFactoryParser() - Constructor for class org.apache.activemq.artemis.uri.ConnectionFactoryParser
-
- connectionLeftOpen(Exception) - Method in interface org.apache.activemq.artemis.jms.client.ActiveMQJMSClientLogger
-
- containsKnownDestination(SimpleString) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnection
-
- containsTemporaryQueue(SimpleString) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnection
-
- convertCFType(String) - Static method in class org.apache.activemq.artemis.uri.JMSConnectionOptions
-
- convertFromActiveMQException(ActiveMQInterruptedException) - Static method in class org.apache.activemq.artemis.jms.client.JMSExceptionHelper
-
- convertFromActiveMQException(ActiveMQException) - Static method in class org.apache.activemq.artemis.jms.client.JMSExceptionHelper
-
- convertToRuntimeException(JMSException) - Static method in class org.apache.activemq.artemis.jms.client.JmsExceptionUtils
-
Converts instances of sub-classes of JMSException into the corresponding sub-class of
JMSRuntimeException.
- coreCompositeTypeToJMSCompositeType(CompositeDataSupport) - Static method in class org.apache.activemq.artemis.jms.client.ActiveMQMessage
-
- coreMaptoJMSMap(Map<String, Object>) - Static method in class org.apache.activemq.artemis.jms.client.ActiveMQMessage
-
- countMessages(String) - Method in interface org.apache.activemq.artemis.api.jms.management.JMSQueueControl
-
Counts the number of messages in this queue matching the specified filter.
- countMessagesForSubscription(String, String, String) - Method in interface org.apache.activemq.artemis.api.jms.management.TopicControl
-
Counts the number of messages in the subscription specified by the specified client ID and subscription name.
- createAddressFromName(String) - Static method in class org.apache.activemq.artemis.jms.client.ActiveMQQueue
-
- createAddressFromName(String) - Static method in class org.apache.activemq.artemis.jms.client.ActiveMQTopic
-
- createAMQSession(boolean, boolean, int, ClientSession, int) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnection
-
- createBrowser(Queue) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQJMSContext
-
- createBrowser(Queue, String) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQJMSContext
-
- createBrowser(Queue) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQSession
-
- createBrowser(Queue, String) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQSession
-
- createBytesMessage() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQJMSContext
-
- createBytesMessage() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQSession
-
- createConnection() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
-
- createConnection(String, String) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
-
- createConnectionConsumer(Destination, String, ServerSessionPool, int) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnection
-
- createConnectionConsumer(Queue, String, ServerSessionPool, int) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnection
-
- createConnectionConsumer(Topic, String, ServerSessionPool, int) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnection
-
- createConnectionFactory(String, String) - Static method in class org.apache.activemq.artemis.api.jms.ActiveMQJMSClient
-
Creates an ActiveMQConnectionFactory;
- createConnectionFactory(String, boolean, boolean, int, String[], Object[]) - Method in interface org.apache.activemq.artemis.api.jms.management.JMSServerControl
-
Create a JMS ConnectionFactory with the specified name connected to a static list of live-backup servers.
- createConnectionFactory(String, boolean, boolean, int, String, String) - Method in interface org.apache.activemq.artemis.api.jms.management.JMSServerControl
-
Create a JMS ConnectionFactory with the specified name connected to a single live-backup pair of servers.
- createConnectionFactory(String, boolean, boolean, int, String[], String[], String, long, long, long, long, int, boolean, int, int, int, int, int, boolean, boolean, boolean, boolean, boolean, String, int, int, boolean, int, int, long, double, long, int, boolean, String) - Method in interface org.apache.activemq.artemis.api.jms.management.JMSServerControl
-
- createConnectionFactory(String, boolean, boolean, int, String, String, String, long, long, long, long, int, boolean, int, int, int, int, int, boolean, boolean, boolean, boolean, boolean, String, int, int, boolean, int, int, long, double, long, int, boolean, String) - Method in interface org.apache.activemq.artemis.api.jms.management.JMSServerControl
-
- createConnectionFactory(String, String) - Method in class org.apache.activemq.artemis.jndi.ActiveMQInitialContextFactory
-
Factory method to create a new connection factory from the given environment
- createConnectionFactoryWithHA(DiscoveryGroupConfiguration, JMSFactoryType) - Static method in class org.apache.activemq.artemis.api.jms.ActiveMQJMSClient
-
Creates an ActiveMQConnectionFactory that receives cluster topology updates from the cluster as
servers leave or join and new backups are appointed or removed.
- createConnectionFactoryWithHA(JMSFactoryType, TransportConfiguration...) - Static method in class org.apache.activemq.artemis.api.jms.ActiveMQJMSClient
-
Create an ActiveMQConnectionFactory which will receive cluster topology updates from the cluster
as servers leave or join and new backups are appointed or removed.
- createConnectionFactoryWithoutHA(DiscoveryGroupConfiguration, JMSFactoryType) - Static method in class org.apache.activemq.artemis.api.jms.ActiveMQJMSClient
-
Create an ActiveMQConnectionFactory which creates session factories from a set of live servers, no HA backup information is propagated to the client
The UDP address and port are used to listen for live servers in the cluster
- createConnectionFactoryWithoutHA(JMSFactoryType, TransportConfiguration...) - Static method in class org.apache.activemq.artemis.api.jms.ActiveMQJMSClient
-
Create an ActiveMQConnectionFactory which creates session factories using a static list of
transportConfigurations.
- createConnectionInternal(String, String, boolean, int) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
-
- createConsumer(Destination) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQJMSContext
-
- createConsumer(Destination, String) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQJMSContext
-
- createConsumer(Destination, String, boolean) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQJMSContext
-
- createConsumer(Destination) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQSession
-
- createConsumer(Destination, String) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQSession
-
- createConsumer(Destination, String, boolean) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQSession
-
- createContext() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
-
- createContext(int) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
-
- createContext(String, String) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
-
- createContext(String, String, int) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
-
- createContext(int) - Method in interface org.apache.activemq.artemis.jms.client.ActiveMQConnectionForContext
-
- createContext(int) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionForContextImpl
-
- createContext(int) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQJMSContext
-
- createContext(Hashtable<?, ?>, Map<String, Object>) - Method in class org.apache.activemq.artemis.jndi.ActiveMQInitialContextFactory
-
- createDestination(String, byte) - Static method in class org.apache.activemq.artemis.jms.client.ActiveMQDestination
-
Static helper method for working with destinations.
- createDurableConnectionConsumer(Topic, String, String, ServerSessionPool, int) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnection
-
- createDurableConsumer(Topic, String) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQJMSContext
-
- createDurableConsumer(Topic, String, String, boolean) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQJMSContext
-
- createDurableConsumer(Topic, String) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQSession
-
- createDurableConsumer(Topic, String, String, boolean) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQSession
-
- createDurableSubscriber(Topic, String) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQSession
-
- createDurableSubscriber(Topic, String, String, boolean) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQSession
-
- createEntry(String) - Method in class org.apache.activemq.artemis.jndi.LazyCreateContext
-
- createMapMessage() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQJMSContext
-
- createMapMessage() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQSession
-
- createMessage() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQJMSContext
-
- createMessage(ClientMessage, ClientSession) - Static method in class org.apache.activemq.artemis.jms.client.ActiveMQMessage
-
- createMessage(ClientMessage, ClientSession, ConnectionFactoryOptions) - Static method in class org.apache.activemq.artemis.jms.client.ActiveMQMessage
-
- createMessage() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQSession
-
- createNonXAQueueSession(boolean, int) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnection
-
This internal method serves basically the Resource Adapter.
- createNonXASession(boolean, int) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnection
-
This internal method serves basically the Resource Adapter.
- createNonXATopicSession(boolean, int) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnection
-
This internal method serves basically the Resource Adapter.
- createObjectMessage() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQJMSContext
-
- createObjectMessage(Serializable) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQJMSContext
-
- createObjectMessage() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQSession
-
- createObjectMessage(Serializable) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQSession
-
- createProducer() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQJMSContext
-
- createProducer(Destination) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQSession
-
- createPublisher(Topic) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQSession
-
- createQueue(String) - Static method in class org.apache.activemq.artemis.api.jms.ActiveMQJMSClient
-
Creates a client-side representation of a JMS Queue.
- createQueue(String) - Method in interface org.apache.activemq.artemis.api.jms.management.JMSServerControl
-
Creates a durable JMS Queue.
- createQueue(String, String) - Method in interface org.apache.activemq.artemis.api.jms.management.JMSServerControl
-
Creates a durable JMS Queue with the specified name and JNDI binding.
- createQueue(String, String, String) - Method in interface org.apache.activemq.artemis.api.jms.management.JMSServerControl
-
Creates a durable JMS Queue with the specified name, JNDI binding and selector.
- createQueue(String, String, String, boolean) - Method in interface org.apache.activemq.artemis.api.jms.management.JMSServerControl
-
Creates a JMS Queue with the specified name, durability, selector and JNDI binding.
- createQueue(String) - Static method in class org.apache.activemq.artemis.jms.client.ActiveMQDestination
-
- createQueue(String) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQJMSContext
-
- createQueue(String) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQSession
-
- createQueue(String) - Method in class org.apache.activemq.artemis.jndi.ActiveMQInitialContextFactory
-
Factory method to create new Queue instances
- createQueueAddressFromName(String) - Static method in class org.apache.activemq.artemis.jms.client.ActiveMQDestination
-
- createQueueConnection() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
-
- createQueueConnection(String, String) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
-
- createQueueNameForDurableSubscription(boolean, String, String) - Static method in class org.apache.activemq.artemis.jms.client.ActiveMQDestination
-
- createQueueNameForSharedSubscription(boolean, String, String) - Static method in class org.apache.activemq.artemis.jms.client.ActiveMQDestination
-
- createQueues(Map<String, Object>, Hashtable<?, ?>) - Method in class org.apache.activemq.artemis.jndi.ActiveMQInitialContextFactory
-
- createQueueSession(boolean, int) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnection
-
- createReceiver(Queue, String) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQSession
-
- createReceiver(Queue) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQSession
-
- createSender(Queue) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQSession
-
- createSession(boolean, int) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnection
-
- createSession(int) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnection
-
- createSession() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnection
-
- createSessionInternal(boolean, boolean, int, int) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnection
-
- createSharedConnectionConsumer(Topic, String, String, ServerSessionPool, int) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnection
-
- createSharedConsumer(Topic, String) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQJMSContext
-
- createSharedConsumer(Topic, String, String) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQJMSContext
-
- createSharedConsumer(Topic, String) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQSession
-
- createSharedConsumer(Topic, String, String) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQSession
-
Note: Needs to throw an exception if a subscriptionName is already in use by another topic, or if the messageSelector is different
validate multiple subscriptions on the same session.
- createSharedDurableConnectionConsumer(Topic, String, String, ServerSessionPool, int) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnection
-
- createSharedDurableConsumer(Topic, String) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQJMSContext
-
- createSharedDurableConsumer(Topic, String, String) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQJMSContext
-
- createSharedDurableConsumer(Topic, String) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQSession
-
- createSharedDurableConsumer(Topic, String, String) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQSession
-
- createStreamMessage() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQJMSContext
-
- createStreamMessage() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQSession
-
- createSubcontext(Name) - Method in class org.apache.activemq.artemis.jndi.ReadOnlyContext
-
- createSubcontext(String) - Method in class org.apache.activemq.artemis.jndi.ReadOnlyContext
-
- createSubscriber(Topic, String, boolean) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQSession
-
- createSubscriber(Topic) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQSession
-
- createTemporaryQueue(String, ActiveMQSession) - Static method in class org.apache.activemq.artemis.jms.client.ActiveMQDestination
-
- createTemporaryQueue(String) - Static method in class org.apache.activemq.artemis.jms.client.ActiveMQDestination
-
- createTemporaryQueue(ActiveMQSession) - Static method in class org.apache.activemq.artemis.jms.client.ActiveMQDestination
-
- createTemporaryQueue() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQJMSContext
-
- createTemporaryQueue() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQSession
-
- createTemporaryTopic(ActiveMQSession) - Static method in class org.apache.activemq.artemis.jms.client.ActiveMQDestination
-
- createTemporaryTopic(String, ActiveMQSession) - Static method in class org.apache.activemq.artemis.jms.client.ActiveMQDestination
-
- createTemporaryTopic(String) - Static method in class org.apache.activemq.artemis.jms.client.ActiveMQDestination
-
- createTemporaryTopic() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQJMSContext
-
- createTemporaryTopic() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQSession
-
- createTextMessage() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQJMSContext
-
- createTextMessage(String) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQJMSContext
-
- createTextMessage() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQSession
-
- createTextMessage(String) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQSession
-
- createTopic(String) - Static method in class org.apache.activemq.artemis.api.jms.ActiveMQJMSClient
-
Creates a client-side representation of a JMS Topic.
- createTopic(String) - Method in interface org.apache.activemq.artemis.api.jms.management.JMSServerControl
-
Creates a JMS Topic.
- createTopic(String, String) - Method in interface org.apache.activemq.artemis.api.jms.management.JMSServerControl
-
Creates a JMS Topic with the specified name and JNDI binding.
- createTopic(String) - Static method in class org.apache.activemq.artemis.jms.client.ActiveMQDestination
-
- createTopic(String) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQJMSContext
-
- createTopic(String) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQSession
-
- createTopic(String) - Method in class org.apache.activemq.artemis.jndi.ActiveMQInitialContextFactory
-
Factory method to create new Topic instances
- createTopicAddressFromName(String) - Static method in class org.apache.activemq.artemis.jms.client.ActiveMQDestination
-
- createTopicConnection() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
-
- createTopicConnection(String, String) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
-
- createTopics(Map<String, Object>, Hashtable<?, ?>) - Method in class org.apache.activemq.artemis.jndi.ActiveMQInitialContextFactory
-
- createTopicSession(boolean, int) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnection
-
- createXAConnection() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
-
- createXAConnection(String, String) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
-
- createXAContext() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
-
- createXAContext(String, String) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
-
- createXAContext() - Method in interface org.apache.activemq.artemis.jms.client.ActiveMQConnectionForContext
-
- createXAContext() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionForContextImpl
-
- createXAQueueConnection() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
-
- createXAQueueConnection(String, String) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
-
- createXAQueueSession() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQXAConnection
-
- createXASession() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQXAConnection
-
- createXATopicConnection() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
-
- createXATopicConnection(String, String) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
-
- createXATopicSession() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQXAConnection
-
- getAcknowledgeMode() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQSession
-
- getAddress() - Method in interface org.apache.activemq.artemis.api.jms.management.DestinationControl
-
Returns the address corresponding to this destination.
- getAddress() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQDestination
-
- getAsync() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQJMSProducer
-
- getAutoStart() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQJMSContext
-
- getBody(Class<T>) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQMessage
-
- getBodyInternal(Class<T>) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQBytesMessage
-
- getBodyInternal(Class<T>) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQMapMessage
-
- getBodyInternal(Class<T>) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQMessage
-
- getBodyInternal(Class<T>) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQObjectMessage
-
- getBodyInternal(Class<T>) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQTextMessage
-
- getBodyLength() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQBytesMessage
-
- getBoolean(String) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQMapMessage
-
- getBooleanProperty(String) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQJMSProducer
-
- getBooleanProperty(String) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQMessage
-
- getByte(String) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQMapMessage
-
- getByteProperty(String) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQJMSProducer
-
- getByteProperty(String) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQMessage
-
- getBytes(String) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQMapMessage
-
- getCallFailoverTimeout() - Method in interface org.apache.activemq.artemis.api.jms.management.ConnectionFactoryControl
-
- getCallFailoverTimeout() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
-
- getCallTimeout() - Method in interface org.apache.activemq.artemis.api.jms.management.ConnectionFactoryControl
-
- getCallTimeout() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
-
- getChar(String) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQMapMessage
-
- getClientAddress() - Method in class org.apache.activemq.artemis.api.jms.management.JMSConnectionInfo
-
- getClientFailureCheckPeriod() - Method in interface org.apache.activemq.artemis.api.jms.management.ConnectionFactoryControl
-
- getClientFailureCheckPeriod() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
-
- getClientID() - Method in interface org.apache.activemq.artemis.api.jms.management.ConnectionFactoryControl
-
Returns the Client ID of this connection factory (or null if it is not set.
- getClientID() - Method in class org.apache.activemq.artemis.api.jms.management.JMSConnectionInfo
-
- getClientID() - Method in class org.apache.activemq.artemis.api.jms.management.SubscriptionInfo
-
Returns the client ID of this subscription or null.
- getClientID() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnection
-
- getClientID() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
-
- getClientID() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQJMSContext
-
- getConfirmationWindowSize() - Method in interface org.apache.activemq.artemis.api.jms.management.ConnectionFactoryControl
-
- getConfirmationWindowSize() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
-
- getConnectionFactoryNames() - Method in interface org.apache.activemq.artemis.api.jms.management.JMSServerControl
-
Returns the names of the JMS connection factories available on this server.
- getConnectionID() - Method in class org.apache.activemq.artemis.api.jms.management.JMSConnectionInfo
-
- getConnectionID() - Method in class org.apache.activemq.artemis.api.jms.management.JMSConsumerInfo
-
- getConnectionLoadBalancingPolicyClassName() - Method in interface org.apache.activemq.artemis.api.jms.management.ConnectionFactoryControl
-
- getConnectionLoadBalancingPolicyClassName() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
-
- getConnectionTTL() - Method in interface org.apache.activemq.artemis.api.jms.management.ConnectionFactoryControl
-
- getConnectionTTL() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
-
- getConsumerCount() - Method in interface org.apache.activemq.artemis.api.jms.management.JMSQueueControl
-
Returns the number of consumers consuming messages from this queue.
- getConsumerID() - Method in class org.apache.activemq.artemis.api.jms.management.JMSConsumerInfo
-
- getConsumerMaxRate() - Method in interface org.apache.activemq.artemis.api.jms.management.ConnectionFactoryControl
-
- getConsumerMaxRate() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
-
- getConsumerWindowSize() - Method in interface org.apache.activemq.artemis.api.jms.management.ConnectionFactoryControl
-
- getConsumerWindowSize() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
-
- getContent() - Method in class org.apache.activemq.artemis.jms.referenceable.SerializableObjectRefAddr
-
- getContext() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQJMSContext
-
- getCoreMessage() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQMessage
-
- getCoreSession() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQSession
-
- getCreationTime() - Method in class org.apache.activemq.artemis.api.jms.management.JMSConnectionInfo
-
- getCreationTime() - Method in class org.apache.activemq.artemis.api.jms.management.JMSConsumerInfo
-
- getCreationTime() - Method in class org.apache.activemq.artemis.api.jms.management.JMSSessionInfo
-
- getDeadLetterAddress() - Method in interface org.apache.activemq.artemis.api.jms.management.JMSQueueControl
-
Returns the dead-letter address associated with this queue.
- getDeliveringCount() - Method in interface org.apache.activemq.artemis.api.jms.management.DestinationControl
-
Returns the number of messages that this queue is currently delivering to its consumers.
- getDeliveringCount() - Method in class org.apache.activemq.artemis.api.jms.management.SubscriptionInfo
-
Returns the number of messages currently delivered to this subscription.
- getDeliveryDelay() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQJMSProducer
-
- getDeliveryDelay() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQMessageProducer
-
- getDeliveryMode() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQJMSProducer
-
- getDeliveryMode() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQMessageProducer
-
- getDeserializationBlackList() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnection
-
- getDeserializationBlackList() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
-
- getDeserializationBlackList() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQSession
-
- getDeserializationBlackList() - Method in interface org.apache.activemq.artemis.jms.client.ConnectionFactoryOptions
-
- getDeserializationWhiteList() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnection
-
- getDeserializationWhiteList() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
-
- getDeserializationWhiteList() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQSession
-
- getDeserializationWhiteList() - Method in interface org.apache.activemq.artemis.jms.client.ConnectionFactoryOptions
-
- getDestination() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQMessageProducer
-
- getDestinationName() - Method in class org.apache.activemq.artemis.api.jms.management.JMSConsumerInfo
-
- getDestinationType() - Method in class org.apache.activemq.artemis.api.jms.management.JMSConsumerInfo
-
- getDisableMessageID() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQJMSProducer
-
- getDisableMessageID() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQMessageProducer
-
- getDisableMessageTimestamp() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQJMSProducer
-
- getDisableMessageTimestamp() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQMessageProducer
-
- getDiscoveryGroupConfiguration() - Method in interface org.apache.activemq.artemis.api.jms.management.ConnectionFactoryControl
-
get the discovery group configuration
- getDiscoveryGroupConfiguration() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
-
- getDouble(String) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQMapMessage
-
- getDoubleProperty(String) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQJMSProducer
-
- getDoubleProperty(String) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQMessage
-
- getDupsOKBatchSize() - Method in interface org.apache.activemq.artemis.api.jms.management.ConnectionFactoryControl
-
Returns the batch size (in bytes) between acknowledgements when using DUPS_OK_ACKNOWLEDGE
mode.
- getDupsOKBatchSize() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
-
- getDurableMessageCount() - Method in interface org.apache.activemq.artemis.api.jms.management.TopicControl
-
Returns the number of messages for all durable subscribers for this topic.
- getDurableSubscriptionCount() - Method in interface org.apache.activemq.artemis.api.jms.management.TopicControl
-
Returns the number of durable subscribers for this topic.
- getEnumeration() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQQueueBrowser
-
- getEnvironment() - Method in class org.apache.activemq.artemis.jndi.ReadOnlyContext
-
- getExceptionListener() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnection
-
- getExceptionListener() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQJMSContext
-
- getExpiryAddress() - Method in interface org.apache.activemq.artemis.api.jms.management.JMSQueueControl
-
Returns the expiry address associated with this queue.
- getFactoryType() - Method in interface org.apache.activemq.artemis.api.jms.management.ConnectionFactoryControl
-
return the type of factory
- getFactoryType() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
-
- getFactoryType() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQQueueConnectionFactory
-
- getFactoryType() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQTopicConnectionFactory
-
- getFactoryType() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQXAConnectionFactory
-
- getFactoryType() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQXAQueueConnectionFactory
-
- getFactoryType() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQXATopicConnectionFactory
-
- getFactoryTypeEnum() - Method in class org.apache.activemq.artemis.uri.JMSConnectionOptions
-
- getFailoverListener() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnection
-
- getFilter() - Method in class org.apache.activemq.artemis.api.jms.management.JMSConsumerInfo
-
- getFirstMessageAge() - Method in interface org.apache.activemq.artemis.api.jms.management.JMSQueueControl
-
Returns the age of the first message in milliseconds.
- getFirstMessageAsJSON() - Method in interface org.apache.activemq.artemis.api.jms.management.JMSQueueControl
-
Returns the first message on the queue as JSON
- getFirstMessageTimestamp() - Method in interface org.apache.activemq.artemis.api.jms.management.JMSQueueControl
-
Returns the timestamp of the first message in milliseconds.
- getFloat(String) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQMapMessage
-
- getFloatProperty(String) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQJMSProducer
-
- getFloatProperty(String) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQMessage
-
- getGroupID() - Method in interface org.apache.activemq.artemis.api.jms.management.ConnectionFactoryControl
-
- getGroupID() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
-
- getIncomingInterceptorList() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
-
- getInitialConnectAttempts() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
-
- getInitialContext(Hashtable<?, ?>) - Method in class org.apache.activemq.artemis.jndi.ActiveMQInitialContextFactory
-
- getInitialMessagePacketSize() - Method in interface org.apache.activemq.artemis.api.jms.management.ConnectionFactoryControl
-
- getInitialMessagePacketSize() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
-
- getInitialSession() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnection
-
- getInt(String) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQMapMessage
-
- getIntProperty(String) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQJMSProducer
-
- getIntProperty(String) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQMessage
-
- getJMSCorrelationID() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQJMSProducer
-
- getJMSCorrelationID() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQMessage
-
- getJMSCorrelationIDAsBytes() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQJMSProducer
-
- getJMSCorrelationIDAsBytes() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQMessage
-
- getJMSDeliveryMode() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQMessage
-
- getJMSDeliveryTime() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQMessage
-
- getJMSDestination() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQMessage
-
- getJMSExpiration() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQMessage
-
- getJMSMajorVersion() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionMetaData
-
- getJMSMessageID() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQMessage
-
- getJMSMinorVersion() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionMetaData
-
- getJMSPriority() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQMessage
-
- getJMSProviderName() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionMetaData
-
- getJMSRedelivered() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQMessage
-
- getJMSReplyTo() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQJMSProducer
-
- getJMSReplyTo() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQMessage
-
- getJMSTimestamp() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQMessage
-
- getJMSType() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQJMSProducer
-
- getJMSType() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQMessage
-
- getJMSVersion() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionMetaData
-
- getJMSXPropertyNames() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionMetaData
-
- getLastSentMessageID(String, String) - Method in interface org.apache.activemq.artemis.api.jms.management.JMSServerControl
-
Returns the last sent message's ID from the given session to an address.
- getLong(String) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQMapMessage
-
- getLongProperty(String) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQJMSProducer
-
- getLongProperty(String) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQMessage
-
- getMapNames() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQMapMessage
-
- getMaxRetryInterval() - Method in interface org.apache.activemq.artemis.api.jms.management.ConnectionFactoryControl
-
- getMaxRetryInterval() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
-
- getMessageCount() - Method in interface org.apache.activemq.artemis.api.jms.management.DestinationControl
-
Returns the number of messages currently in this destination.
- getMessageCount() - Method in class org.apache.activemq.artemis.api.jms.management.SubscriptionInfo
-
Returns the number of messages currently held by this subscription.
- getMessageListener() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQJMSConsumer
-
- getMessageListener() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQMessageConsumer
-
- getMessageListener() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQSession
-
- getMessagesAdded() - Method in interface org.apache.activemq.artemis.api.jms.management.DestinationControl
-
Returns the number of messages added to this queue since it was created.
- getMessageSelector() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQJMSConsumer
-
- getMessageSelector() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQMessageConsumer
-
- getMessageSelector() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQQueueBrowser
-
- getMessagesExpired() - Method in interface org.apache.activemq.artemis.api.jms.management.JMSQueueControl
-
Returns the number of messages expired from this queue since it was created.
- getMessagesKilled() - Method in interface org.apache.activemq.artemis.api.jms.management.JMSQueueControl
-
Returns the number of messages removed from this queue since it was created due to exceeding the max delivery attempts.
- getMetaData() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnection
-
- getMetaData() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQJMSContext
-
- getMinLargeMessageSize() - Method in interface org.apache.activemq.artemis.api.jms.management.ConnectionFactoryControl
-
- getMinLargeMessageSize() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
-
- getName() - Method in interface org.apache.activemq.artemis.api.jms.management.ConnectionFactoryControl
-
Returns the configuration name of this connection factory.
- getName() - Method in interface org.apache.activemq.artemis.api.jms.management.DestinationControl
-
Returns the name of this destination.
- getName() - Method in class org.apache.activemq.artemis.api.jms.management.SubscriptionInfo
-
Returns the name of this subscription.
- getName() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQDestination
-
- getNameInNamespace() - Method in class org.apache.activemq.artemis.jndi.ReadOnlyContext
-
- getNameParser(Name) - Method in class org.apache.activemq.artemis.jndi.ReadOnlyContext
-
- getNameParser(String) - Method in class org.apache.activemq.artemis.jndi.ReadOnlyContext
-
- getNodeID() - Method in interface org.apache.activemq.artemis.api.jms.management.JMSServerControl
-
Returns the server's nodeId
- getNoLocal() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQMessageConsumer
-
- getNonDurableMessageCount() - Method in interface org.apache.activemq.artemis.api.jms.management.TopicControl
-
Returns the number of messages for all non-durable subscribers for this topic.
- getNonDurableSubscriptionCount() - Method in interface org.apache.activemq.artemis.api.jms.management.TopicControl
-
Returns the number of non-durable subscribers for this topic.
- getObject(String) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQMapMessage
-
- getObject() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQObjectMessage
-
- getObjectInstance(Object, Name, Context, Hashtable<?, ?>) - Method in class org.apache.activemq.artemis.jms.referenceable.ConnectionFactoryObjectFactory
-
- getObjectInstance(Object, Name, Context, Hashtable<?, ?>) - Method in class org.apache.activemq.artemis.jms.referenceable.DestinationObjectFactory
-
- getObjectProperty(String) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQJMSProducer
-
- getObjectProperty(String) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQMessage
-
- getOutgoingInterceptorList() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
-
- getPassword() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
-
- getPriority() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQJMSProducer
-
- getPriority() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQMessageProducer
-
- getProducerMaxRate() - Method in interface org.apache.activemq.artemis.api.jms.management.ConnectionFactoryControl
-
- getProducerMaxRate() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
-
- getProducerWindowSize() - Method in interface org.apache.activemq.artemis.api.jms.management.ConnectionFactoryControl
-
- getProducerWindowSize() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
-
- getPropertyNames() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQJMSProducer
-
- getPropertyNames() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQMessage
-
- getProtocolManagerFactoryStr() - Method in interface org.apache.activemq.artemis.api.jms.management.ConnectionFactoryControl
-
get the protocol manager factory name
- getProtocolManagerFactoryStr() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
-
- getProviderMajorVersion() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionMetaData
-
- getProviderMinorVersion() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionMetaData
-
- getProviderVersion() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionMetaData
-
- getQueue() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQMessageConsumer
-
- getQueue() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQMessageProducer
-
- getQueue() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQQueueBrowser
-
- getQueueName() - Method in class org.apache.activemq.artemis.api.jms.management.SubscriptionInfo
-
Returns the name of the ActiveMQ Artemis core queue corresponding to this subscription.
- getQueueName() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQQueue
-
- getQueueNames() - Method in interface org.apache.activemq.artemis.api.jms.management.JMSServerControl
-
Returns the names of the JMS queues available on this server.
- getQueuePrefix() - Method in class org.apache.activemq.artemis.jndi.ActiveMQInitialContextFactory
-
- getQueueSession() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQSession
-
- getReconnectAttempts() - Method in interface org.apache.activemq.artemis.api.jms.management.ConnectionFactoryControl
-
- getReconnectAttempts() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
-
- getReference() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
-
- getReference() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQDestination
-
- getRegistryBindings() - Method in interface org.apache.activemq.artemis.api.jms.management.ConnectionFactoryControl
-
Returns the Registry bindings associated to this connection factory.
- getRegistryBindings() - Method in interface org.apache.activemq.artemis.api.jms.management.JMSQueueControl
-
Returns the Registry bindings associated with this queue.
- getRegistryBindings() - Method in interface org.apache.activemq.artemis.api.jms.management.TopicControl
-
Returns the Registry bindings associated with this topic.
- getResult(Message) - Static method in class org.apache.activemq.artemis.api.jms.management.JMSManagementHelper
-
Returns the result of an operation invocation or an attribute value.
- getResult(Message, Class) - Static method in class org.apache.activemq.artemis.api.jms.management.JMSManagementHelper
-
Returns the result of an operation invocation or an attribute value.
- getResults(Message) - Static method in class org.apache.activemq.artemis.api.jms.management.JMSManagementHelper
-
Returns the result of an operation invocation or an attribute value.
- getRetryInterval() - Method in interface org.apache.activemq.artemis.api.jms.management.ConnectionFactoryControl
-
- getRetryInterval() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
-
- getRetryIntervalMultiplier() - Method in interface org.apache.activemq.artemis.api.jms.management.ConnectionFactoryControl
-
- getRetryIntervalMultiplier() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
-
- getScheduledCount() - Method in interface org.apache.activemq.artemis.api.jms.management.JMSQueueControl
-
Returns the number of scheduled messages in this queue.
- getScheduledThreadPoolMaxSize() - Method in interface org.apache.activemq.artemis.api.jms.management.ConnectionFactoryControl
-
- getScheduledThreadPoolMaxSize() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
-
- getSchemaName() - Method in class org.apache.activemq.artemis.uri.InVMSchema
-
- getSchemaName() - Method in class org.apache.activemq.artemis.uri.JGroupsSchema
-
- getSchemaName() - Method in class org.apache.activemq.artemis.uri.TCPSchema
-
- getSchemaName() - Method in class org.apache.activemq.artemis.uri.UDPSchema
-
- getSelector() - Method in interface org.apache.activemq.artemis.api.jms.management.JMSQueueControl
-
returns the selector for the queue
- getSelector() - Method in class org.apache.activemq.artemis.api.jms.management.SubscriptionInfo
-
Returns the JMS message selector associated to this subscription.
- getServerLocator() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
-
- getSession() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQJMSContext
-
- getSession() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQSession
-
- getSessionCreationTime(String) - Method in interface org.apache.activemq.artemis.api.jms.management.JMSServerControl
-
Gets the session's creation time.
- getSessionFactory() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnection
-
- getSessionID() - Method in class org.apache.activemq.artemis.api.jms.management.JMSSessionInfo
-
- getSessionMode() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQJMSContext
-
- getShort(String) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQMapMessage
-
- getShortProperty(String) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQJMSProducer
-
- getShortProperty(String) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQMessage
-
- getSimpleAddress() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQDestination
-
- getStaticConnectors() - Method in interface org.apache.activemq.artemis.api.jms.management.ConnectionFactoryControl
-
- getStaticConnectors() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
-
- getString(String) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQMapMessage
-
- getStringProperty(String) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQJMSProducer
-
- getStringProperty(String) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQMessage
-
- getSubscriptionCount() - Method in interface org.apache.activemq.artemis.api.jms.management.TopicControl
-
Returns the number of (durable and non-durable) subscribers for this topic.
- getText() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQTextMessage
-
- getThreadAwareContext() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionForContextImpl
-
- getThreadAwareContext() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQJMSContext
-
- getThreadPoolMaxSize() - Method in interface org.apache.activemq.artemis.api.jms.management.ConnectionFactoryControl
-
- getThreadPoolMaxSize() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
-
- getTimeToLive() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQJMSProducer
-
- getTimeToLive() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQMessageProducer
-
- getTopic() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQMessageConsumer
-
- getTopic() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQMessageProducer
-
- getTopicName() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQTopic
-
- getTopicNames() - Method in interface org.apache.activemq.artemis.api.jms.management.JMSServerControl
-
Returns the names of the JMS topics available on this server.
- getTopicPrefix() - Method in class org.apache.activemq.artemis.jndi.ActiveMQInitialContextFactory
-
- getTopicSession() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQSession
-
- getTransacted() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQJMSContext
-
- getTransacted() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQSession
-
- getTransactionBatchSize() - Method in interface org.apache.activemq.artemis.api.jms.management.ConnectionFactoryControl
-
Returns the batch size (in bytes) between acknowledgements when using a transacted session.
- getTransactionBatchSize() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
-
- getType() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQBytesMessage
-
- getType() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQMapMessage
-
- getType() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQMessage
-
- getType() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQObjectMessage
-
- getType() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQStreamMessage
-
- getType() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQTextMessage
-
- getType() - Method in class org.apache.activemq.artemis.uri.JMSConnectionOptions
-
- getUID() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnection
-
- getUsedSession() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQJMSContext
-
This is to be used on tests only.
- getUser() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
-
- getUsername() - Method in class org.apache.activemq.artemis.api.jms.management.JMSConnectionInfo
-
- getVersion() - Method in interface org.apache.activemq.artemis.api.jms.management.JMSServerControl
-
Returns this server's version
- getXAResource() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQJMSContext
-
- getXAResource() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQSession
-
- LazyCreateContext - Class in org.apache.activemq.artemis.jndi
-
- LazyCreateContext() - Constructor for class org.apache.activemq.artemis.jndi.LazyCreateContext
-
- list(String) - Method in class org.apache.activemq.artemis.jndi.ReadOnlyContext
-
- list(Name) - Method in class org.apache.activemq.artemis.jndi.ReadOnlyContext
-
- listAllConsumersAsJSON() - Method in interface org.apache.activemq.artemis.api.jms.management.JMSServerControl
-
Lists all the consumers
The returned String is a JSON string containing an array of JMSConsumerInfo objects.
- listAllSubscriptions() - Method in interface org.apache.activemq.artemis.api.jms.management.TopicControl
-
Lists all the subscriptions for this topic (both durable and non-durable).
- listAllSubscriptionsAsJSON() - Method in interface org.apache.activemq.artemis.api.jms.management.TopicControl
-
Lists all the subscriptions for this topic (both durable and non-durable) using JSON serialization.
- listBindings(String) - Method in class org.apache.activemq.artemis.jndi.ReadOnlyContext
-
- listBindings(Name) - Method in class org.apache.activemq.artemis.jndi.ReadOnlyContext
-
- listConnectionIDs() - Method in interface org.apache.activemq.artemis.api.jms.management.JMSServerControl
-
Lists all the IDs of the connections connected to this server.
- listConnectionsAsJSON() - Method in interface org.apache.activemq.artemis.api.jms.management.JMSServerControl
-
Lists all the connections connected to this server.
- listConsumersAsJSON() - Method in interface org.apache.activemq.artemis.api.jms.management.JMSQueueControl
-
- listConsumersAsJSON(String) - Method in interface org.apache.activemq.artemis.api.jms.management.JMSServerControl
-
Lists all the consumers which belongs to the JMS Connection specified by the connectionID.
- listDeliveringMessages() - Method in interface org.apache.activemq.artemis.api.jms.management.JMSQueueControl
-
Lists all the messages being deliver per consumer.
- listDeliveringMessagesAsJSON() - Method in interface org.apache.activemq.artemis.api.jms.management.JMSQueueControl
-
- listDurableSubscriptions() - Method in interface org.apache.activemq.artemis.api.jms.management.TopicControl
-
Lists all the durable subscriptions for this topic.
- listDurableSubscriptionsAsJSON() - Method in interface org.apache.activemq.artemis.api.jms.management.TopicControl
-
Lists all the durable subscriptions using JSON serialization.
- listMessageCounter() - Method in interface org.apache.activemq.artemis.api.jms.management.JMSQueueControl
-
Lists the message counter for this queue.
- listMessageCounterAsHTML() - Method in interface org.apache.activemq.artemis.api.jms.management.JMSQueueControl
-
Lists the message counter for this queue as a HTML table.
- listMessageCounterHistory() - Method in interface org.apache.activemq.artemis.api.jms.management.JMSQueueControl
-
Lists the message counter history for this queue.
- listMessageCounterHistoryAsHTML() - Method in interface org.apache.activemq.artemis.api.jms.management.JMSQueueControl
-
Lists the message counter history for this queue as a HTML table.
- listMessages(String) - Method in interface org.apache.activemq.artemis.api.jms.management.JMSQueueControl
-
Lists all the JMS messages in this queue matching the specified filter.
- listMessagesAsJSON(String) - Method in interface org.apache.activemq.artemis.api.jms.management.JMSQueueControl
-
Lists all the JMS messages in this queue matching the specified filter using JSON serialization.
- listMessagesForSubscription(String) - Method in interface org.apache.activemq.artemis.api.jms.management.TopicControl
-
Lists all the messages in this queue matching the specified queue representing the subscription.
- listMessagesForSubscriptionAsJSON(String) - Method in interface org.apache.activemq.artemis.api.jms.management.TopicControl
-
Lists all the messages in this queue matching the specified queue representing the subscription using JSON serialization.
- listNetworkTopology() - Method in interface org.apache.activemq.artemis.api.jms.management.JMSServerControl
-
- listNonDurableSubscriptions() - Method in interface org.apache.activemq.artemis.api.jms.management.TopicControl
-
Lists all the non-durable subscriptions for this topic.
- listNonDurableSubscriptionsAsJSON() - Method in interface org.apache.activemq.artemis.api.jms.management.TopicControl
-
Lists all the non-durable subscriptions using JSON serialization.
- listPreparedTransactionDetailsAsHTML() - Method in interface org.apache.activemq.artemis.api.jms.management.JMSServerControl
-
List all the prepared transaction, sorted by date,
oldest first, with details, in HTML format
- listPreparedTransactionDetailsAsJSON() - Method in interface org.apache.activemq.artemis.api.jms.management.JMSServerControl
-
List all the prepared transaction, sorted by date,
oldest first, with details, in text format
- listRemoteAddresses() - Method in interface org.apache.activemq.artemis.api.jms.management.JMSServerControl
-
Lists the addresses of all the clients connected to this address.
- listRemoteAddresses(String) - Method in interface org.apache.activemq.artemis.api.jms.management.JMSServerControl
-
Lists the addresses of the clients connected to this address which matches the specified IP address.
- listScheduledMessages() - Method in interface org.apache.activemq.artemis.api.jms.management.JMSQueueControl
-
Lists all the messages scheduled for delivery for this queue.
- listScheduledMessagesAsJSON() - Method in interface org.apache.activemq.artemis.api.jms.management.JMSQueueControl
-
Lists all the messages scheduled for delivery for this queue using JSON serialization.
- listSessions(String) - Method in interface org.apache.activemq.artemis.api.jms.management.JMSServerControl
-
Lists all the sessions IDs for the specified connection ID.
- listSessionsAsJSON(String) - Method in interface org.apache.activemq.artemis.api.jms.management.JMSServerControl
-
Lists all the sessions IDs for the specified connection ID.
- listTargetDestinations(String) - Method in interface org.apache.activemq.artemis.api.jms.management.JMSServerControl
-
Lists all addresses to which the designated server session has sent messages.
- LOGGER - Static variable in interface org.apache.activemq.artemis.jms.client.ActiveMQJMSClientLogger
-
The default logger.
- lookup(String) - Method in class org.apache.activemq.artemis.jndi.LazyCreateContext
-
- lookup(String) - Method in class org.apache.activemq.artemis.jndi.ReadOnlyContext
-
- lookup(Name) - Method in class org.apache.activemq.artemis.jndi.ReadOnlyContext
-
- lookupLink(String) - Method in class org.apache.activemq.artemis.jndi.ReadOnlyContext
-
- lookupLink(Name) - Method in class org.apache.activemq.artemis.jndi.ReadOnlyContext
-