Skip navigation links
A B C D E F G H I J L M N O P Q R S T U V W 

A

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(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
This will use a default URI from DefaultConnectionProperties
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
NOTE: this class forwards ActiveMQJMSProducer.setDisableMessageID(boolean) and ActiveMQJMSProducer.setDisableMessageTimestamp(boolean) calls their equivalent at the MessageProducer.
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(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) - 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) - Constructor for class org.apache.activemq.artemis.jms.client.ActiveMQObjectMessage
 
ActiveMQObjectMessage(ClientMessage, ClientSession) - Constructor for class org.apache.activemq.artemis.jms.client.ActiveMQObjectMessage
 
ActiveMQObjectMessage(ObjectMessage, ClientSession) - 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(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(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(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(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
 

B

bind(Name, Object) - Method in class org.apache.activemq.artemis.jndi.ReadOnlyContext
 
bind(String, Object) - Method in class org.apache.activemq.artemis.jndi.ReadOnlyContext
 
bindings - Variable in class org.apache.activemq.artemis.jndi.ReadOnlyContext
 
BUNDLE - Static variable in interface org.apache.activemq.artemis.jms.client.ActiveMQJMSClientBundle
 

C

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
 
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(ActiveMQException) - Static method in class org.apache.activemq.artemis.jms.client.JMSExceptionHelper
 
convertToActiveMQFilterString(String) - Static method in class org.apache.activemq.artemis.jms.client.SelectorTranslator
 
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.
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() - 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
 

D

decomposeQueueNameForDurableSubscription(String) - Static method in class org.apache.activemq.artemis.jms.client.ActiveMQDestination
 
DEFAULT_BROKER_BIND_URL - Static variable in class org.apache.activemq.artemis.jms.client.DefaultConnectionProperties
 
DEFAULT_BROKER_HOST - Static variable in class org.apache.activemq.artemis.jms.client.DefaultConnectionProperties
 
DEFAULT_BROKER_PORT - Static variable in class org.apache.activemq.artemis.jms.client.DefaultConnectionProperties
 
DEFAULT_BROKER_URL - Static variable in class org.apache.activemq.artemis.jms.client.DefaultConnectionProperties
 
DEFAULT_PASSWORD - Static variable in class org.apache.activemq.artemis.jms.client.DefaultConnectionProperties
 
DEFAULT_USER - Static variable in class org.apache.activemq.artemis.jms.client.DefaultConnectionProperties
 
DefaultConnectionProperties - Class in org.apache.activemq.artemis.jms.client
This class will provide default properties for constructors
DefaultConnectionProperties() - Constructor for class org.apache.activemq.artemis.jms.client.DefaultConnectionProperties
 
delete() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQDestination
 
deleteTemporaryQueue(ActiveMQDestination) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQSession
 
deleteTemporaryTopic(ActiveMQDestination) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQSession
 
deserialize(byte[]) - Static method in class org.apache.activemq.artemis.jms.referenceable.SerializableObjectRefAddr
 
DestinationControl - Interface in org.apache.activemq.artemis.api.jms.management
A DestinationControl is used to manage a JMS Destination.
destinationDoesNotExist(SimpleString) - Method in interface org.apache.activemq.artemis.jms.client.ActiveMQJMSClientBundle
 
DestinationObjectFactory - Class in org.apache.activemq.artemis.jms.referenceable
A DestinationObjectFactory.
DestinationObjectFactory() - Constructor for class org.apache.activemq.artemis.jms.referenceable.DestinationObjectFactory
 
destroyConnectionFactory(String) - Method in interface org.apache.activemq.artemis.api.jms.management.JMSServerControl
 
destroyQueue(String) - Method in interface org.apache.activemq.artemis.api.jms.management.JMSServerControl
Destroys a JMS Queue with the specified name.
destroyQueue(String, boolean) - Method in interface org.apache.activemq.artemis.api.jms.management.JMSServerControl
Destroys a JMS Queue with the specified name.
destroySubcontext(Name) - Method in class org.apache.activemq.artemis.jndi.ReadOnlyContext
 
destroySubcontext(String) - Method in class org.apache.activemq.artemis.jndi.ReadOnlyContext
 
destroyTopic(String, boolean) - Method in interface org.apache.activemq.artemis.api.jms.management.JMSServerControl
Destroys a JMS Topic with the specified name.
destroyTopic(String) - Method in interface org.apache.activemq.artemis.api.jms.management.JMSServerControl
Destroys a JMS Topic with the specified name.
DISCOVERY_INITIAL_WAIT_TIMEOUT - Static variable in class org.apache.activemq.artemis.jndi.ActiveMQInitialContextFactory
 
doBeforeReceive() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQBytesMessage
 
doBeforeReceive() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQMapMessage
 
doBeforeReceive() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQMessage
 
doBeforeReceive() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQObjectMessage
 
doBeforeReceive() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQTextMessage
 
doBeforeSend() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQBytesMessage
 
doBeforeSend() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQMapMessage
 
doBeforeSend() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQMessage
 
doBeforeSend() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQObjectMessage
 
doBeforeSend() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQStreamMessage
 
dropAllSubscriptions() - Method in interface org.apache.activemq.artemis.api.jms.management.TopicControl
Drops all subscriptions.
dropDurableSubscription(String, String) - Method in interface org.apache.activemq.artemis.api.jms.management.TopicControl
Drops the subscription specified by the specified client ID and subscription name.
DYNAMIC_QUEUE_CONTEXT - Static variable in class org.apache.activemq.artemis.jndi.ActiveMQInitialContextFactory
 
DYNAMIC_TOPIC_CONTEXT - Static variable in class org.apache.activemq.artemis.jndi.ActiveMQInitialContextFactory
 

E

environment - Variable in class org.apache.activemq.artemis.jndi.ReadOnlyContext
 
equals(Object) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQDestination
 
errorCallingExcListener(Exception) - Method in interface org.apache.activemq.artemis.jms.client.ActiveMQJMSClientLogger
 
errorCallingFailoverListener(Exception) - Method in interface org.apache.activemq.artemis.jms.client.ActiveMQJMSClientLogger
 
errorCreatingMessage(Throwable) - Method in interface org.apache.activemq.artemis.jms.client.ActiveMQJMSClientLogger
 
errorPreparingMessageForReceipt(Throwable) - Method in interface org.apache.activemq.artemis.jms.client.ActiveMQJMSClientLogger
 
errorProcessingMessage(Throwable) - Method in interface org.apache.activemq.artemis.jms.client.ActiveMQJMSClientLogger
 
errorRecoveringSession(Throwable) - Method in interface org.apache.activemq.artemis.jms.client.ActiveMQJMSClientLogger
 
EXCEPTION_DISCONNECT - Static variable in class org.apache.activemq.artemis.jms.client.ActiveMQConnection
 
EXCEPTION_FAILOVER - Static variable in class org.apache.activemq.artemis.jms.client.ActiveMQConnection
 
expireMessage(String) - Method in interface org.apache.activemq.artemis.api.jms.management.JMSQueueControl
Expires the message corresponding to the specified message ID.
expireMessages(String) - Method in interface org.apache.activemq.artemis.api.jms.management.JMSQueueControl
Expires all the message corresponding to the specified filter.

F

finalize() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnection
 
finalize() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
 
flushExecutor() - Method in interface org.apache.activemq.artemis.api.jms.management.JMSQueueControl
it will flush one cycle on internal executors, so you would be sure that any pending tasks are done before you call any other measure.
freeze() - Method in class org.apache.activemq.artemis.jndi.ReadOnlyContext
 
from(String) - Static method in class org.apache.activemq.artemis.api.jms.management.JMSConnectionInfo
 
from(String) - Static method in class org.apache.activemq.artemis.api.jms.management.JMSConsumerInfo
Returns an array of SubscriptionInfo corresponding to the JSON serialization returned by TopicControl.listAllSubscriptionsAsJSON() and related methods.
from(String) - Static method in class org.apache.activemq.artemis.api.jms.management.JMSSessionInfo
 
from(String) - Static method in class org.apache.activemq.artemis.api.jms.management.SubscriptionInfo
Returns an array of SubscriptionInfo corresponding to the JSON serialization returned by TopicControl.listAllSubscriptionsAsJSON() and related methods.
fromAddress(String) - Static method in class org.apache.activemq.artemis.jms.client.ActiveMQDestination
 

G

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 ActiveMQ Artemis 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 to 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
 
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 to 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
 
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
 
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
 
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
 
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
 
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 to this connection factory.
getRegistryBindings() - Method in interface org.apache.activemq.artemis.api.jms.management.TopicControl
Returns the Registry bindings associated to this connection factory.
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.
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.
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
 

H

hashCode() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQDestination
 
hasNoBody() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQMapMessage
 
hasNoBody() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQMessage
hasNoLocal() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnection
 
hasOperationSucceeded(Message) - Static method in class org.apache.activemq.artemis.api.jms.management.JMSManagementHelper
Returns whether the invocation of the management operation on the server resource succeeded.

I

illegalDeliveryMode(int) - Method in interface org.apache.activemq.artemis.jms.client.ActiveMQJMSClientBundle
 
incrementRefCounter() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionForContextImpl
 
INDIVIDUAL_ACKNOWLEDGE - Static variable in class org.apache.activemq.artemis.api.jms.ActiveMQJMSConstants
 
internalBind(String, Object) - Method in class org.apache.activemq.artemis.jndi.ReadOnlyContext
internalBind is intended for use only during setup or possibly by suitably synchronized superclasses.
internalNewObject(URI, Map<String, String>, String) - Method in class org.apache.activemq.artemis.uri.InVMSchema
 
internalNewObject(URI, Map<String, String>, String) - Method in class org.apache.activemq.artemis.uri.JGroupsSchema
 
internalNewObject(URI, Map<String, String>, String) - Method in class org.apache.activemq.artemis.uri.TCPSchema
 
internalNewObject(URI, Map<String, String>, String) - Method in class org.apache.activemq.artemis.uri.UDPSchema
 
internalNewURI(ActiveMQConnectionFactory) - Method in class org.apache.activemq.artemis.uri.InVMSchema
 
internalNewURI(ActiveMQConnectionFactory) - Method in class org.apache.activemq.artemis.uri.JGroupsSchema
 
internalNewURI(ActiveMQConnectionFactory) - Method in class org.apache.activemq.artemis.uri.TCPSchema
 
internalNewURI(ActiveMQConnectionFactory) - Method in class org.apache.activemq.artemis.uri.UDPSchema
 
intValue() - Method in enum org.apache.activemq.artemis.api.jms.JMSFactoryType
 
invalidFilter(Throwable, SimpleString) - Method in interface org.apache.activemq.artemis.jms.client.ActiveMQJMSClientBundle
 
invalidJavaIdentifier(String) - Method in interface org.apache.activemq.artemis.jms.client.ActiveMQJMSClientBundle
 
invalidSubscriptionName() - Method in interface org.apache.activemq.artemis.jms.client.ActiveMQJMSClientBundle
 
InVMSchema - Class in org.apache.activemq.artemis.uri
 
InVMSchema() - Constructor for class org.apache.activemq.artemis.uri.InVMSchema
 
isAttributesResult(Message) - Static method in class org.apache.activemq.artemis.api.jms.management.JMSManagementHelper
Returns whether the JMS message corresponds to the result of a management attribute value.
isAutoGroup() - Method in interface org.apache.activemq.artemis.api.jms.management.ConnectionFactoryControl
 
isAutoGroup() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
 
isBlockOnAcknowledge() - Method in interface org.apache.activemq.artemis.api.jms.management.ConnectionFactoryControl
 
isBlockOnAcknowledge() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
 
isBlockOnDurableSend() - Method in interface org.apache.activemq.artemis.api.jms.management.ConnectionFactoryControl
 
isBlockOnDurableSend() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
 
isBlockOnNonDurableSend() - Method in interface org.apache.activemq.artemis.api.jms.management.ConnectionFactoryControl
 
isBlockOnNonDurableSend() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
 
isBodyAssignableTo(Class) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQBytesMessage
 
isBodyAssignableTo(Class) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQMapMessage
 
isBodyAssignableTo(Class) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQMessage
 
isBodyAssignableTo(Class) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQObjectMessage
 
isBodyAssignableTo(Class) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQStreamMessage
 
isBodyAssignableTo(Class) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQTextMessage
 
isBrowseOnly() - Method in class org.apache.activemq.artemis.api.jms.management.JMSConsumerInfo
 
isCacheLargeMessagesClient() - Method in interface org.apache.activemq.artemis.api.jms.management.ConnectionFactoryControl
 
isCacheLargeMessagesClient() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
 
isClosed() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQMessageConsumer
 
isCompressLargeMessage() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
 
isCompressLargeMessages() - Method in interface org.apache.activemq.artemis.api.jms.management.ConnectionFactoryControl
 
isDurable() - Method in class org.apache.activemq.artemis.api.jms.management.JMSConsumerInfo
 
isDurable() - Method in class org.apache.activemq.artemis.api.jms.management.SubscriptionInfo
Returns whether this subscription is durable.
isFailoverOnInitialConnection() - Method in interface org.apache.activemq.artemis.api.jms.management.ConnectionFactoryControl
 
isFailoverOnInitialConnection() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
 
isHA() - Method in interface org.apache.activemq.artemis.api.jms.management.ConnectionFactoryControl
does ths cf support HA
isHA() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
 
isOperationResult(Message) - Static method in class org.apache.activemq.artemis.api.jms.management.JMSManagementHelper
Returns whether the JMS message corresponds to the result of a management operation invocation.
isPaused() - Method in interface org.apache.activemq.artemis.api.jms.management.JMSQueueControl
Returns whether the queue is paused.
isPreAcknowledge() - Method in interface org.apache.activemq.artemis.api.jms.management.ConnectionFactoryControl
 
isPreAcknowledge() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
 
isQueue() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQDestination
 
isRecoverCalled() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQSession
 
isStarted() - Method in interface org.apache.activemq.artemis.api.jms.management.JMSServerControl
Returns whether this server is started.
isStarted() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnection
 
isTemporary() - Method in interface org.apache.activemq.artemis.api.jms.management.DestinationControl
Returns whether this destination is temporary.
isTemporary() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQDestination
 
isUseGlobalPools() - Method in interface org.apache.activemq.artemis.api.jms.management.ConnectionFactoryControl
 
isUseGlobalPools() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
 
isXA() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnection
 
isXA() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQSession
 
isXA() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQXAConnection
 
itemExists(String) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQMapMessage
 

J

JGroupsSchema - Class in org.apache.activemq.artemis.uri
 
JGroupsSchema() - Constructor for class org.apache.activemq.artemis.uri.JGroupsSchema
 
JMS_ACTIVEMQ_ENABLE_BYTE_ARRAY_JMS_CORRELATION_ID_PROPERTY_NAME - Static variable in class org.apache.activemq.artemis.api.jms.ActiveMQJMSConstants
 
JMS_ACTIVEMQ_INPUT_STREAM - Static variable in class org.apache.activemq.artemis.api.jms.ActiveMQJMSConstants
 
JMS_ACTIVEMQ_OUTPUT_STREAM - Static variable in class org.apache.activemq.artemis.api.jms.ActiveMQJMSConstants
 
JMS_ACTIVEMQ_SAVE_STREAM - Static variable in class org.apache.activemq.artemis.api.jms.ActiveMQJMSConstants
 
JMS_QUEUE_ADDRESS_PREFIX - Static variable in class org.apache.activemq.artemis.jms.client.ActiveMQDestination
 
JMS_TEMP_QUEUE_ADDRESS_PREFIX - Static variable in class org.apache.activemq.artemis.jms.client.ActiveMQDestination
 
JMS_TEMP_TOPIC_ADDRESS_PREFIX - Static variable in class org.apache.activemq.artemis.jms.client.ActiveMQDestination
 
JMS_TOPIC_ADDRESS_PREFIX - Static variable in class org.apache.activemq.artemis.jms.client.ActiveMQDestination
 
JMSConnectionInfo - Class in org.apache.activemq.artemis.api.jms.management
 
JMSConnectionOptions - Class in org.apache.activemq.artemis.uri
This will represent all the possible options you could setup on URLs When parsing the URL this will serve as an intermediate object And it could also be a pl
JMSConnectionOptions() - Constructor for class org.apache.activemq.artemis.uri.JMSConnectionOptions
 
JMSConsumerInfo - Class in org.apache.activemq.artemis.api.jms.management
Helper class to create Java Objects from the JSON serialization returned by JMSServerControl.listConsumersAsJSON(String) and related methods.
JMSExceptionHelper - Class in org.apache.activemq.artemis.jms.client
 
JMSExceptionHelper() - Constructor for class org.apache.activemq.artemis.jms.client.JMSExceptionHelper
 
JmsExceptionUtils - Class in org.apache.activemq.artemis.jms.client
 
JMSFactoryType - Enum in org.apache.activemq.artemis.api.jms
 
JMSManagementHelper - Class in org.apache.activemq.artemis.api.jms.management
Helper class to use JMS messages to manage ActiveMQ Artemis server resources.
JMSMessageListenerWrapper - Class in org.apache.activemq.artemis.jms.client
 
JMSMessageListenerWrapper(ActiveMQConnection, ActiveMQSession, ClientConsumer, MessageListener, int) - Constructor for class org.apache.activemq.artemis.jms.client.JMSMessageListenerWrapper
 
JMSQueueControl - Interface in org.apache.activemq.artemis.api.jms.management
A JMSQueueControl is used to manage a JMS queue.
JMSServerControl - Interface in org.apache.activemq.artemis.api.jms.management
A JMSSserverControl is used to manage ActiveMQ Artemis JMS server.
JMSSessionInfo - Class in org.apache.activemq.artemis.api.jms.management
 
JMSSessionInfo(String, long) - Constructor for class org.apache.activemq.artemis.api.jms.management.JMSSessionInfo
 

L

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
Executes a conversion of JMSQueueControl.listDeliveringMessages() to JSON
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.
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
 

M

message - Variable in class org.apache.activemq.artemis.jms.client.ActiveMQMessage
 
messageNotReadable() - Method in interface org.apache.activemq.artemis.jms.client.ActiveMQJMSClientBundle
 
messageNotWritable() - Method in interface org.apache.activemq.artemis.jms.client.ActiveMQJMSClientBundle
 
moveMessage(String, String) - Method in interface org.apache.activemq.artemis.api.jms.management.JMSQueueControl
Moves the message corresponding to the specified message ID to the specified other queue.
moveMessage(String, String, boolean) - Method in interface org.apache.activemq.artemis.api.jms.management.JMSQueueControl
Moves the message corresponding to the specified message ID to the specified other queue.
moveMessages(String, String) - Method in interface org.apache.activemq.artemis.api.jms.management.JMSQueueControl
Moves all the message corresponding to the specified filter to the specified other queue.
moveMessages(String, String, boolean) - Method in interface org.apache.activemq.artemis.api.jms.management.JMSQueueControl
Moves all the message corresponding to the specified filter to the specified other queue.

N

name - Variable in class org.apache.activemq.artemis.jms.client.ActiveMQDestination
The JMS name
NAME_PARSER - Static variable in class org.apache.activemq.artemis.jndi.ReadOnlyContext
 
nameCannotBeEmpty() - Method in interface org.apache.activemq.artemis.jms.client.ActiveMQJMSClientBundle
 
nameCannotBeNull() - Method in interface org.apache.activemq.artemis.jms.client.ActiveMQJMSClientBundle
 
NameParserImpl - Class in org.apache.activemq.artemis.jndi
 
NameParserImpl() - Constructor for class org.apache.activemq.artemis.jndi.NameParserImpl
 
newConectionOptions(URI, Map<String, String>) - Method in class org.apache.activemq.artemis.uri.AbstractCFSchema
 
newContext() - Method in class org.apache.activemq.artemis.jndi.ReadOnlyContext
 
nullArgumentNotAllowed(String) - Method in interface org.apache.activemq.artemis.jms.client.ActiveMQJMSClientBundle
 
nullTopic() - Method in interface org.apache.activemq.artemis.jms.client.ActiveMQJMSClientBundle
 

O

onlyValidForByteOrStreamMessages() - Method in interface org.apache.activemq.artemis.jms.client.ActiveMQJMSClientBundle
 
onMessage(ClientMessage) - Method in class org.apache.activemq.artemis.jms.client.JMSMessageListenerWrapper
In this method we apply the JMS acknowledgement and redelivery semantics as per JMS spec
onMessageError(Exception) - Method in interface org.apache.activemq.artemis.jms.client.ActiveMQJMSClientLogger
 
org.apache.activemq.artemis.api.jms - package org.apache.activemq.artemis.api.jms
 
org.apache.activemq.artemis.api.jms.management - package org.apache.activemq.artemis.api.jms.management
 
org.apache.activemq.artemis.jms.client - package org.apache.activemq.artemis.jms.client
 
org.apache.activemq.artemis.jms.referenceable - package org.apache.activemq.artemis.jms.referenceable
 
org.apache.activemq.artemis.jndi - package org.apache.activemq.artemis.jndi
 
org.apache.activemq.artemis.uri - package org.apache.activemq.artemis.uri
 

P

parse(String) - Method in class org.apache.activemq.artemis.jndi.NameParserImpl
 
pause() - Method in interface org.apache.activemq.artemis.api.jms.management.JMSQueueControl
Pauses the queue.
PRE_ACKNOWLEDGE - Static variable in class org.apache.activemq.artemis.api.jms.ActiveMQJMSConstants
 
propertiesReadOnly - Variable in class org.apache.activemq.artemis.jms.client.ActiveMQMessage
 
propertyExists(String) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQJMSProducer
 
propertyExists(String) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQMessage
 
publish(Message) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQMessageProducer
 
publish(Topic, Message) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQMessageProducer
 
publish(Message, int, int, long) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQMessageProducer
 
publish(Topic, Message, int, int, long) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQMessageProducer
 
putAttribute(Message, String, String) - Static method in class org.apache.activemq.artemis.api.jms.management.JMSManagementHelper
Stores a resource attribute in a JMS message to retrieve the value from the server resource.
putOperationInvocation(Message, String, String) - Static method in class org.apache.activemq.artemis.api.jms.management.JMSManagementHelper
Stores an operation invocation in a JMS message to invoke the corresponding operation the value from the server resource.
putOperationInvocation(Message, String, String, Object...) - Static method in class org.apache.activemq.artemis.api.jms.management.JMSManagementHelper
Stores an operation invocation in a JMS message to invoke the corresponding operation the value from the server resource.

Q

QUEUE_QUALIFIED_PREFIX - Static variable in class org.apache.activemq.artemis.jms.client.ActiveMQDestination
 
QUEUE_TYPE - Static variable in class org.apache.activemq.artemis.jms.client.ActiveMQDestination
 

R

readBoolean() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQBytesMessage
 
readBoolean() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQStreamMessage
 
readByte() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQBytesMessage
 
readByte() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQStreamMessage
 
readBytes(byte[]) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQBytesMessage
 
readBytes(byte[], int) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQBytesMessage
 
readBytes(byte[]) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQStreamMessage
 
readChar() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQBytesMessage
 
readChar() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQStreamMessage
 
readDouble() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQBytesMessage
 
readDouble() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQStreamMessage
 
readExternal(ObjectInput) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
 
readFloat() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQBytesMessage
 
readFloat() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQStreamMessage
 
readInt() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQBytesMessage
 
readInt() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQStreamMessage
 
readLong() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQBytesMessage
 
readLong() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQStreamMessage
 
readObject() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQStreamMessage
 
readOnly - Variable in class org.apache.activemq.artemis.jms.client.ActiveMQMessage
 
ReadOnlyContext - Class in org.apache.activemq.artemis.jndi
A read-only Context
ReadOnlyContext() - Constructor for class org.apache.activemq.artemis.jndi.ReadOnlyContext
 
ReadOnlyContext(Hashtable) - Constructor for class org.apache.activemq.artemis.jndi.ReadOnlyContext
 
ReadOnlyContext(Hashtable, Map<String, Object>) - Constructor for class org.apache.activemq.artemis.jndi.ReadOnlyContext
 
ReadOnlyContext(Hashtable, Map, String) - Constructor for class org.apache.activemq.artemis.jndi.ReadOnlyContext
 
ReadOnlyContext(ReadOnlyContext, Hashtable) - Constructor for class org.apache.activemq.artemis.jndi.ReadOnlyContext
 
ReadOnlyContext(ReadOnlyContext, Hashtable<String, Object>, String) - Constructor for class org.apache.activemq.artemis.jndi.ReadOnlyContext
 
readShort() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQBytesMessage
 
readShort() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQStreamMessage
 
readString() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQStreamMessage
 
readUnsignedByte() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQBytesMessage
 
readUnsignedShort() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQBytesMessage
 
readUTF() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQBytesMessage
 
rebind(Name, Object) - Method in class org.apache.activemq.artemis.jndi.ReadOnlyContext
 
rebind(String, Object) - Method in class org.apache.activemq.artemis.jndi.ReadOnlyContext
 
receive() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQJMSConsumer
 
receive(long) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQJMSConsumer
 
receive() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQMessageConsumer
 
receive(long) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQMessageConsumer
 
receiveBody(Class<T>) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQJMSConsumer
 
receiveBody(Class<T>, long) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQJMSConsumer
 
receiveBodyNoWait(Class<T>) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQJMSConsumer
 
receiveNoWait() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQJMSConsumer
 
receiveNoWait() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQMessageConsumer
 
recover() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQJMSContext
 
recover() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQSession
 
REFRESH_TIMEOUT - Static variable in class org.apache.activemq.artemis.jndi.ActiveMQInitialContextFactory
 
removeBinding(String) - Method in interface org.apache.activemq.artemis.api.jms.management.ConnectionFactoryControl
Remove a Registry binding
removeConsumer(ActiveMQMessageConsumer) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQSession
 
removeFromEnvironment(String) - Method in class org.apache.activemq.artemis.jndi.ReadOnlyContext
 
removeMessage(String) - Method in interface org.apache.activemq.artemis.api.jms.management.JMSQueueControl
Removes the message corresponding to the specified message ID.
removeMessages(String) - Method in interface org.apache.activemq.artemis.api.jms.management.DestinationControl
Removed all the messages which matches the specified JMS filter from this destination.
removeMessages(String) - Method in interface org.apache.activemq.artemis.api.jms.management.JMSQueueControl
Removes all the message corresponding to the specified filter.
removeSession(ActiveMQSession) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnection
 
removeTemporaryQueue(SimpleString) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnection
 
rename(Name, Name) - Method in class org.apache.activemq.artemis.jndi.ReadOnlyContext
 
rename(String, String) - Method in class org.apache.activemq.artemis.jndi.ReadOnlyContext
 
reset() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQBytesMessage
 
reset() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQStreamMessage
 
resetMessageCounter() - Method in interface org.apache.activemq.artemis.api.jms.management.JMSQueueControl
Resets the message counter for this queue.
resetMessageID(String) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQMessage
 
resume() - Method in interface org.apache.activemq.artemis.api.jms.management.JMSQueueControl
Resumes the queue.
rollback() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQJMSContext
 
rollback() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQSession
 
run() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQSession
 

S

saveToOutputStream(OutputStream) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQMessage
 
SelectorTranslator - Class in org.apache.activemq.artemis.jms.client
This class converts a JMS selector expression into an ActiveMQ Artemis core filter expression.
SelectorTranslator() - Constructor for class org.apache.activemq.artemis.jms.client.SelectorTranslator
 
send(Destination, Message) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQJMSProducer
 
send(Destination, String) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQJMSProducer
 
send(Destination, Map<String, Object>) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQJMSProducer
 
send(Destination, byte[]) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQJMSProducer
 
send(Destination, Serializable) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQJMSProducer
 
send(Message) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQMessageProducer
 
send(Message, int, int, long) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQMessageProducer
 
send(Destination, Message) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQMessageProducer
 
send(Destination, Message, int, int, long) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQMessageProducer
 
send(Message, CompletionListener) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQMessageProducer
 
send(Message, int, int, long, CompletionListener) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQMessageProducer
 
send(Destination, Message, CompletionListener) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQMessageProducer
 
send(Destination, Message, int, int, long, CompletionListener) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQMessageProducer
 
send(Queue, Message) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQMessageProducer
 
send(Queue, Message, int, int, long) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQMessageProducer
 
sendMessagesToDeadLetterAddress(String) - Method in interface org.apache.activemq.artemis.api.jms.management.JMSQueueControl
Sends all the message corresponding to the specified filter to this queue's dead letter address.
sendMessageToDeadLetterAddress(String) - Method in interface org.apache.activemq.artemis.api.jms.management.JMSQueueControl
Sends the message corresponding to the specified message ID to this queue's dead letter address.
SEPARATOR - Static variable in class org.apache.activemq.artemis.jndi.ReadOnlyContext
 
SerializableObjectRefAddr - Class in org.apache.activemq.artemis.jms.referenceable
A SerializableObjectRefAddr.
SerializableObjectRefAddr(String, Object) - Constructor for class org.apache.activemq.artemis.jms.referenceable.SerializableObjectRefAddr
 
setAsync(CompletionListener) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQJMSProducer
 
setAutoGroup(boolean) - Method in interface org.apache.activemq.artemis.api.jms.management.ConnectionFactoryControl
 
setAutoGroup(boolean) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
 
setAutoStart(boolean) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQJMSContext
 
setBlockOnAcknowledge(boolean) - Method in interface org.apache.activemq.artemis.api.jms.management.ConnectionFactoryControl
 
setBlockOnAcknowledge(boolean) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
 
setBlockOnDurableSend(boolean) - Method in interface org.apache.activemq.artemis.api.jms.management.ConnectionFactoryControl
 
setBlockOnDurableSend(boolean) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
 
setBlockOnNonDurableSend(boolean) - Method in interface org.apache.activemq.artemis.api.jms.management.ConnectionFactoryControl
 
setBlockOnNonDurableSend(boolean) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
 
setBoolean(String, boolean) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQMapMessage
 
setBooleanProperty(String, boolean) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQMessage
 
setByte(String, byte) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQMapMessage
 
setByteProperty(String, byte) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQMessage
 
setBytes(String, byte[]) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQMapMessage
 
setBytes(String, byte[], int, int) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQMapMessage
 
setCacheLargeMessagesClient(boolean) - Method in interface org.apache.activemq.artemis.api.jms.management.ConnectionFactoryControl
 
setCacheLargeMessagesClient(boolean) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
 
setCallFailoverTimeout(long) - Method in interface org.apache.activemq.artemis.api.jms.management.ConnectionFactoryControl
 
setCallFailoverTimeout(long) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
 
setCallTimeout(long) - Method in interface org.apache.activemq.artemis.api.jms.management.ConnectionFactoryControl
 
setCallTimeout(long) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
 
setChar(String, char) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQMapMessage
 
setClientFailureCheckPeriod(long) - Method in interface org.apache.activemq.artemis.api.jms.management.ConnectionFactoryControl
 
setClientFailureCheckPeriod(long) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
 
setClientID(String) - Method in interface org.apache.activemq.artemis.api.jms.management.ConnectionFactoryControl
Sets the Client ID for this connection factory.
setClientID(String) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnection
 
setClientID(String) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
 
setClientID(String) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQJMSContext
 
setCompressLargeMessage(boolean) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
 
setCompressLargeMessages(boolean) - Method in interface org.apache.activemq.artemis.api.jms.management.ConnectionFactoryControl
 
setConfirmationWindowSize(int) - Method in interface org.apache.activemq.artemis.api.jms.management.ConnectionFactoryControl
 
setConfirmationWindowSize(int) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
 
setConnectionLoadBalancingPolicyClassName(String) - Method in interface org.apache.activemq.artemis.api.jms.management.ConnectionFactoryControl
 
setConnectionLoadBalancingPolicyClassName(String) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
 
setConnectionTTL(long) - Method in interface org.apache.activemq.artemis.api.jms.management.ConnectionFactoryControl
 
setConnectionTTL(long) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
 
setConsumerMaxRate(int) - Method in interface org.apache.activemq.artemis.api.jms.management.ConnectionFactoryControl
 
setConsumerMaxRate(int) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
 
setConsumerWindowSize(int) - Method in interface org.apache.activemq.artemis.api.jms.management.ConnectionFactoryControl
 
setConsumerWindowSize(int) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
 
setCurrentThread(boolean) - Method in class org.apache.activemq.artemis.jms.client.ThreadAwareContext
Sets current thread to the context
setDeliveryDelay(long) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQJMSProducer
 
setDeliveryDelay(long) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQMessageProducer
 
setDeliveryMode(int) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQJMSProducer
 
setDeliveryMode(int) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQMessageProducer
 
setDisableMessageID(boolean) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQJMSProducer
 
setDisableMessageID(boolean) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQMessageProducer
 
setDisableMessageTimestamp(boolean) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQJMSProducer
 
setDisableMessageTimestamp(boolean) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQMessageProducer
 
setDouble(String, double) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQMapMessage
 
setDoubleProperty(String, double) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQMessage
 
setDupsOKBatchSize(int) - Method in interface org.apache.activemq.artemis.api.jms.management.ConnectionFactoryControl
 
setDupsOKBatchSize(int) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
 
setExceptionListener(ExceptionListener) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnection
 
setExceptionListener(ExceptionListener) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQJMSContext
 
setFailoverListener(FailoverEventListener) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnection
Sets a FailureListener for the session which is notified if a failure occurs on the session.
setFailoverOnInitialConnection(boolean) - Method in interface org.apache.activemq.artemis.api.jms.management.ConnectionFactoryControl
 
setFailoverOnInitialConnection(boolean) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
 
setFloat(String, float) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQMapMessage
 
setFloatProperty(String, float) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQMessage
 
setGroupID(String) - Method in interface org.apache.activemq.artemis.api.jms.management.ConnectionFactoryControl
 
setGroupID(String) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
 
setHasNoLocal() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnection
 
setIndividualAcknowledge() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQMessage
 
setInitialConnectAttempts(int) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
 
setInitialMessagePacketSize(int) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
 
setInputStream(InputStream) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQMessage
 
setInt(String, int) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQMapMessage
 
setIntProperty(String, int) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQMessage
 
setJMSCorrelationID(String) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQJMSProducer
 
setJMSCorrelationID(String) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQMessage
 
setJMSCorrelationIDAsBytes(byte[]) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQJMSProducer
 
setJMSCorrelationIDAsBytes(byte[]) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQMessage
 
setJMSDeliveryMode(int) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQMessage
 
setJMSDeliveryTime(long) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQMessage
 
setJMSDestination(Destination) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQMessage
 
setJMSExpiration(long) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQMessage
 
setJMSMessageID(String) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQMessage
 
setJMSPriority(int) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQMessage
 
setJMSRedelivered(boolean) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQMessage
 
setJMSReplyTo(Destination) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQJMSProducer
 
setJMSReplyTo(Destination) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQMessage
 
setJMSTimestamp(long) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQMessage
 
setJMSType(String) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQJMSProducer
 
setJMSType(String) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQMessage
 
setLong(String, long) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQMapMessage
 
setLongProperty(String, long) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQMessage
 
setMaxRetryInterval(long) - Method in interface org.apache.activemq.artemis.api.jms.management.ConnectionFactoryControl
 
setMaxRetryInterval(long) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
 
setMessageListener(MessageListener) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQJMSConsumer
 
setMessageListener(MessageListener) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQMessageConsumer
 
setMessageListener(MessageListener) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQSession
 
setMinLargeMessageSize(int) - Method in interface org.apache.activemq.artemis.api.jms.management.ConnectionFactoryControl
 
setMinLargeMessageSize(int) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
 
setObject(String, Object) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQMapMessage
 
setObject(Serializable) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQObjectMessage
 
setObjectProperty(String, Object) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQMessage
 
setOutputStream(OutputStream) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQMessage
 
setPassword(String) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
 
setPreAcknowledge(boolean) - Method in interface org.apache.activemq.artemis.api.jms.management.ConnectionFactoryControl
 
setPreAcknowledge(boolean) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
 
setPriority(int) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQJMSProducer
 
setPriority(int) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQMessageProducer
 
setProducerMaxRate(int) - Method in interface org.apache.activemq.artemis.api.jms.management.ConnectionFactoryControl
 
setProducerMaxRate(int) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
 
setProducerWindowSize(int) - Method in interface org.apache.activemq.artemis.api.jms.management.ConnectionFactoryControl
 
setProducerWindowSize(int) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
 
setProperty(String, boolean) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQJMSProducer
 
setProperty(String, byte) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQJMSProducer
 
setProperty(String, short) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQJMSProducer
 
setProperty(String, int) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQJMSProducer
 
setProperty(String, long) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQJMSProducer
 
setProperty(String, float) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQJMSProducer
 
setProperty(String, double) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQJMSProducer
 
setProperty(String, String) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQJMSProducer
 
setProperty(String, Object) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQJMSProducer
 
setQueuePrefix(String) - Method in class org.apache.activemq.artemis.jndi.ActiveMQInitialContextFactory
 
setReconnectAttempts(int) - Method in interface org.apache.activemq.artemis.api.jms.management.ConnectionFactoryControl
 
setReconnectAttempts(int) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
 
setRecoverCalled(boolean) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQSession
 
setReference(ActiveMQConnectionFactory) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnection
 
setRetryInterval(long) - Method in interface org.apache.activemq.artemis.api.jms.management.ConnectionFactoryControl
 
setRetryInterval(long) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
 
setRetryIntervalMultiplier(double) - Method in interface org.apache.activemq.artemis.api.jms.management.ConnectionFactoryControl
 
setRetryIntervalMultiplier(double) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
 
setScheduledThreadPoolMaxSize(int) - Method in interface org.apache.activemq.artemis.api.jms.management.ConnectionFactoryControl
 
setScheduledThreadPoolMaxSize(int) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
 
setShort(String, short) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQMapMessage
 
setShortProperty(String, short) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQMessage
 
setString(String, String) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQMapMessage
 
setStringProperty(String, String) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQMessage
 
setText(String) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQTextMessage
 
setThreadPoolMaxSize(int) - Method in interface org.apache.activemq.artemis.api.jms.management.ConnectionFactoryControl
 
setThreadPoolMaxSize(int) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
 
setTimeToLive(long) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQJMSProducer
 
setTimeToLive(long) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQMessageProducer
 
setTopicPrefix(String) - Method in class org.apache.activemq.artemis.jndi.ActiveMQInitialContextFactory
 
setTransactionBatchSize(int) - Method in interface org.apache.activemq.artemis.api.jms.management.ConnectionFactoryControl
 
setTransactionBatchSize(int) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
 
setType(String) - Method in class org.apache.activemq.artemis.uri.JMSConnectionOptions
 
setUseGlobalPools(boolean) - Method in interface org.apache.activemq.artemis.api.jms.management.ConnectionFactoryControl
 
setUseGlobalPools(boolean) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
 
setUser(String) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
 
signalStopToAllSessions() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnection
 
start() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnection
 
start() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQJMSContext
 
start() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQSession
 
stop() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnection
 
stop() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQJMSContext
 
stop() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQSession
 
SubscriptionInfo - Class in org.apache.activemq.artemis.api.jms.management
Helper class to create Java Objects from the JSON serialization returned by TopicControl.listAllSubscriptionsAsJSON() and related methods.

T

TCPSchema - Class in org.apache.activemq.artemis.uri
 
TCPSchema() - Constructor for class org.apache.activemq.artemis.uri.TCPSchema
 
TEMP_MASK - Static variable in class org.apache.activemq.artemis.jms.client.ActiveMQDestination
 
TEMP_QUEUE_QUALIFED_PREFIX - Static variable in class org.apache.activemq.artemis.jms.client.ActiveMQDestination
 
TEMP_QUEUE_TYPE - Static variable in class org.apache.activemq.artemis.jms.client.ActiveMQDestination
 
TEMP_TOPIC_QUALIFED_PREFIX - Static variable in class org.apache.activemq.artemis.jms.client.ActiveMQDestination
 
TEMP_TOPIC_TYPE - Static variable in class org.apache.activemq.artemis.jms.client.ActiveMQDestination
 
threadAwareContext - Variable in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionForContextImpl
 
ThreadAwareContext - Class in org.apache.activemq.artemis.jms.client
Restricts what can be called on context passed in wrapped CompletionListener.
ThreadAwareContext() - Constructor for class org.apache.activemq.artemis.jms.client.ThreadAwareContext
 
TOPIC_QUALIFIED_PREFIX - Static variable in class org.apache.activemq.artemis.jms.client.ActiveMQDestination
 
TOPIC_TYPE - Static variable in class org.apache.activemq.artemis.jms.client.ActiveMQDestination
 
TopicControl - Interface in org.apache.activemq.artemis.api.jms.management
A TopicControl is used to manage a JMS Topic.
toString() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
 
toString() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQMessage
 
toString() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQMessageConsumer
 
toString() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQMessageProducer
 
toString() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQQueue
 
toString() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQQueueBrowser
 
toString() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQSession
 
toString() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQTemporaryQueue
 
toString() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQTopic
 
toString() - Method in class org.apache.activemq.artemis.uri.JMSConnectionOptions
 
toURI() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
 
treeBindings - Variable in class org.apache.activemq.artemis.jndi.ReadOnlyContext
 
TYPE - Static variable in class org.apache.activemq.artemis.jms.client.ActiveMQBytesMessage
 
TYPE - Static variable in class org.apache.activemq.artemis.jms.client.ActiveMQMapMessage
 
TYPE - Static variable in class org.apache.activemq.artemis.jms.client.ActiveMQMessage
 
TYPE - Static variable in class org.apache.activemq.artemis.jms.client.ActiveMQObjectMessage
 
TYPE - Static variable in class org.apache.activemq.artemis.jms.client.ActiveMQStreamMessage
 
TYPE - Static variable in class org.apache.activemq.artemis.jms.client.ActiveMQTextMessage
 
TYPE_GENERIC_CONNECTION - Static variable in class org.apache.activemq.artemis.jms.client.ActiveMQConnection
 
TYPE_GENERIC_SESSION - Static variable in class org.apache.activemq.artemis.jms.client.ActiveMQSession
 
TYPE_QUEUE_CONNECTION - Static variable in class org.apache.activemq.artemis.jms.client.ActiveMQConnection
 
TYPE_QUEUE_SESSION - Static variable in class org.apache.activemq.artemis.jms.client.ActiveMQSession
 
TYPE_TOPIC_CONNECTION - Static variable in class org.apache.activemq.artemis.jms.client.ActiveMQConnection
 
TYPE_TOPIC_SESSION - Static variable in class org.apache.activemq.artemis.jms.client.ActiveMQSession
 

U

UDPSchema - Class in org.apache.activemq.artemis.uri
 
UDPSchema() - Constructor for class org.apache.activemq.artemis.uri.UDPSchema
 
unbind(Name) - Method in class org.apache.activemq.artemis.jndi.ReadOnlyContext
 
unbind(String) - Method in class org.apache.activemq.artemis.jndi.ReadOnlyContext
 
unsubscribe(String) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQJMSContext
 
unsubscribe(String) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQSession
 

V

valueOf(String) - Static method in enum org.apache.activemq.artemis.api.jms.JMSFactoryType
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum org.apache.activemq.artemis.api.jms.JMSFactoryType
 
values() - Static method in enum org.apache.activemq.artemis.api.jms.JMSFactoryType
Returns an array containing the constants of this enum type, in the order they are declared.

W

waitCompletionOnStream(long) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQMessage
 
writeBoolean(boolean) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQBytesMessage
 
writeBoolean(boolean) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQStreamMessage
 
writeByte(byte) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQBytesMessage
 
writeByte(byte) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQStreamMessage
 
writeBytes(byte[]) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQBytesMessage
 
writeBytes(byte[], int, int) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQBytesMessage
 
writeBytes(byte[]) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQStreamMessage
 
writeBytes(byte[], int, int) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQStreamMessage
 
writeChar(char) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQBytesMessage
 
writeChar(char) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQStreamMessage
 
writeDouble(double) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQBytesMessage
 
writeDouble(double) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQStreamMessage
 
writeExternal(ObjectOutput) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
 
writeFloat(float) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQBytesMessage
 
writeFloat(float) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQStreamMessage
 
writeInt(int) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQBytesMessage
 
writeInt(int) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQStreamMessage
 
writeLong(long) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQBytesMessage
 
writeLong(long) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQStreamMessage
 
writeObject(Object) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQBytesMessage
 
writeObject(Object) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQStreamMessage
 
writeShort(short) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQBytesMessage
 
writeShort(short) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQStreamMessage
 
writeString(String) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQStreamMessage
 
writeUTF(String) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQBytesMessage
 
A B C D E F G H I J L M N O P Q R S T U V W 
Skip navigation links

Copyright © 2015 The Apache Software Foundation. All Rights Reserved.