- abort() - Method in class org.apache.activemq.artemis.spi.core.security.jaas.CertificateLoginModule
-
Standard JAAS override.
- abort() - Method in class org.apache.activemq.artemis.spi.core.security.jaas.GuestLoginModule
-
- abort() - Method in class org.apache.activemq.artemis.spi.core.security.jaas.InVMLoginModule
-
- abort() - Method in class org.apache.activemq.artemis.spi.core.security.jaas.Krb5LoginModule
-
- abort() - Method in class org.apache.activemq.artemis.spi.core.security.jaas.LDAPLoginModule
-
- abort() - Method in class org.apache.activemq.artemis.spi.core.security.jaas.PropertiesLoginModule
-
- AbstractCFSchema - Class in org.apache.activemq.artemis.uri
-
- AbstractCFSchema() - Constructor for class org.apache.activemq.artemis.uri.AbstractCFSchema
-
- AbstractConnector - Class in org.apache.activemq.artemis.spi.core.remoting
-
Abstract connector
- AbstractConnector(Map<String, Object>) - Constructor for class org.apache.activemq.artemis.spi.core.remoting.AbstractConnector
-
- AbstractProtocolManager<P,I extends BaseInterceptor<P>,C extends RemotingConnection> - Class in org.apache.activemq.artemis.spi.core.protocol
-
- AbstractProtocolManager() - Constructor for class org.apache.activemq.artemis.spi.core.protocol.AbstractProtocolManager
-
- AbstractProtocolManagerFactory<P extends BaseInterceptor> - Class in org.apache.activemq.artemis.spi.core.protocol
-
- AbstractProtocolManagerFactory() - Constructor for class org.apache.activemq.artemis.spi.core.protocol.AbstractProtocolManagerFactory
-
- AbstractRemotingConnection - Class in org.apache.activemq.artemis.spi.core.protocol
-
- AbstractRemotingConnection(Connection, Executor) - Constructor for class org.apache.activemq.artemis.spi.core.protocol.AbstractRemotingConnection
-
- AbstractServerLocatorSchema - Class in org.apache.activemq.artemis.uri.schema.serverLocator
-
- AbstractServerLocatorSchema() - Constructor for class org.apache.activemq.artemis.uri.schema.serverLocator.AbstractServerLocatorSchema
-
- AbstractTransportConfigurationSchema - Class in org.apache.activemq.artemis.uri.schema.connector
-
- AbstractTransportConfigurationSchema() - Constructor for class org.apache.activemq.artemis.uri.schema.connector.AbstractTransportConfigurationSchema
-
- ACCEPTOR - Static variable in class org.apache.activemq.artemis.api.core.management.ResourceNames
-
- Acceptor - Interface in org.apache.activemq.artemis.spi.core.remoting
-
An Acceptor is used by the RemotingService to allow clients to connect.
- AcceptorControl - Interface in org.apache.activemq.artemis.api.core.management
-
An AcceptorControl is used to manage Acceptors.
- AcceptorFactory - Interface in org.apache.activemq.artemis.spi.core.remoting
-
A factory for creating acceptors.
- AcceptorTransportConfigurationParser - Class in org.apache.activemq.artemis.uri
-
- AcceptorTransportConfigurationParser() - Constructor for class org.apache.activemq.artemis.uri.AcceptorTransportConfigurationParser
-
- acceptsConsumer(long) - Method in interface org.apache.activemq.artemis.api.core.Message
-
- acceptsNoHandshake() - Method in interface org.apache.activemq.artemis.spi.core.protocol.ProtocolManager
-
If this protocols accepts connectoins without an initial handshake.
- ackAllConsumers() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQSession
-
- acknowledge() - Method in interface org.apache.activemq.artemis.api.core.client.ClientMessage
-
Acknowledges reception of this message.
- acknowledge() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQJMSContext
-
- acknowledge() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQMessage
-
- activated() - Method in class org.apache.activemq.artemis.jms.server.impl.JMSServerManagerImpl
-
Deprecated.
- activationComplete() - Method in class org.apache.activemq.artemis.jms.server.impl.JMSServerManagerImpl
-
Deprecated.
- ACTIVEMQ_ADDRESS - Static variable in class org.apache.activemq.artemis.api.core.FilterConstants
-
Name of the ActiveMQ Artemis Address header
- ACTIVEMQ_DURABLE - Static variable in class org.apache.activemq.artemis.api.core.FilterConstants
-
Name of the ActiveMQ Artemis Message durable header.
- ACTIVEMQ_EXPIRATION - Static variable in class org.apache.activemq.artemis.api.core.FilterConstants
-
Name of the ActiveMQ Artemis Message expiration header.
- ACTIVEMQ_PREFIX - Static variable in class org.apache.activemq.artemis.api.core.FilterConstants
-
All ActiveMQ Artemis headers are prepended by this prefix.
- ACTIVEMQ_PRIORITY - Static variable in class org.apache.activemq.artemis.api.core.FilterConstants
-
Name of the ActiveMQ Artemis Message priority header.
- ACTIVEMQ_SIZE - Static variable in class org.apache.activemq.artemis.api.core.FilterConstants
-
Name of the ActiveMQ Artemis Message size header.
- ACTIVEMQ_TIMESTAMP - Static variable in class org.apache.activemq.artemis.api.core.FilterConstants
-
Name of the ActiveMQ Artemis Message timestamp header.
- ACTIVEMQ_USERID - Static variable in class org.apache.activemq.artemis.api.core.FilterConstants
-
Name of the ActiveMQ Artemis UserID header.
- 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
- ActiveMQClient - Class in org.apache.activemq.artemis.api.core.client
-
- ActiveMQComponentControl - Interface in org.apache.activemq.artemis.api.core.management
-
An ActiveMQComponentControl is used to manage the life cycle of an ActiveMQ Artemis component.
- ActiveMQConnection - Class in org.apache.activemq.artemis.jms.client
-
ActiveMQ Artemis implementation of a JMS Connection.
- ActiveMQConnection(ConnectionFactoryOptions, String, String, int, String, int, int, boolean, ClientSessionFactory) - Constructor for class org.apache.activemq.artemis.jms.client.ActiveMQConnection
-
- ActiveMQConnectionFactory - Class in org.apache.activemq.artemis.jms.client
-
ActiveMQ Artemis implementation of a JMS ConnectionFactory.
- ActiveMQConnectionFactory() - Constructor for class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
-
- ActiveMQConnectionFactory(String) - Constructor for class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
-
- ActiveMQConnectionFactory(String, String, String) - Constructor for class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
-
For compatibility and users used to this kind of constructor
- ActiveMQConnectionFactory(ServerLocator) - Constructor for class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
-
- ActiveMQConnectionFactory(boolean, DiscoveryGroupConfiguration) - Constructor for class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
-
- ActiveMQConnectionFactory(boolean, TransportConfiguration...) - Constructor for class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
-
- ActiveMQConnectionForContext - Interface in org.apache.activemq.artemis.jms.client
-
Interface created to support reference counting all contexts using it.
- ActiveMQConnectionForContextImpl - Class in org.apache.activemq.artemis.jms.client
-
- ActiveMQConnectionForContextImpl() - Constructor for class org.apache.activemq.artemis.jms.client.ActiveMQConnectionForContextImpl
-
- ActiveMQConnectionMetaData - Class in org.apache.activemq.artemis.jms.client
-
ActiveMQ Artemis implementation of a JMS ConnectionMetaData.
- ActiveMQConnectionMetaData(Version) - Constructor for class org.apache.activemq.artemis.jms.client.ActiveMQConnectionMetaData
-
Create a new ActiveMQConnectionMetaData object.
- ActiveMQDefaultConfiguration - Class in org.apache.activemq.artemis.api.config
-
Default values of ActiveMQ Artemis configuration parameters.
- ActiveMQDestination - Class in org.apache.activemq.artemis.jms.client
-
ActiveMQ Artemis implementation of a JMS Destination.
- ActiveMQDestination(String, String, ActiveMQDestination.TYPE, ActiveMQSession) - Constructor for class org.apache.activemq.artemis.jms.client.ActiveMQDestination
-
- ActiveMQDestination.TYPE - Enum in org.apache.activemq.artemis.jms.client
-
- 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
-
- ActiveMQJAASSecurityManager - Class in org.apache.activemq.artemis.spi.core.security
-
This implementation delegates to the JAAS security interfaces.
- ActiveMQJAASSecurityManager() - Constructor for class org.apache.activemq.artemis.spi.core.security.ActiveMQJAASSecurityManager
-
- ActiveMQJAASSecurityManager(String) - Constructor for class org.apache.activemq.artemis.spi.core.security.ActiveMQJAASSecurityManager
-
- ActiveMQJAASSecurityManager(String, String) - Constructor for class org.apache.activemq.artemis.spi.core.security.ActiveMQJAASSecurityManager
-
- ActiveMQJAASSecurityManager(String, SecurityConfiguration) - Constructor for class org.apache.activemq.artemis.spi.core.security.ActiveMQJAASSecurityManager
-
- ActiveMQJAASSecurityManager(String, String, SecurityConfiguration, SecurityConfiguration) - Constructor for class org.apache.activemq.artemis.spi.core.security.ActiveMQJAASSecurityManager
-
- ActiveMQJMSBridgeLogger - Interface in org.apache.activemq.artemis.jms.bridge
-
Logger Code 34
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 341000 to 341999
- 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
-
- ActiveMQJMSServerBundle - Interface in org.apache.activemq.artemis.jms.server
-
Logger Code 12
each message id must be 6 digits long starting with 10, the 3rd digit should be 9
so 129000 to 129999
- ActiveMQJMSServerLogger - Interface in org.apache.activemq.artemis.jms.server
-
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
- ActiveMQJournalBundle - Interface in org.apache.activemq.artemis.journal
-
Logger Code 14
each message id must be 6 digits long starting with 14, the 3rd digit should be 9
so 149000 to 149999
- ActiveMQJournalLogger - Interface in org.apache.activemq.artemis.journal
-
Logger Code 14
each message id must be 6 digits long starting with 14, 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 141000 to 141999
- ActiveMQMapMessage - Class in org.apache.activemq.artemis.jms.client
-
ActiveMQ Artemis implementation of a JMS MapMessage.
- ActiveMQMapMessage(ClientSession) - Constructor for class org.apache.activemq.artemis.jms.client.ActiveMQMapMessage
-
- ActiveMQMapMessage(ClientMessage, ClientSession) - Constructor for class org.apache.activemq.artemis.jms.client.ActiveMQMapMessage
-
- ActiveMQMapMessage() - Constructor for class org.apache.activemq.artemis.jms.client.ActiveMQMapMessage
-
- ActiveMQMapMessage(MapMessage, ClientSession) - Constructor for class org.apache.activemq.artemis.jms.client.ActiveMQMapMessage
-
Constructor for a foreign MapMessage
- ActiveMQMessage - Class in org.apache.activemq.artemis.jms.client
-
ActiveMQ Artemis implementation of a JMS Message.
- ActiveMQMessage(byte, ClientSession) - Constructor for class org.apache.activemq.artemis.jms.client.ActiveMQMessage
-
- ActiveMQMessage(ClientSession) - Constructor for class org.apache.activemq.artemis.jms.client.ActiveMQMessage
-
- ActiveMQMessage(ClientMessage, ClientSession) - Constructor for class org.apache.activemq.artemis.jms.client.ActiveMQMessage
-
Constructor for when receiving a message from the server
- ActiveMQMessage(Message, ClientSession) - Constructor for class org.apache.activemq.artemis.jms.client.ActiveMQMessage
-
- ActiveMQMessage() - Constructor for class org.apache.activemq.artemis.jms.client.ActiveMQMessage
-
- ActiveMQMessage(Message, byte, ClientSession) - Constructor for class org.apache.activemq.artemis.jms.client.ActiveMQMessage
-
- ActiveMQMessageConsumer - Class in org.apache.activemq.artemis.jms.client
-
ActiveMQ Artemis implementation of a JMS MessageConsumer.
- ActiveMQMessageConsumer(ConnectionFactoryOptions, ActiveMQConnection, ActiveMQSession, ClientConsumer, boolean, ActiveMQDestination, String, SimpleString) - Constructor for class org.apache.activemq.artemis.jms.client.ActiveMQMessageConsumer
-
- ActiveMQMessageProducer - Class in org.apache.activemq.artemis.jms.client
-
ActiveMQ Artemis implementation of a JMS MessageProducer.
- ActiveMQMessageProducer(ActiveMQConnection, ClientProducer, ActiveMQDestination, ClientSession, ConnectionFactoryOptions) - Constructor for class org.apache.activemq.artemis.jms.client.ActiveMQMessageProducer
-
- ActiveMQObjectMessage - Class in org.apache.activemq.artemis.jms.client
-
ActiveMQ Artemis implementation of a JMS ObjectMessage.
- ActiveMQObjectMessage(ClientSession, ConnectionFactoryOptions) - Constructor for class org.apache.activemq.artemis.jms.client.ActiveMQObjectMessage
-
- ActiveMQObjectMessage(ClientMessage, ClientSession, ConnectionFactoryOptions) - Constructor for class org.apache.activemq.artemis.jms.client.ActiveMQObjectMessage
-
- ActiveMQObjectMessage(ObjectMessage, ClientSession, ConnectionFactoryOptions) - Constructor for class org.apache.activemq.artemis.jms.client.ActiveMQObjectMessage
-
A copy constructor for foreign JMS ObjectMessages.
- ActiveMQQueue - Class in org.apache.activemq.artemis.jms.client
-
ActiveMQ Artemis implementation of a JMS Queue.
- ActiveMQQueue(String) - Constructor for class org.apache.activemq.artemis.jms.client.ActiveMQQueue
-
- ActiveMQQueue(String, boolean) - Constructor for class org.apache.activemq.artemis.jms.client.ActiveMQQueue
-
- ActiveMQQueue(String, String, boolean, ActiveMQSession) - Constructor for class org.apache.activemq.artemis.jms.client.ActiveMQQueue
-
- ActiveMQQueue(String, String) - Constructor for class org.apache.activemq.artemis.jms.client.ActiveMQQueue
-
- ActiveMQQueueBrowser - Class in org.apache.activemq.artemis.jms.client
-
ActiveMQ Artemis implementation of a JMS QueueBrowser.
- ActiveMQQueueBrowser(ConnectionFactoryOptions, ActiveMQQueue, String, ClientSession) - Constructor for class org.apache.activemq.artemis.jms.client.ActiveMQQueueBrowser
-
- ActiveMQQueueConnectionFactory - Class in org.apache.activemq.artemis.jms.client
-
ActiveMQ Artemis implementation of a JMS ConnectionFactory.
- ActiveMQQueueConnectionFactory() - Constructor for class org.apache.activemq.artemis.jms.client.ActiveMQQueueConnectionFactory
-
- ActiveMQQueueConnectionFactory(String) - Constructor for class org.apache.activemq.artemis.jms.client.ActiveMQQueueConnectionFactory
-
- ActiveMQQueueConnectionFactory(ServerLocator) - Constructor for class org.apache.activemq.artemis.jms.client.ActiveMQQueueConnectionFactory
-
- ActiveMQQueueConnectionFactory(boolean, DiscoveryGroupConfiguration) - Constructor for class org.apache.activemq.artemis.jms.client.ActiveMQQueueConnectionFactory
-
- ActiveMQQueueConnectionFactory(String, String, String) - Constructor for class org.apache.activemq.artemis.jms.client.ActiveMQQueueConnectionFactory
-
- ActiveMQQueueConnectionFactory(boolean, TransportConfiguration...) - Constructor for class org.apache.activemq.artemis.jms.client.ActiveMQQueueConnectionFactory
-
- ActiveMQSecurityManager - Interface in org.apache.activemq.artemis.spi.core.security
-
Use to validate whether a user has is valid to connect to the server and perform certain
functions
- ActiveMQSecurityManager2 - Interface in org.apache.activemq.artemis.spi.core.security
-
Used to validate whether a user is authorized to connect to the
server and perform certain functions on certain destinations.
- ActiveMQSecurityManager3 - Interface in org.apache.activemq.artemis.spi.core.security
-
Used to validate whether a user is authorized to connect to the
server and perform certain functions on certain destinations.
- ActiveMQSecurityManagerImpl - Class in org.apache.activemq.artemis.spi.core.security
-
Deprecated.
- ActiveMQSecurityManagerImpl() - Constructor for class org.apache.activemq.artemis.spi.core.security.ActiveMQSecurityManagerImpl
-
Deprecated.
- ActiveMQSecurityManagerImpl(SecurityConfiguration) - Constructor for class org.apache.activemq.artemis.spi.core.security.ActiveMQSecurityManagerImpl
-
Deprecated.
- ActiveMQServerControl - Interface in org.apache.activemq.artemis.api.core.management
-
An ActiveMQServerControl is used to manage ActiveMQ Artemis servers.
- ActiveMQSession - Class in org.apache.activemq.artemis.jms.client
-
ActiveMQ Artemis implementation of a JMS Session.
- ActiveMQSession(ConnectionFactoryOptions, ActiveMQConnection, boolean, boolean, int, boolean, ClientSession, int) - Constructor for class org.apache.activemq.artemis.jms.client.ActiveMQSession
-
- ActiveMQStreamMessage - Class in org.apache.activemq.artemis.jms.client
-
ActiveMQ Artemis implementation of a JMS StreamMessage.
- ActiveMQStreamMessage(ClientSession) - Constructor for class org.apache.activemq.artemis.jms.client.ActiveMQStreamMessage
-
- ActiveMQStreamMessage(ClientMessage, ClientSession) - Constructor for class org.apache.activemq.artemis.jms.client.ActiveMQStreamMessage
-
- ActiveMQStreamMessage(StreamMessage, ClientSession) - Constructor for class org.apache.activemq.artemis.jms.client.ActiveMQStreamMessage
-
- ActiveMQStreamMessage() - Constructor for class org.apache.activemq.artemis.jms.client.ActiveMQStreamMessage
-
- ActiveMQTemporaryQueue - Class in org.apache.activemq.artemis.jms.client
-
ActiveMQ Artemis implementation of a JMS TemporaryQueue.
- ActiveMQTemporaryQueue(String, String, ActiveMQSession) - Constructor for class org.apache.activemq.artemis.jms.client.ActiveMQTemporaryQueue
-
- ActiveMQTemporaryTopic - Class in org.apache.activemq.artemis.jms.client
-
- ActiveMQTemporaryTopic(String, String, ActiveMQSession) - Constructor for class org.apache.activemq.artemis.jms.client.ActiveMQTemporaryTopic
-
- ActiveMQTextMessage - Class in org.apache.activemq.artemis.jms.client
-
ActiveMQ Artemis implementation of a JMS TextMessage.
- ActiveMQTextMessage(ClientSession) - Constructor for class org.apache.activemq.artemis.jms.client.ActiveMQTextMessage
-
- ActiveMQTextMessage(ClientMessage, ClientSession) - Constructor for class org.apache.activemq.artemis.jms.client.ActiveMQTextMessage
-
- ActiveMQTextMessage(TextMessage, ClientSession) - Constructor for class org.apache.activemq.artemis.jms.client.ActiveMQTextMessage
-
A copy constructor for non-ActiveMQ Artemis JMS TextMessages.
- ActiveMQTopic - Class in org.apache.activemq.artemis.jms.client
-
ActiveMQ Artemis implementation of a JMS Topic.
- ActiveMQTopic(String) - Constructor for class org.apache.activemq.artemis.jms.client.ActiveMQTopic
-
- ActiveMQTopic(String, boolean) - Constructor for class org.apache.activemq.artemis.jms.client.ActiveMQTopic
-
- ActiveMQTopic(String, String, boolean, ActiveMQSession) - Constructor for class org.apache.activemq.artemis.jms.client.ActiveMQTopic
-
- ActiveMQTopicConnectionFactory - Class in org.apache.activemq.artemis.jms.client
-
ActiveMQ Artemis implementation of a JMS ConnectionFactory.
- ActiveMQTopicConnectionFactory() - Constructor for class org.apache.activemq.artemis.jms.client.ActiveMQTopicConnectionFactory
-
- ActiveMQTopicConnectionFactory(String) - Constructor for class org.apache.activemq.artemis.jms.client.ActiveMQTopicConnectionFactory
-
- ActiveMQTopicConnectionFactory(String, String, String) - Constructor for class org.apache.activemq.artemis.jms.client.ActiveMQTopicConnectionFactory
-
- ActiveMQTopicConnectionFactory(ServerLocator) - Constructor for class org.apache.activemq.artemis.jms.client.ActiveMQTopicConnectionFactory
-
- ActiveMQTopicConnectionFactory(boolean, DiscoveryGroupConfiguration) - Constructor for class org.apache.activemq.artemis.jms.client.ActiveMQTopicConnectionFactory
-
- ActiveMQTopicConnectionFactory(boolean, TransportConfiguration...) - Constructor for class org.apache.activemq.artemis.jms.client.ActiveMQTopicConnectionFactory
-
- ActiveMQXAConnection - Class in org.apache.activemq.artemis.jms.client
-
ActiveMQ Artemis implementation of a JMS XAConnection.
- ActiveMQXAConnection(ConnectionFactoryOptions, String, String, int, String, int, int, boolean, ClientSessionFactory) - Constructor for class org.apache.activemq.artemis.jms.client.ActiveMQXAConnection
-
- ActiveMQXAConnectionFactory - Class in org.apache.activemq.artemis.jms.client
-
A class that represents a XAConnectionFactory.
- ActiveMQXAConnectionFactory() - Constructor for class org.apache.activemq.artemis.jms.client.ActiveMQXAConnectionFactory
-
- ActiveMQXAConnectionFactory(String) - Constructor for class org.apache.activemq.artemis.jms.client.ActiveMQXAConnectionFactory
-
- ActiveMQXAConnectionFactory(String, String, String) - Constructor for class org.apache.activemq.artemis.jms.client.ActiveMQXAConnectionFactory
-
- ActiveMQXAConnectionFactory(ServerLocator) - Constructor for class org.apache.activemq.artemis.jms.client.ActiveMQXAConnectionFactory
-
- ActiveMQXAConnectionFactory(boolean, DiscoveryGroupConfiguration) - Constructor for class org.apache.activemq.artemis.jms.client.ActiveMQXAConnectionFactory
-
- ActiveMQXAConnectionFactory(boolean, TransportConfiguration...) - Constructor for class org.apache.activemq.artemis.jms.client.ActiveMQXAConnectionFactory
-
- ActiveMQXAJMSContext - Class in org.apache.activemq.artemis.jms.client
-
- ActiveMQXAJMSContext(ActiveMQConnectionForContext, ThreadAwareContext) - Constructor for class org.apache.activemq.artemis.jms.client.ActiveMQXAJMSContext
-
- ActiveMQXAQueueConnectionFactory - Class in org.apache.activemq.artemis.jms.client
-
ActiveMQ Artemis implementation of a JMS ConnectionFactory.
- ActiveMQXAQueueConnectionFactory() - Constructor for class org.apache.activemq.artemis.jms.client.ActiveMQXAQueueConnectionFactory
-
- ActiveMQXAQueueConnectionFactory(String) - Constructor for class org.apache.activemq.artemis.jms.client.ActiveMQXAQueueConnectionFactory
-
- ActiveMQXAQueueConnectionFactory(String, String, String) - Constructor for class org.apache.activemq.artemis.jms.client.ActiveMQXAQueueConnectionFactory
-
- ActiveMQXAQueueConnectionFactory(ServerLocator) - Constructor for class org.apache.activemq.artemis.jms.client.ActiveMQXAQueueConnectionFactory
-
- ActiveMQXAQueueConnectionFactory(boolean, DiscoveryGroupConfiguration) - Constructor for class org.apache.activemq.artemis.jms.client.ActiveMQXAQueueConnectionFactory
-
- ActiveMQXAQueueConnectionFactory(boolean, TransportConfiguration...) - Constructor for class org.apache.activemq.artemis.jms.client.ActiveMQXAQueueConnectionFactory
-
- ActiveMQXASession - Class in org.apache.activemq.artemis.jms.client
-
- ActiveMQXASession(ConnectionFactoryOptions, ActiveMQConnection, boolean, boolean, int, boolean, 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
-
- adaptTransportConfiguration(TransportConfiguration) - Method in interface org.apache.activemq.artemis.spi.core.remoting.ClientProtocolManagerFactory
-
Adapt the transport configuration passed in parameter and return an adapted one that is suitable to use with ClientProtocolManager
created by this factory.
- addAddressSettings(String, String, String, long, boolean, int, long, int, int, long, double, long, long, boolean, String, long, long, String, boolean, boolean, boolean, boolean) - Method in interface org.apache.activemq.artemis.api.core.management.ActiveMQServerControl
-
adds a new address setting for a specific address
- addAddressSettings(String, String, String, long, boolean, int, long, int, int, long, double, long, long, boolean, String, long, long, String, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean) - Method in interface org.apache.activemq.artemis.api.core.management.ActiveMQServerControl
-
adds a new address setting for a specific address
- addAddressSettings(String, AddressSettings) - Method in class org.apache.activemq.artemis.jms.server.impl.JMSServerManagerImpl
-
Deprecated.
- addAddressSettings(String, AddressSettings) - Method in interface org.apache.activemq.artemis.jms.server.JMSServerManager
-
Deprecated.
- addBinding(String) - Method in class org.apache.activemq.artemis.jms.persistence.config.PersistedBindings
-
- addBindings(PersistedType, String, String...) - Method in class org.apache.activemq.artemis.jms.persistence.impl.journal.JMSJournalStorageManagerImpl
-
- addBindings(PersistedType, String, String...) - Method in class org.apache.activemq.artemis.jms.persistence.impl.nullpm.NullJMSStorageManagerImpl
-
- addBindings(PersistedType, String, String...) - Method in interface org.apache.activemq.artemis.jms.persistence.JMSStorageManager
-
- addChannelHandlers(ChannelPipeline) - Method in interface org.apache.activemq.artemis.spi.core.protocol.ProtocolManager
-
- addChannelHandlers(ChannelPipeline) - Method in interface org.apache.activemq.artemis.spi.core.remoting.ClientProtocolManager
-
- addCloseListener(CloseListener) - Method in class org.apache.activemq.artemis.spi.core.protocol.AbstractRemotingConnection
-
- addCloseListener(CloseListener) - Method in interface org.apache.activemq.artemis.spi.core.protocol.RemotingConnection
-
add a CloseListener.
- addClusterTopologyListener(ClusterTopologyListener) - Method in interface org.apache.activemq.artemis.api.core.client.ServerLocator
-
- addConnectionFactoryToBindingRegistry(String, String) - Method in class org.apache.activemq.artemis.jms.server.impl.JMSServerManagerImpl
-
Deprecated.
- addConnectionFactoryToBindingRegistry(String, String) - Method in interface org.apache.activemq.artemis.jms.server.JMSServerManager
-
Deprecated.
- addEscapes(String) - Static method in error org.apache.activemq.artemis.selector.hyphenated.TokenMgrError
-
Replaces unprintable characters by their escaped (or unicode escaped)
equivalents in the given string
- addEscapes(String) - Static method in error org.apache.activemq.artemis.selector.strict.TokenMgrError
-
Replaces unprintable characters by their escaped (or unicode escaped)
equivalents in the given string
- addExpression() - Method in class org.apache.activemq.artemis.selector.hyphenated.HyphenatedParser
-
- addExpression() - Method in class org.apache.activemq.artemis.selector.strict.StrictParser
-
- addFailoverListener(FailoverEventListener) - Method in interface org.apache.activemq.artemis.api.core.client.ClientSession
-
Adds a FailoverEventListener to the session which is notified if a failover event occurs on the session.
- addFailoverListener(FailoverEventListener) - Method in interface org.apache.activemq.artemis.api.core.client.ClientSessionFactory
-
Adds a FailoverEventListener to the session which is notified if a failover event occurs on the session.
- addFailureListener(SessionFailureListener) - Method in interface org.apache.activemq.artemis.api.core.client.ClientSession
-
Adds a FailureListener to the session which is notified if a failure occurs on the session.
- addFailureListener(FailureListener) - Method in class org.apache.activemq.artemis.spi.core.protocol.AbstractRemotingConnection
-
- addFailureListener(FailureListener) - Method in interface org.apache.activemq.artemis.spi.core.protocol.RemotingConnection
-
add a failure listener.
- addIncomingInterceptor(Interceptor) - Method in interface org.apache.activemq.artemis.api.core.client.ServerLocator
-
Adds an interceptor which will be executed after packets are received from the server.
- addKnownDestination(SimpleString) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnection
-
- addMetaData(String, String) - Method in interface org.apache.activemq.artemis.api.core.client.ClientSession
-
Attach any metadata to the session.
- addOutgoingInterceptor(Interceptor) - Method in interface org.apache.activemq.artemis.api.core.client.ServerLocator
-
Adds an interceptor which will be executed before packets are sent to the server.
- addQueueToBindingRegistry(String, String) - Method in class org.apache.activemq.artemis.jms.server.impl.JMSServerManagerImpl
-
Deprecated.
- addQueueToBindingRegistry(String, String) - Method in interface org.apache.activemq.artemis.jms.server.JMSServerManager
-
Deprecated.
- addReceiver(JGroupsReceiver) - Method in class org.apache.activemq.artemis.api.core.jgroups.JChannelWrapper
-
- addRef() - Method in class org.apache.activemq.artemis.api.core.jgroups.JChannelWrapper
-
- ADDRESS - Static variable in class org.apache.activemq.artemis.api.core.management.ResourceNames
-
- AddressControl - Interface in org.apache.activemq.artemis.api.core.management
-
An AddressControl is used to manage an address.
- addressQuery(SimpleString) - Method in interface org.apache.activemq.artemis.api.core.client.ClientSession
-
Queries information on a binding.
- addressQuery(SimpleString) - Method in class org.apache.activemq.artemis.spi.core.remoting.SessionContext
-
- AddressSettingsInfo - Class in org.apache.activemq.artemis.api.core.management
-
- AddressSettingsInfo(String, long, int, int, int, long, double, long, String, String, boolean, long, boolean, long, long, String, boolean, boolean, boolean, boolean) - Constructor for class org.apache.activemq.artemis.api.core.management.AddressSettingsInfo
-
- addRoles(DirContext, String, String, List<String>) - Method in class org.apache.activemq.artemis.spi.core.security.jaas.LDAPLoginModule
-
- addSecurity(String, Set<Role>) - Method in class org.apache.activemq.artemis.jms.server.impl.JMSServerManagerImpl
-
Deprecated.
- addSecurity(String, Set<Role>) - Method in interface org.apache.activemq.artemis.jms.server.JMSServerManager
-
Deprecated.
- addSecuritySettings(String, String, String, String, String, String, String, String) - Method in interface org.apache.activemq.artemis.api.core.management.ActiveMQServerControl
-
- addSecuritySettings(String, String, String, String, String, String, String, String, String) - Method in interface org.apache.activemq.artemis.api.core.management.ActiveMQServerControl
-
- addSecuritySettings(String, String, String, String, String, String, String, String, String, String, String) - Method in interface org.apache.activemq.artemis.api.core.management.ActiveMQServerControl
-
- addSessionMetadata(String, String) - Method in class org.apache.activemq.artemis.spi.core.remoting.SessionContext
-
- addTemporaryQueue(SimpleString) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnection
-
- addToArray(Object, JsonArrayBuilder) - Static method in class org.apache.activemq.artemis.api.core.JsonUtil
-
- addToEnvironment(String, Object) - Method in class org.apache.activemq.artemis.jndi.ReadOnlyContext
-
- addToObject(String, Object, JsonObjectBuilder) - Static method in class org.apache.activemq.artemis.api.core.JsonUtil
-
- addTopicToBindingRegistry(String, String) - Method in class org.apache.activemq.artemis.jms.server.impl.JMSServerManagerImpl
-
Deprecated.
- addTopicToBindingRegistry(String, String) - Method in interface org.apache.activemq.artemis.jms.server.JMSServerManager
-
Deprecated.
- addUniqueMetaData(String, String) - Method in interface org.apache.activemq.artemis.api.core.client.ClientSession
-
Attach any metadata to the session.
- addUniqueMetaData(String, String) - Method in class org.apache.activemq.artemis.spi.core.remoting.SessionContext
-
- adjustBeginLineColumn(int, int) - Method in class org.apache.activemq.artemis.selector.hyphenated.SimpleCharStream
-
Method to adjust line and column numbers for the start of a token.
- adjustBeginLineColumn(int, int) - Method in class org.apache.activemq.artemis.selector.strict.SimpleCharStream
-
Method to adjust line and column numbers for the start of a token.
- afterDelivery() - Method in interface org.apache.activemq.artemis.spi.core.protocol.SessionCallback
-
This can be used to complete certain operations outside of the lock,
like acks or other operations.
- allInVM() - Method in interface org.apache.activemq.artemis.api.core.client.ServerLocator
-
Verify if all of the transports are using inVM.
- AMQ_HOST - Static variable in class org.apache.activemq.artemis.jms.client.DefaultConnectionProperties
-
- AMQ_MESSAGING_BRIDGE_MESSAGE_ID_LIST - Static variable in class org.apache.activemq.artemis.api.jms.ActiveMQJMSConstants
-
- AMQ_PASSWORD - Static variable in class org.apache.activemq.artemis.jms.client.DefaultConnectionProperties
-
- AMQ_PORT - Static variable in class org.apache.activemq.artemis.jms.client.DefaultConnectionProperties
-
- AMQ_USER - Static variable in class org.apache.activemq.artemis.jms.client.DefaultConnectionProperties
-
- AND - Static variable in interface org.apache.activemq.artemis.selector.hyphenated.HyphenatedParserConstants
-
RegularExpression Id.
- AND - Static variable in interface org.apache.activemq.artemis.selector.strict.StrictParserConstants
-
RegularExpression Id.
- andExpression() - Method in class org.apache.activemq.artemis.selector.hyphenated.HyphenatedParser
-
- andExpression() - Method in class org.apache.activemq.artemis.selector.strict.StrictParser
-
- ArithmeticExpression - Class in org.apache.activemq.artemis.selector.filter
-
An expression which performs an operation on two expression values
- ArithmeticExpression(Expression, Expression) - Constructor for class org.apache.activemq.artemis.selector.filter.ArithmeticExpression
-
- asBoolean(int) - Method in class org.apache.activemq.artemis.selector.filter.ComparisonExpression
-
- asNumber(Object) - Method in class org.apache.activemq.artemis.selector.filter.ArithmeticExpression
-
- 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
.
- Attribute - Annotation Type in org.apache.activemq.artemis.api.core.management
-
Info for a MBean Attribute.
- authenticate(String, String) - Method in class org.apache.activemq.artemis.spi.core.security.jaas.LDAPLoginModule
-
- authorize() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnection
-
- callbackError(String) - Method in interface org.apache.activemq.artemis.journal.ActiveMQJournalLogger
-
- callClosingListeners() - Method in class org.apache.activemq.artemis.spi.core.protocol.AbstractRemotingConnection
-
- callFailureListeners(ActiveMQException, String) - Method in class org.apache.activemq.artemis.spi.core.protocol.AbstractRemotingConnection
-
- 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
-
- CertificateCallback - Class in org.apache.activemq.artemis.spi.core.security.jaas
-
A Callback for SSL certificates.
- CertificateCallback() - Constructor for class org.apache.activemq.artemis.spi.core.security.jaas.CertificateCallback
-
- CertificateLoginModule - Class in org.apache.activemq.artemis.spi.core.security.jaas
-
A LoginModule that allows for authentication based on SSL certificates.
- CertificateLoginModule() - Constructor for class org.apache.activemq.artemis.spi.core.security.jaas.CertificateLoginModule
-
- CF_RECORD - Static variable in class org.apache.activemq.artemis.jms.persistence.impl.journal.JMSJournalStorageManagerImpl
-
- cfBindingsExists(String) - Method in interface org.apache.activemq.artemis.jms.server.ActiveMQJMSServerBundle
-
- cfDoesntExist(String) - Method in interface org.apache.activemq.artemis.jms.server.ActiveMQJMSServerBundle
-
- changeMessagePriority(long, int) - Method in interface org.apache.activemq.artemis.api.core.management.QueueControl
-
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.core.management.QueueControl
-
Changes the priority for all the message corresponding to the specified filter to the specified priority.
- ChannelBroadcastEndpointFactory - Class in org.apache.activemq.artemis.api.core
-
An implementation of BroadcastEndpointFactory that uses an externally managed JChannel for JGroups clustering.
- ChannelBroadcastEndpointFactory(JChannel, String) - Constructor for class org.apache.activemq.artemis.api.core.ChannelBroadcastEndpointFactory
-
- 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
-
- checkCompletion() - Method in interface org.apache.activemq.artemis.api.core.client.ClientMessage
-
This can be optionally used to verify if the entire message has been received.
- checkDataReceived() - Method in class org.apache.activemq.artemis.spi.core.protocol.AbstractRemotingConnection
-
- checkDataReceived() - Method in interface org.apache.activemq.artemis.spi.core.protocol.RemotingConnection
-
returns true if any data has been received since the last time this method was called.
- checkEqualOperand(Expression) - Static method in class org.apache.activemq.artemis.selector.filter.ComparisonExpression
-
Validates that the expression can be used in ==
or <>
expression.
- checkFiles() - Method in interface org.apache.activemq.artemis.journal.ActiveMQJournalLogger
-
- checkFlushBatchBuffer() - Method in interface org.apache.activemq.artemis.spi.core.remoting.Connection
-
Called periodically to flush any data in the batch buffer
- checkForFailover(String) - Method in interface org.apache.activemq.artemis.spi.core.remoting.ClientProtocolManager
-
- checkLessThanOperand(Expression) - Static method in class org.apache.activemq.artemis.selector.filter.ComparisonExpression
-
Only Numeric expressions can be used in >
, >=
, <
or <=
expressions.
- checkRead() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQMessage
-
- checkWrite() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQMessage
-
- cleanup() - Method in interface org.apache.activemq.artemis.api.core.client.ClientSessionFactory
-
Opposed to close, will call cleanup only on every created session and children objects.
- cleanup() - Method in class org.apache.activemq.artemis.spi.core.remoting.SessionContext
-
- cleanupBeforeFailover(ActiveMQException) - Method in interface org.apache.activemq.artemis.spi.core.remoting.ClientProtocolManager
-
- cleanupInternalProperties() - Method in interface org.apache.activemq.artemis.api.core.Message
-
- clear() - Method in class org.apache.activemq.artemis.api.core.jgroups.JChannelManager
-
- 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
-
- clearCache() - Static method in class org.apache.activemq.artemis.selector.impl.SelectorParser
-
- clearCurrentThread(boolean) - Method in class org.apache.activemq.artemis.jms.client.ThreadAwareContext
-
Clear current thread from the context
- clearPersisters() - Static method in class org.apache.activemq.artemis.spi.core.protocol.MessagePersister
-
- clearProperties() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQJMSProducer
-
- clearProperties() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQMessage
-
- clearProperties(Message) - Static method in class org.apache.activemq.artemis.reader.MessageUtil
-
- clearThreadPools() - Static method in class org.apache.activemq.artemis.api.core.client.ActiveMQClient
-
- clearThreadPools(long, TimeUnit) - Static method in class org.apache.activemq.artemis.api.core.client.ActiveMQClient
-
- ClientConnectionLifeCycleListener - Interface in org.apache.activemq.artemis.spi.core.remoting
-
- ClientConsumer - Interface in org.apache.activemq.artemis.api.core.client
-
A ClientConsumer receives messages from ActiveMQ Artemis queues.
- ClientMessage - Interface in org.apache.activemq.artemis.api.core.client
-
A ClientMessage represents a message sent and/or received by ActiveMQ Artemis.
- ClientProducer - Interface in org.apache.activemq.artemis.api.core.client
-
A ClientProducer is used to send messages to a specific address.
- ClientProtocolManager - Interface in org.apache.activemq.artemis.spi.core.remoting
-
- ClientProtocolManagerFactory - Interface in org.apache.activemq.artemis.spi.core.remoting
-
- ClientRequestor - Class in org.apache.activemq.artemis.api.core.client
-
The ClientRequestor class helps making requests.
- ClientRequestor(ClientSession, SimpleString) - Constructor for class org.apache.activemq.artemis.api.core.client.ClientRequestor
-
Constructor for the ClientRequestor.
- ClientRequestor(ClientSession, String) - Constructor for class org.apache.activemq.artemis.api.core.client.ClientRequestor
-
- ClientSession - Interface in org.apache.activemq.artemis.api.core.client
-
A ClientSession is a single-thread object required for producing and consuming messages.
- ClientSession.AddressQuery - Interface in org.apache.activemq.artemis.api.core.client
-
Information returned by a binding query
- ClientSession.QueueQuery - Interface in org.apache.activemq.artemis.api.core.client
-
Information returned by a queue query
- ClientSessionFactory - Interface in org.apache.activemq.artemis.api.core.client
-
A ClientSessionFactory is the entry point to create and configure ActiveMQ Artemis resources to produce and consume messages.
- close(boolean) - Method in interface org.apache.activemq.artemis.api.core.BroadcastEndpoint
-
Close the endpoint.
- close() - Method in interface org.apache.activemq.artemis.api.core.client.ClientConsumer
-
Closes the consumer.
- close() - Method in interface org.apache.activemq.artemis.api.core.client.ClientProducer
-
Closes the ClientProducer.
- close() - Method in class org.apache.activemq.artemis.api.core.client.ClientRequestor
-
Closes the ClientRequestor and its session.
- close() - Method in interface org.apache.activemq.artemis.api.core.client.ClientSession
-
Closes the session.
- close() - Method in interface org.apache.activemq.artemis.api.core.client.ClientSessionFactory
-
Closes this factory and any session created by it.
- close() - Method in interface org.apache.activemq.artemis.api.core.client.ServerLocator
-
Closes this factory and release all its resources
- close(boolean) - Method in class org.apache.activemq.artemis.api.core.jgroups.JChannelWrapper
-
- close(boolean) - Method in class org.apache.activemq.artemis.api.core.JGroupsBroadcastEndpoint
-
- 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
-
- close() - Method in interface org.apache.activemq.artemis.spi.core.naming.BindingRegistry
-
- close(boolean) - Method in interface org.apache.activemq.artemis.spi.core.protocol.SessionCallback
-
- close() - Method in interface org.apache.activemq.artemis.spi.core.remoting.Connection
-
Closes the connection.
- close() - Method in interface org.apache.activemq.artemis.spi.core.remoting.Connector
-
closes the connector
- closeChannel() - Method in class org.apache.activemq.artemis.api.core.jgroups.JChannelWrapper
-
- closeConnectionsForAddress(String) - Method in interface org.apache.activemq.artemis.api.core.management.ActiveMQServerControl
-
Closes all the connections of clients connected to this server which matches the specified IP address.
- closeConnectionsForAddress(String) - Method in class org.apache.activemq.artemis.jms.server.impl.JMSServerManagerImpl
-
Deprecated.
- closeConnectionsForAddress(String) - Method in interface org.apache.activemq.artemis.jms.server.JMSServerManager
-
Deprecated.
- closeConnectionsForUser(String) - Method in interface org.apache.activemq.artemis.api.core.management.ActiveMQServerControl
-
Closes all the connections of sessions with a matching user name.
- closeConnectionsForUser(String) - Method in class org.apache.activemq.artemis.jms.server.impl.JMSServerManagerImpl
-
Deprecated.
- closeConnectionsForUser(String) - Method in interface org.apache.activemq.artemis.jms.server.JMSServerManager
-
Deprecated.
- closeConnectionWithID(String) - Method in interface org.apache.activemq.artemis.api.core.management.ActiveMQServerControl
-
Closes the connection with the given id.
- closeConsumer(ClientConsumer) - Method in class org.apache.activemq.artemis.spi.core.remoting.SessionContext
-
- closeConsumerConnectionsForAddress(String) - Method in interface org.apache.activemq.artemis.api.core.management.ActiveMQServerControl
-
Closes all the connections of clients connected to this server which matches the specified IP address.
- closeConsumerConnectionsForAddress(String) - Method in class org.apache.activemq.artemis.jms.server.impl.JMSServerManagerImpl
-
Deprecated.
- closeConsumerConnectionsForAddress(String) - Method in interface org.apache.activemq.artemis.jms.server.JMSServerManager
-
Deprecated.
- closeConsumerWithID(String, String) - Method in interface org.apache.activemq.artemis.api.core.management.ActiveMQServerControl
-
Closes the consumer with the given id.
- closeContext() - Method in class org.apache.activemq.artemis.spi.core.security.jaas.LDAPLoginModule
-
- closed() - Method in interface org.apache.activemq.artemis.spi.core.protocol.SessionCallback
-
- closeFromContext() - Method in interface org.apache.activemq.artemis.jms.client.ActiveMQConnectionForContext
-
- closeFromContext() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionForContextImpl
-
- closeListeners - Variable in class org.apache.activemq.artemis.spi.core.protocol.AbstractRemotingConnection
-
- closeSessionWithID(String, String) - Method in interface org.apache.activemq.artemis.api.core.management.ActiveMQServerControl
-
Closes the session with the given id.
- ClusterConnectionConfigurationParser - Class in org.apache.activemq.artemis.uri
-
- ClusterConnectionConfigurationParser() - Constructor for class org.apache.activemq.artemis.uri.ClusterConnectionConfigurationParser
-
- ClusterConnectionControl - Interface in org.apache.activemq.artemis.api.core.management
-
A ClusterConnectionControl is used to manage a cluster connection.
- ClusterConnectionMulticastSchema - Class in org.apache.activemq.artemis.uri.schemas.clusterConnection
-
- ClusterConnectionMulticastSchema() - Constructor for class org.apache.activemq.artemis.uri.schemas.clusterConnection.ClusterConnectionMulticastSchema
-
- ClusterConnectionStaticSchema - Class in org.apache.activemq.artemis.uri.schemas.clusterConnection
-
- ClusterConnectionStaticSchema() - Constructor for class org.apache.activemq.artemis.uri.schemas.clusterConnection.ClusterConnectionStaticSchema
-
- ClusterTopologyListener - Interface in org.apache.activemq.artemis.api.core.client
-
A cluster topology listener.
- column - Variable in class org.apache.activemq.artemis.selector.hyphenated.SimpleCharStream
-
- column - Variable in class org.apache.activemq.artemis.selector.strict.SimpleCharStream
-
- commit() - Method in interface org.apache.activemq.artemis.api.core.client.ClientSession
-
Commits the current transaction, blocking.
- commit(boolean) - Method in interface org.apache.activemq.artemis.api.core.client.ClientSession
-
Commits the current transaction.
- commit() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQJMSContext
-
- commit() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQSession
-
- commit() - Method in class org.apache.activemq.artemis.spi.core.security.jaas.CertificateLoginModule
-
Overriding to complete login process.
- commit() - Method in class org.apache.activemq.artemis.spi.core.security.jaas.GuestLoginModule
-
- commit() - Method in class org.apache.activemq.artemis.spi.core.security.jaas.InVMLoginModule
-
- commit() - Method in class org.apache.activemq.artemis.spi.core.security.jaas.Krb5LoginModule
-
- commit() - Method in class org.apache.activemq.artemis.spi.core.security.jaas.LDAPLoginModule
-
- commit() - Method in class org.apache.activemq.artemis.spi.core.security.jaas.PropertiesLoginModule
-
- commitPreparedTransaction(String) - Method in interface org.apache.activemq.artemis.api.core.management.ActiveMQServerControl
-
Heuristically commits a prepared transaction.
- compactingWithNoAddRecord(Long) - Method in interface org.apache.activemq.artemis.journal.ActiveMQJournalLogger
-
- compactMergeError(Long) - Method in interface org.apache.activemq.artemis.journal.ActiveMQJournalLogger
-
- compactReadError(JournalFile) - Method in interface org.apache.activemq.artemis.journal.ActiveMQJournalLogger
-
- compare(Comparable, Comparable) - Method in class org.apache.activemq.artemis.selector.filter.ComparisonExpression
-
- ComparisonExpression - Class in org.apache.activemq.artemis.selector.filter
-
A filter performing a comparison of two objects
- ComparisonExpression(Expression, Expression) - Constructor for class org.apache.activemq.artemis.selector.filter.ComparisonExpression
-
- comparisonExpression() - Method in class org.apache.activemq.artemis.selector.hyphenated.HyphenatedParser
-
- comparisonExpression() - Method in class org.apache.activemq.artemis.selector.strict.StrictParser
-
- composeName(Name, Name) - Method in class org.apache.activemq.artemis.jndi.ReadOnlyContext
-
- composeName(String, String) - Method in class org.apache.activemq.artemis.jndi.ReadOnlyContext
-
- CONFIG_PROP_NAME - Static variable in class org.apache.activemq.artemis.spi.core.security.jaas.InVMLoginModule
-
- configuration - Variable in class org.apache.activemq.artemis.spi.core.remoting.AbstractConnector
-
- configureTransactionTimeout(int) - Method in class org.apache.activemq.artemis.spi.core.remoting.SessionContext
-
- connect() - Method in class org.apache.activemq.artemis.api.core.jgroups.JChannelWrapper
-
- connect(Connection, long, long, List<Interceptor>, List<Interceptor>, TopologyResponseHandler) - Method in interface org.apache.activemq.artemis.spi.core.remoting.ClientProtocolManager
-
- connection - Variable in class org.apache.activemq.artemis.spi.core.protocol.ConnectionEntry
-
- Connection - Interface in org.apache.activemq.artemis.spi.core.remoting
-
The connection used by a channel to write data to.
- CONNECTION_ID_PROPERTY_NAME - Static variable in class org.apache.activemq.artemis.jms.client.ActiveMQConnection
-
- CONNECTION_ID_PROPERTY_NAME - Static variable in class org.apache.activemq.artemis.reader.MessageUtil
-
- connectionCreated(ActiveMQComponent, Connection, ProtocolClass) - Method in interface org.apache.activemq.artemis.spi.core.remoting.BaseConnectionLifeCycleListener
-
This method is used both by client connector creation and server connection creation through
acceptors.
- connectionDestroyed(Object) - Method in interface org.apache.activemq.artemis.spi.core.remoting.BaseConnectionLifeCycleListener
-
Called when a connection is destroyed.
- ConnectionEntry - Class in org.apache.activemq.artemis.spi.core.protocol
-
- ConnectionEntry(RemotingConnection, Executor, long, long) - Constructor for class org.apache.activemq.artemis.spi.core.protocol.ConnectionEntry
-
- connectionException(Object, ActiveMQException) - Method in interface org.apache.activemq.artemis.spi.core.remoting.BaseConnectionLifeCycleListener
-
Called when an error occurs on the connection.
- connectionExecutor - Variable in class org.apache.activemq.artemis.spi.core.protocol.ConnectionEntry
-
- ConnectionFactoryConfiguration - Interface in org.apache.activemq.artemis.jms.server.config
-
A ConnectionFactoryConfiguration for ConnectionFactory
objects.
- ConnectionFactoryConfigurationImpl - Class in org.apache.activemq.artemis.jms.server.config.impl
-
This class contains the configuration properties of a connection factory.
- ConnectionFactoryConfigurationImpl() - Constructor for class org.apache.activemq.artemis.jms.server.config.impl.ConnectionFactoryConfigurationImpl
-
- ConnectionFactoryFactory - Interface in org.apache.activemq.artemis.jms.bridge
-
- connectionFactoryInterface() - Method in enum org.apache.activemq.artemis.api.jms.JMSFactoryType
-
Returns the connection factory interface that this JMSFactoryType creates.
- ConnectionFactoryObjectFactory - Class in org.apache.activemq.artemis.jms.referenceable
-
A ConnectionFactoryObjectFactory.
- ConnectionFactoryObjectFactory() - Constructor for class org.apache.activemq.artemis.jms.referenceable.ConnectionFactoryObjectFactory
-
- ConnectionFactoryOptions - Interface in org.apache.activemq.artemis.jms.client
-
Common interface to be used to share common parameters between the RA and client JMS.
- ConnectionFactoryParser - Class in org.apache.activemq.artemis.uri
-
- ConnectionFactoryParser() - Constructor for class org.apache.activemq.artemis.uri.ConnectionFactoryParser
-
- connectionLeftOpen(Exception) - Method in interface org.apache.activemq.artemis.jms.client.ActiveMQJMSClientLogger
-
- ConnectionLifeCycleListener - Interface in org.apache.activemq.artemis.spi.core.remoting
-
- ConnectionLoadBalancingPolicy - Interface in org.apache.activemq.artemis.api.core.client.loadbalance
-
A ConnectionLoadBalancingPolicy defines a policy to load balance between connections.
- ConnectionOptions - Class in org.apache.activemq.artemis.uri.schema.serverLocator
-
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
- ConnectionOptions() - Constructor for class org.apache.activemq.artemis.uri.schema.serverLocator.ConnectionOptions
-
- connectionReadyForWrites(Object, boolean) - Method in interface org.apache.activemq.artemis.spi.core.remoting.BaseConnectionLifeCycleListener
-
- CONNECTIONS_ALLOWED - Static variable in class org.apache.activemq.artemis.uri.schema.connector.InVMTransportConfigurationSchema
-
- Connector - Interface in org.apache.activemq.artemis.spi.core.remoting
-
A Connector is used by the client for creating and controlling a connection.
- ConnectorFactory - Interface in org.apache.activemq.artemis.spi.core.remoting
-
A ConnectorFactory is used by the client for creating connectors.
- ConnectorTransportConfigurationParser - Class in org.apache.activemq.artemis.uri
-
- ConnectorTransportConfigurationParser() - Constructor for class org.apache.activemq.artemis.uri.ConnectorTransportConfigurationParser
-
- ConstantExpression - Class in org.apache.activemq.artemis.selector.filter
-
Represents a constant expression
- ConstantExpression(Object) - Constructor for class org.apache.activemq.artemis.selector.filter.ConstantExpression
-
- ConsumerContext - Class in org.apache.activemq.artemis.spi.core.remoting
-
- ConsumerContext() - Constructor for class org.apache.activemq.artemis.spi.core.remoting.ConsumerContext
-
- containsKnownDestination(SimpleString) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnection
-
- containsProperty(String) - Method in interface org.apache.activemq.artemis.api.core.Message
-
- containsProperty(SimpleString) - Method in interface org.apache.activemq.artemis.api.core.Message
-
- containsTemporaryQueue(SimpleString) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnection
-
- context - Variable in class org.apache.activemq.artemis.jms.server.embedded.EmbeddedJMS
-
- context - Variable in class org.apache.activemq.artemis.spi.core.security.jaas.LDAPLoginModule
-
- CONVERT_STRING_EXPRESSIONS - Static variable in class org.apache.activemq.artemis.selector.filter.ComparisonExpression
-
- convertCFType(String) - Static method in class org.apache.activemq.artemis.uri.JMSConnectionOptions
-
- convertFromActiveMQException(ActiveMQInterruptedException) - Static method in class org.apache.activemq.artemis.jms.client.JMSExceptionHelper
-
- convertFromActiveMQException(ActiveMQException) - Static method in class org.apache.activemq.artemis.jms.client.JMSExceptionHelper
-
- convertJsonValue(Object, Class) - Static method in class org.apache.activemq.artemis.api.core.JsonUtil
-
- 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
.
- copy() - Method in interface org.apache.activemq.artemis.api.core.Message
-
It will generate a new instance of the message encode, being a deep copy, new properties, new everything
- copy(long) - Method in interface org.apache.activemq.artemis.api.core.Message
-
It will generate a new instance of the message encode, being a deep copy, new properties, new everything
- copyHeadersAndProperties(Message) - Method in interface org.apache.activemq.artemis.api.core.ICoreMessage
-
Used on large messages treatment
- CORE_CLUSTER_CONNECTION - Static variable in class org.apache.activemq.artemis.api.core.management.ResourceNames
-
- coreCompositeTypeToJMSCompositeType(CompositeDataSupport) - Static method in class org.apache.activemq.artemis.jms.client.ActiveMQMessage
-
- coreMaptoJMSMap(Map<String, Object>) - Static method in class org.apache.activemq.artemis.jms.client.ActiveMQMessage
-
- CoreNotificationType - Enum in org.apache.activemq.artemis.api.core.management
-
This enum defines all core notification types
- CORRELATIONID_HEADER_NAME - Static variable in class org.apache.activemq.artemis.reader.MessageUtil
-
- couldNotCompleteTask(Exception, String) - Method in interface org.apache.activemq.artemis.journal.ActiveMQJournalLogger
-
- couldNotGetLock(String) - Method in interface org.apache.activemq.artemis.journal.ActiveMQJournalLogger
-
- couldNotRemoveFile(JournalFile) - Method in interface org.apache.activemq.artemis.journal.ActiveMQJournalLogger
-
- couldNotStopCompactor() - Method in interface org.apache.activemq.artemis.journal.ActiveMQJournalLogger
-
- couldNotStopJournalAppendExecutor() - Method in interface org.apache.activemq.artemis.journal.ActiveMQJournalLogger
-
- couldNotStopJournalExecutor() - Method in interface org.apache.activemq.artemis.journal.ActiveMQJournalLogger
-
- countMessages(String) - Method in interface org.apache.activemq.artemis.api.core.management.QueueControl
-
Counts the number of messages in this queue matching the specified filter.
- create(String) - Static method in class org.apache.activemq.artemis.api.core.management.ObjectNameBuilder
-
- create(String, String) - Static method in class org.apache.activemq.artemis.api.core.management.ObjectNameBuilder
-
- create(String, String, boolean) - Static method in class org.apache.activemq.artemis.api.core.management.ObjectNameBuilder
-
- create(String) - Method in interface org.apache.activemq.artemis.selector.filter.XPathExpression.XPathEvaluatorFactory
-
- createAcceptor(String, ClusterConnection, Map<String, Object>, BufferHandler, ServerConnectionLifeCycleListener, Executor, ScheduledExecutorService, Map<String, ProtocolManager>) - Method in interface org.apache.activemq.artemis.spi.core.remoting.AcceptorFactory
-
Create a new instance of an Acceptor.
- createAddress(SimpleString, Set<RoutingType>, boolean) - Method in interface org.apache.activemq.artemis.api.core.client.ClientSession
-
Create Address with a single initial routing type
- createAddress(SimpleString, RoutingType, boolean) - Method in interface org.apache.activemq.artemis.api.core.client.ClientSession
-
Create Address with a single initial routing type
- createAddress(String, String) - Method in interface org.apache.activemq.artemis.api.core.management.ActiveMQServerControl
-
- createAddress(SimpleString, Set<RoutingType>, boolean) - Method in class org.apache.activemq.artemis.spi.core.remoting.SessionContext
-
- 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
-
- createAND(BooleanExpression, BooleanExpression) - Static method in class org.apache.activemq.artemis.selector.filter.LogicExpression
-
- createBetween(Expression, Expression, Expression) - Static method in class org.apache.activemq.artemis.selector.filter.ComparisonExpression
-
- createBooleanCast(Expression) - Static method in class org.apache.activemq.artemis.selector.filter.UnaryExpression
-
- createBridge(String, String, String, String, String, long, double, int, int, boolean, int, int, long, String, boolean, boolean, String, String) - Method in interface org.apache.activemq.artemis.api.core.management.ActiveMQServerControl
-
- createBridge(String, String, String, String, String, Map<String, String>, long, double, int, int, boolean, int, int, long, String, boolean, boolean, String, String) - Method in interface org.apache.activemq.artemis.api.core.management.ActiveMQServerControl
-
- createBridge(String, String, String, String, String, String, long, double, int, int, boolean, int, int, long, String, boolean, boolean, String, String) - Method in interface org.apache.activemq.artemis.api.core.management.ActiveMQServerControl
-
- createBridge(String, String, String, String, String, long, double, int, int, boolean, int, long, String, boolean, boolean, String, String) - Method in interface org.apache.activemq.artemis.api.core.management.ActiveMQServerControl
-
- createBroadcastEndpoint() - Method in interface org.apache.activemq.artemis.api.core.BroadcastEndpointFactory
-
- createBroadcastEndpoint() - Method in class org.apache.activemq.artemis.api.core.ChannelBroadcastEndpointFactory
-
- createBroadcastEndpoint() - Method in class org.apache.activemq.artemis.api.core.JGroupsFileBroadcastEndpointFactory
-
- createBroadcastEndpoint() - Method in class org.apache.activemq.artemis.api.core.JGroupsPropertiesBroadcastEndpointFactory
-
- createBroadcastEndpoint() - Method in class org.apache.activemq.artemis.api.core.UDPBroadcastEndpointFactory
-
- 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
-
- createChannel() - Method in class org.apache.activemq.artemis.api.core.JGroupsBroadcastEndpoint
-
- createChannel() - Method in class org.apache.activemq.artemis.api.core.JGroupsChannelBroadcastEndpoint
-
- createChannel() - Method in class org.apache.activemq.artemis.api.core.JGroupsFileBroadcastEndpoint
-
- createChannel() - Method in class org.apache.activemq.artemis.api.core.JGroupsPropertiesBroadcastEndpoint
-
- createConnection() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
-
- createConnection(String, String) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
-
- createConnection() - Method in interface org.apache.activemq.artemis.spi.core.remoting.Connector
-
Create and return a connection from this connector.
- 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
-
- createConnectionEntry(Acceptor, Connection) - Method in interface org.apache.activemq.artemis.spi.core.protocol.ProtocolManager
-
- createConnectionFactory(String, String) - Static method in class org.apache.activemq.artemis.api.jms.ActiveMQJMSClient
-
Creates an ActiveMQConnectionFactory;
- createConnectionFactory() - Method in interface org.apache.activemq.artemis.jms.bridge.ConnectionFactoryFactory
-
- createConnectionFactory() - Method in class org.apache.activemq.artemis.jms.bridge.impl.JNDIConnectionFactoryFactory
-
- createConnectionFactory(String, boolean, JMSFactoryType, List<String>, String...) - Method in class org.apache.activemq.artemis.jms.server.impl.JMSServerManagerImpl
-
Deprecated.
- createConnectionFactory(String, boolean, JMSFactoryType, List<String>, String, long, long, long, long, boolean, int, boolean, int, int, int, int, int, boolean, boolean, boolean, boolean, boolean, String, int, int, boolean, int, int, long, double, long, int, boolean, String, String...) - Method in class org.apache.activemq.artemis.jms.server.impl.JMSServerManagerImpl
-
Deprecated.
- createConnectionFactory(String, boolean, JMSFactoryType, String, String, long, long, long, long, boolean, int, boolean, int, int, int, int, int, boolean, boolean, boolean, boolean, boolean, String, int, int, boolean, int, int, long, double, long, int, boolean, String, String...) - Method in class org.apache.activemq.artemis.jms.server.impl.JMSServerManagerImpl
-
Deprecated.
- createConnectionFactory(String, boolean, JMSFactoryType, String, String...) - Method in class org.apache.activemq.artemis.jms.server.impl.JMSServerManagerImpl
-
Deprecated.
- createConnectionFactory(boolean, ConnectionFactoryConfiguration, String...) - Method in class org.apache.activemq.artemis.jms.server.impl.JMSServerManagerImpl
-
Deprecated.
- createConnectionFactory(String, boolean, JMSFactoryType, String, String...) - Method in interface org.apache.activemq.artemis.jms.server.JMSServerManager
-
Deprecated.
- createConnectionFactory(String, boolean, JMSFactoryType, List<String>, String...) - Method in interface org.apache.activemq.artemis.jms.server.JMSServerManager
-
Deprecated.
- createConnectionFactory(String, boolean, JMSFactoryType, List<String>, String, long, long, long, long, boolean, int, boolean, int, int, int, int, int, boolean, boolean, boolean, boolean, boolean, String, int, int, boolean, int, int, long, double, long, int, boolean, String, String...) - Method in interface org.apache.activemq.artemis.jms.server.JMSServerManager
-
Deprecated.
- createConnectionFactory(String, boolean, JMSFactoryType, String, String, long, long, long, long, boolean, int, boolean, int, int, int, int, int, boolean, boolean, boolean, boolean, boolean, String, int, int, boolean, int, int, long, double, long, int, boolean, String, String...) - Method in interface org.apache.activemq.artemis.jms.server.JMSServerManager
-
Deprecated.
- createConnectionFactory(boolean, ConnectionFactoryConfiguration, String...) - Method in interface org.apache.activemq.artemis.jms.server.JMSServerManager
-
Deprecated.
- createConnectionFactory(String, String) - Method in class org.apache.activemq.artemis.jndi.ActiveMQInitialContextFactory
-
Factory method to create a new connection factory from the given environment
- createConnectionFactory(String, Map<String, String>, String) - Method in class org.apache.activemq.artemis.jndi.ActiveMQInitialContextFactory
-
Factory method to create a new connection factory from the given environment, with overrides
- 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.
- createConnectionFactoryWithHA(DiscoveryGroupConfiguration) - Method in enum org.apache.activemq.artemis.api.jms.JMSFactoryType
-
Creates an ActiveMQConnectionFactory that receives cluster topology updates from the cluster as
servers leave or join and new backups are appointed or removed.
- createConnectionFactoryWithHA(TransportConfiguration...) - Method in enum org.apache.activemq.artemis.api.jms.JMSFactoryType
-
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.
- createConnectionFactoryWithoutHA(DiscoveryGroupConfiguration) - Method in enum org.apache.activemq.artemis.api.jms.JMSFactoryType
-
Create an ActiveMQConnectionFactory which creates session factories from a set of live servers, no HA backup information is propagated to the client
- createConnectionFactoryWithoutHA(TransportConfiguration...) - Method in enum org.apache.activemq.artemis.api.jms.JMSFactoryType
-
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
-
- createConnector(Map<String, Object>, BufferHandler, ClientConnectionLifeCycleListener, Executor, Executor, ScheduledExecutorService, ClientProtocolManager) - Method in interface org.apache.activemq.artemis.spi.core.remoting.ConnectorFactory
-
creates a new instance of a connector.
- createConnectorService(String, String, Map<String, Object>) - Method in interface org.apache.activemq.artemis.api.core.management.ActiveMQServerControl
-
- createConsumer(SimpleString) - Method in interface org.apache.activemq.artemis.api.core.client.ClientSession
-
Creates a ClientConsumer to consume message from the queue with the given name.
- createConsumer(String) - Method in interface org.apache.activemq.artemis.api.core.client.ClientSession
-
Creates a ClientConsumer to consume messages from the queue with the given name.
- createConsumer(SimpleString, SimpleString) - Method in interface org.apache.activemq.artemis.api.core.client.ClientSession
-
Creates a ClientConsumer to consume messages matching the filter from the queue with the given name.
- createConsumer(String, String) - Method in interface org.apache.activemq.artemis.api.core.client.ClientSession
-
Creates a ClientConsumer to consume messages matching the filter from the queue with the given name.
- createConsumer(SimpleString, boolean) - Method in interface org.apache.activemq.artemis.api.core.client.ClientSession
-
Creates a ClientConsumer to consume or browse messages from the queue with the given name.
- createConsumer(String, boolean) - Method in interface org.apache.activemq.artemis.api.core.client.ClientSession
-
Creates a ClientConsumer to consume or browse messages from the queue with the given name.
- createConsumer(String, String, boolean) - Method in interface org.apache.activemq.artemis.api.core.client.ClientSession
-
Creates a ClientConsumer to consume or browse messages matching the filter from the queue with
the given name.
- createConsumer(SimpleString, SimpleString, boolean) - Method in interface org.apache.activemq.artemis.api.core.client.ClientSession
-
Creates a ClientConsumer to consume or browse messages matching the filter from the queue with
the given name.
- createConsumer(SimpleString, SimpleString, int, int, boolean) - Method in interface org.apache.activemq.artemis.api.core.client.ClientSession
-
Creates a ClientConsumer to consume or browse messages matching the filter from the queue with
the given name.
- createConsumer(String, String, int, int, boolean) - Method in interface org.apache.activemq.artemis.api.core.client.ClientSession
-
Creates a ClientConsumer to consume or browse messages matching the filter from the queue with
the given name.
- 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
-
- createConsumer(SimpleString, SimpleString, int, int, int, boolean, Executor, Executor) - Method in class org.apache.activemq.artemis.spi.core.remoting.SessionContext
-
- 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() - Method in interface org.apache.activemq.artemis.jms.bridge.DestinationFactory
-
- createDestination() - Method in class org.apache.activemq.artemis.jms.bridge.impl.JNDIDestinationFactory
-
- createDestination(String, ActiveMQDestination.TYPE) - Static method in class org.apache.activemq.artemis.jms.client.ActiveMQDestination
-
Static helper method for working with destinations.
- createDivert(String, String, String, String, boolean, String, String) - Method in interface org.apache.activemq.artemis.api.core.management.ActiveMQServerControl
-
- createDivert(String, String, String, String, boolean, String, String, String) - Method in interface org.apache.activemq.artemis.api.core.management.ActiveMQServerControl
-
- createDivert(String, String, String, String, boolean, String, String, Map<String, String>, String) - Method in interface org.apache.activemq.artemis.api.core.management.ActiveMQServerControl
-
- createDivert(String, String, String, String, boolean, String, String, String, String) - Method in interface org.apache.activemq.artemis.api.core.management.ActiveMQServerControl
-
- createDivide(Expression, Expression) - Static method in class org.apache.activemq.artemis.selector.filter.ArithmeticExpression
-
- 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
-
- createEqual(Expression, Expression) - Static method in class org.apache.activemq.artemis.selector.filter.ComparisonExpression
-
- createFloat(String) - Static method in class org.apache.activemq.artemis.selector.filter.ConstantExpression
-
- createFromDecimal(String) - Static method in class org.apache.activemq.artemis.selector.filter.ConstantExpression
-
- createFromHex(String) - Static method in class org.apache.activemq.artemis.selector.filter.ConstantExpression
-
- createFromOctal(String) - Static method in class org.apache.activemq.artemis.selector.filter.ConstantExpression
-
- createGreaterThan(Expression, Expression) - Static method in class org.apache.activemq.artemis.selector.filter.ComparisonExpression
-
- createGreaterThanEqual(Expression, Expression) - Static method in class org.apache.activemq.artemis.selector.filter.ComparisonExpression
-
- createGroupPrincipal(String, String) - Static method in class org.apache.activemq.artemis.spi.core.security.ActiveMQJAASSecurityManager
-
- createInExpression(PropertyExpression, List<Object>, boolean) - Static method in class org.apache.activemq.artemis.selector.filter.UnaryExpression
-
- createInFilter(Expression, List<Object>) - Static method in class org.apache.activemq.artemis.selector.filter.ComparisonExpression
-
- createIsNotNull(Expression) - Static method in class org.apache.activemq.artemis.selector.filter.ComparisonExpression
-
- createIsNull(Expression) - Static method in class org.apache.activemq.artemis.selector.filter.ComparisonExpression
-
- createLessThan(Expression, Expression) - Static method in class org.apache.activemq.artemis.selector.filter.ComparisonExpression
-
- createLessThanEqual(Expression, Expression) - Static method in class org.apache.activemq.artemis.selector.filter.ComparisonExpression
-
- createLike(Expression, String, String) - Static method in class org.apache.activemq.artemis.selector.filter.ComparisonExpression
-
- createMapMessage() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQJMSContext
-
- createMapMessage() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQSession
-
- createMessage(boolean) - Method in interface org.apache.activemq.artemis.api.core.client.ClientSession
-
Creates a ClientMessage.
- createMessage(byte, boolean) - Method in interface org.apache.activemq.artemis.api.core.client.ClientSession
-
Creates a ClientMessage.
- createMessage(byte, boolean, long, long, byte) - Method in interface org.apache.activemq.artemis.api.core.client.ClientSession
-
Creates a ClientMessage.
- createMessage() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQJMSContext
-
- createMessage(ClientMessage, ClientSession) - Static method in class org.apache.activemq.artemis.jms.client.ActiveMQMessage
-
- createMessage(ClientMessage, ClientSession, ConnectionFactoryOptions) - Static method in class org.apache.activemq.artemis.jms.client.ActiveMQMessage
-
- createMessage() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQSession
-
- createMinus(Expression, Expression) - Static method in class org.apache.activemq.artemis.selector.filter.ArithmeticExpression
-
- createMod(Expression, Expression) - Static method in class org.apache.activemq.artemis.selector.filter.ArithmeticExpression
-
- createMultiply(Expression, Expression) - Static method in class org.apache.activemq.artemis.selector.filter.ArithmeticExpression
-
- createNegate(Expression) - Static method in class org.apache.activemq.artemis.selector.filter.UnaryExpression
-
- 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.
- createNOT(BooleanExpression) - Static method in class org.apache.activemq.artemis.selector.filter.UnaryExpression
-
- createNotBetween(Expression, Expression, Expression) - Static method in class org.apache.activemq.artemis.selector.filter.ComparisonExpression
-
- createNotEqual(Expression, Expression) - Static method in class org.apache.activemq.artemis.selector.filter.ComparisonExpression
-
- createNotInFilter(Expression, List<Object>) - Static method in class org.apache.activemq.artemis.selector.filter.ComparisonExpression
-
- createNotLike(Expression, String, String) - Static method in class org.apache.activemq.artemis.selector.filter.ComparisonExpression
-
- createObject() - Method in class org.apache.activemq.artemis.jms.bridge.impl.JNDIFactorySupport
-
- 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
-
- createOR(BooleanExpression, BooleanExpression) - Static method in class org.apache.activemq.artemis.selector.filter.LogicExpression
-
- createPlus(Expression, Expression) - Static method in class org.apache.activemq.artemis.selector.filter.ArithmeticExpression
-
- createProducer() - Method in interface org.apache.activemq.artemis.api.core.client.ClientSession
-
Creates a producer with no default address.
- createProducer(SimpleString) - Method in interface org.apache.activemq.artemis.api.core.client.ClientSession
-
Creates a producer which sends messages to the given address
- createProducer(String) - Method in interface org.apache.activemq.artemis.api.core.client.ClientSession
-
Creates a producer which sends messages to the given address
- createProducer(SimpleString, int) - Method in interface org.apache.activemq.artemis.api.core.client.ClientSession
-
Creates a producer which sends messages to the given address
- createProducer() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQJMSContext
-
- createProducer(Destination) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQSession
-
- createProtocolManager(ActiveMQServer, Map<String, Object>, List<BaseInterceptor>, List<BaseInterceptor>) - Method in interface org.apache.activemq.artemis.spi.core.protocol.ProtocolManagerFactory
-
When you create the ProtocolManager, you should filter out any interceptors that won't belong
to this Protocol.
- createPublisher(Topic) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQSession
-
- createQueue(SimpleString, SimpleString, boolean) - Method in interface org.apache.activemq.artemis.api.core.client.ClientSession
-
Deprecated.
- createQueue(String, String, boolean) - Method in interface org.apache.activemq.artemis.api.core.client.ClientSession
-
Deprecated.
- createQueue(String, String) - Method in interface org.apache.activemq.artemis.api.core.client.ClientSession
-
Deprecated.
- createQueue(SimpleString, SimpleString) - Method in interface org.apache.activemq.artemis.api.core.client.ClientSession
-
Deprecated.
- createQueue(SimpleString, SimpleString, SimpleString, boolean) - Method in interface org.apache.activemq.artemis.api.core.client.ClientSession
-
Deprecated.
- createQueue(String, String, String, boolean) - Method in interface org.apache.activemq.artemis.api.core.client.ClientSession
-
Deprecated.
- createQueue(SimpleString, SimpleString, SimpleString, boolean, boolean) - Method in interface org.apache.activemq.artemis.api.core.client.ClientSession
-
Deprecated.
- createQueue(String, String, String, boolean, boolean) - Method in interface org.apache.activemq.artemis.api.core.client.ClientSession
-
Deprecated.
- createQueue(SimpleString, RoutingType, SimpleString, boolean) - Method in interface org.apache.activemq.artemis.api.core.client.ClientSession
-
Creates a non-temporary queue.
- createQueue(String, RoutingType, String, boolean) - Method in interface org.apache.activemq.artemis.api.core.client.ClientSession
-
Creates a non-temporary queue.
- createQueue(String, RoutingType, String) - Method in interface org.apache.activemq.artemis.api.core.client.ClientSession
-
Creates a non-temporary queue non-durable queue.
- createQueue(SimpleString, RoutingType, SimpleString) - Method in interface org.apache.activemq.artemis.api.core.client.ClientSession
-
Creates a non-temporary queue non-durable queue.
- createQueue(SimpleString, RoutingType, SimpleString, SimpleString, boolean) - Method in interface org.apache.activemq.artemis.api.core.client.ClientSession
-
Creates a non-temporary queue.
- createQueue(String, RoutingType, String, String, boolean) - Method in interface org.apache.activemq.artemis.api.core.client.ClientSession
-
Creates a non-temporaryqueue.
- createQueue(SimpleString, RoutingType, SimpleString, SimpleString, boolean, boolean) - Method in interface org.apache.activemq.artemis.api.core.client.ClientSession
-
Creates a non-temporary queue.
- createQueue(SimpleString, RoutingType, SimpleString, SimpleString, boolean, boolean, int, boolean) - Method in interface org.apache.activemq.artemis.api.core.client.ClientSession
-
Creates a non-temporary queue.
- createQueue(String, RoutingType, String, String, boolean, boolean) - Method in interface org.apache.activemq.artemis.api.core.client.ClientSession
-
Creates a non-temporaryqueue.
- createQueue(String, RoutingType, String, String, boolean, boolean, int, boolean) - Method in interface org.apache.activemq.artemis.api.core.client.ClientSession
-
Creates a non-temporaryqueue.
- createQueue(String, String) - Method in interface org.apache.activemq.artemis.api.core.management.ActiveMQServerControl
-
Deprecated.
- createQueue(String, String, String) - Method in interface org.apache.activemq.artemis.api.core.management.ActiveMQServerControl
-
Create a durable queue.
- createQueue(String, String, boolean) - Method in interface org.apache.activemq.artemis.api.core.management.ActiveMQServerControl
-
Deprecated.
- createQueue(String, String, boolean, String) - Method in interface org.apache.activemq.artemis.api.core.management.ActiveMQServerControl
-
Create a queue.
- createQueue(String, String, String, boolean) - Method in interface org.apache.activemq.artemis.api.core.management.ActiveMQServerControl
-
Create a queue.
- createQueue(String, String, String, boolean, String) - Method in interface org.apache.activemq.artemis.api.core.management.ActiveMQServerControl
-
Create a queue.
- createQueue(String, String, String, String, boolean, int, boolean, boolean) - Method in interface org.apache.activemq.artemis.api.core.management.ActiveMQServerControl
-
Create a queue.
- createQueue(String) - Static method in class org.apache.activemq.artemis.api.jms.ActiveMQJMSClient
-
Creates a client-side representation of a JMS Queue.
- 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(boolean, String, String, boolean, String...) - Method in class org.apache.activemq.artemis.jms.server.impl.JMSServerManagerImpl
-
Deprecated.
- createQueue(boolean, String, String, boolean, String...) - Method in interface org.apache.activemq.artemis.jms.server.JMSServerManager
-
Deprecated.
Creates a JMS Queue.
- createQueue(String) - Method in class org.apache.activemq.artemis.jndi.ActiveMQInitialContextFactory
-
Factory method to create new Queue instances
- createQueue(SimpleString, SimpleString, SimpleString, boolean, boolean, boolean) - Method in class org.apache.activemq.artemis.spi.core.remoting.SessionContext
-
Deprecated.
- createQueue(SimpleString, RoutingType, SimpleString, SimpleString, boolean, boolean, int, boolean, boolean) - Method in class org.apache.activemq.artemis.spi.core.remoting.SessionContext
-
- 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
-
- createQueueNameForSharedSubscription(boolean, String, String) - Static method in class org.apache.activemq.artemis.jms.client.ActiveMQDestination
-
- createQueueNameForSubscription(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
-
- createReference(String, JNDIStorable) - Static method in class org.apache.activemq.artemis.jndi.JNDIReferenceFactory
-
Create a Reference instance from a JNDIStorable object
- createSender(Queue) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQSession
-
- createServerLocator(String) - Static method in class org.apache.activemq.artemis.api.core.client.ActiveMQClient
-
Creates an ActiveMQConnectionFactory;
- createServerLocator(boolean, TransportConfiguration...) - Static method in class org.apache.activemq.artemis.api.core.client.ActiveMQClient
-
Create a ServerLocator which creates session factories using a static list of transportConfigurations, the ServerLocator is not updated automatically
as the cluster topology changes, and no HA backup information is propagated to the client
- createServerLocator(boolean, DiscoveryGroupConfiguration) - Static method in class org.apache.activemq.artemis.api.core.client.ActiveMQClient
-
Create a ServerLocator 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
- createServerLocatorWithHA(TransportConfiguration...) - Static method in class org.apache.activemq.artemis.api.core.client.ActiveMQClient
-
Create a ServerLocator which will receive cluster topology updates from the cluster as servers
leave or join and new backups are appointed or removed.
- createServerLocatorWithHA(DiscoveryGroupConfiguration) - Static method in class org.apache.activemq.artemis.api.core.client.ActiveMQClient
-
Create a ServerLocator which will receive cluster topology updates from the cluster as servers
leave or join and new backups are appointed or removed.
- createServerLocatorWithoutHA(TransportConfiguration...) - Static method in class org.apache.activemq.artemis.api.core.client.ActiveMQClient
-
Create a ServerLocator which creates session factories using a static list of transportConfigurations, the ServerLocator is not updated automatically
as the cluster topology changes, and no HA backup information is propagated to the client
- createServerLocatorWithoutHA(DiscoveryGroupConfiguration) - Static method in class org.apache.activemq.artemis.api.core.client.ActiveMQClient
-
Create a ServerLocator which creates session factories from a set of live servers, no HA
backup information is propagated to the client
- createSession() - Method in interface org.apache.activemq.artemis.api.core.client.ClientSessionFactory
-
Creates a non-transacted session.
- createSession(boolean, boolean) - Method in interface org.apache.activemq.artemis.api.core.client.ClientSessionFactory
-
Creates a session.
- createSession(boolean, boolean, int) - Method in interface org.apache.activemq.artemis.api.core.client.ClientSessionFactory
-
Creates a session.
- createSession(boolean, boolean, boolean) - Method in interface org.apache.activemq.artemis.api.core.client.ClientSessionFactory
-
Creates a session.
- createSession(boolean, boolean, boolean, boolean) - Method in interface org.apache.activemq.artemis.api.core.client.ClientSessionFactory
-
Creates a session.
- createSession(String, String, boolean, boolean, boolean, boolean, int) - Method in interface org.apache.activemq.artemis.api.core.client.ClientSessionFactory
-
Creates an authenticated session.
- 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
-
- createSessionContext(String, String, String, boolean, boolean, boolean, boolean, int, int) - Method in interface org.apache.activemq.artemis.spi.core.remoting.ClientProtocolManager
-
- createSessionFactory() - Method in interface org.apache.activemq.artemis.api.core.client.ServerLocator
-
Creates a ClientSessionFactory using whatever load balancing policy is in force
- createSessionFactory(String) - Method in interface org.apache.activemq.artemis.api.core.client.ServerLocator
-
- createSessionFactory(TransportConfiguration) - Method in interface org.apache.activemq.artemis.api.core.client.ServerLocator
-
- createSessionFactory(TransportConfiguration, int, boolean) - Method in interface org.apache.activemq.artemis.api.core.client.ServerLocator
-
- 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
-
- createSharedQueue(SimpleString, SimpleString, boolean) - Method in interface org.apache.activemq.artemis.api.core.client.ClientSession
-
Deprecated.
- createSharedQueue(SimpleString, SimpleString, SimpleString, boolean) - Method in interface org.apache.activemq.artemis.api.core.client.ClientSession
-
Deprecated.
- createSharedQueue(SimpleString, RoutingType, SimpleString, boolean) - Method in interface org.apache.activemq.artemis.api.core.client.ClientSession
-
Creates a transient queue.
- createSharedQueue(SimpleString, RoutingType, SimpleString, SimpleString, boolean) - Method in interface org.apache.activemq.artemis.api.core.client.ClientSession
-
Creates a transient queue.
- createSharedQueue(SimpleString, SimpleString, RoutingType, SimpleString, boolean) - Method in class org.apache.activemq.artemis.spi.core.remoting.SessionContext
-
Creates a shared queue using the routing type set by the Address.
- createSharedQueue(SimpleString, SimpleString, SimpleString, boolean) - Method in class org.apache.activemq.artemis.spi.core.remoting.SessionContext
-
- 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(SimpleString, SimpleString) - Method in interface org.apache.activemq.artemis.api.core.client.ClientSession
-
Deprecated.
- createTemporaryQueue(String, String) - Method in interface org.apache.activemq.artemis.api.core.client.ClientSession
-
Deprecated.
- createTemporaryQueue(SimpleString, SimpleString, SimpleString) - Method in interface org.apache.activemq.artemis.api.core.client.ClientSession
-
Deprecated.
- createTemporaryQueue(String, String, String) - Method in interface org.apache.activemq.artemis.api.core.client.ClientSession
-
Deprecated.
- createTemporaryQueue(SimpleString, RoutingType, SimpleString) - Method in interface org.apache.activemq.artemis.api.core.client.ClientSession
-
Creates a temporary queue.
- createTemporaryQueue(String, RoutingType, String) - Method in interface org.apache.activemq.artemis.api.core.client.ClientSession
-
Creates a temporary queue.
- createTemporaryQueue(SimpleString, RoutingType, SimpleString, SimpleString) - Method in interface org.apache.activemq.artemis.api.core.client.ClientSession
-
Creates a temporary queue with a filter.
- createTemporaryQueue(String, RoutingType, String, String) - Method in interface org.apache.activemq.artemis.api.core.client.ClientSession
-
Creates a temporary queue with a filter.
- 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) - 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(boolean, String, String...) - Method in class org.apache.activemq.artemis.jms.server.impl.JMSServerManagerImpl
-
Deprecated.
- createTopic(boolean, String, boolean, String...) - Method in class org.apache.activemq.artemis.jms.server.impl.JMSServerManagerImpl
-
Deprecated.
- createTopic(boolean, String, String...) - Method in interface org.apache.activemq.artemis.jms.server.JMSServerManager
-
Deprecated.
Creates a JMS Topic
- createTopic(boolean, String, boolean, String...) - Method in interface org.apache.activemq.artemis.jms.server.JMSServerManager
-
Deprecated.
- 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
-
- createTransactedSession() - Method in interface org.apache.activemq.artemis.api.core.client.ClientSessionFactory
-
Creates a transacted session.
- createTransportBuffer(int) - Method in class org.apache.activemq.artemis.spi.core.protocol.AbstractRemotingConnection
-
- createTransportBuffer(int) - Method in interface org.apache.activemq.artemis.spi.core.protocol.RemotingConnection
-
creates a new ActiveMQBuffer of the specified size.
- createTransportBuffer(int) - Method in interface org.apache.activemq.artemis.spi.core.remoting.Connection
-
Create a new ActiveMQBuffer of the given size.
- createTransportConfiguration(URI, Map<String, String>, String, String) - Static method in class org.apache.activemq.artemis.uri.schema.connector.InVMTransportConfigurationSchema
-
- 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 interface org.apache.activemq.artemis.api.core.client.ClientSessionFactory
-
Creates a session with XA transaction semantics.
- 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
-
- createXPath(String) - Static method in class org.apache.activemq.artemis.selector.filter.UnaryExpression
-
- createXQuery(String) - Static method in class org.apache.activemq.artemis.selector.filter.UnaryExpression
-
- creationTime - Variable in class org.apache.activemq.artemis.spi.core.protocol.AbstractRemotingConnection
-
- curChar - Variable in class org.apache.activemq.artemis.selector.hyphenated.HyphenatedParserTokenManager
-
- curChar - Variable in class org.apache.activemq.artemis.selector.strict.StrictParserTokenManager
-
- currentFile(Long, Long, Long, Boolean) - Method in interface org.apache.activemq.artemis.journal.ActiveMQJournalLogger
-
- currentToken - Variable in exception org.apache.activemq.artemis.selector.hyphenated.ParseException
-
This is the last token that has been consumed successfully.
- currentToken - Variable in exception org.apache.activemq.artemis.selector.strict.ParseException
-
This is the last token that has been consumed successfully.
- generateParseException() - Method in class org.apache.activemq.artemis.selector.hyphenated.HyphenatedParser
-
Generate ParseException.
- generateParseException() - Method in class org.apache.activemq.artemis.selector.strict.StrictParser
-
Generate ParseException.
- getAbortedMessageCount() - Method in class org.apache.activemq.artemis.jms.bridge.impl.JMSBridgeImpl
-
- getAbortedMessageCount() - Method in interface org.apache.activemq.artemis.jms.bridge.JMSBridge
-
- getAcceptorObjectName(String) - Method in class org.apache.activemq.artemis.api.core.management.ObjectNameBuilder
-
Returns the ObjectName used by AcceptorControl.
- getAckBatchSize() - Method in interface org.apache.activemq.artemis.api.core.client.ServerLocator
-
Returns the acknowledgments batch size.
- getAcknowledgeMode() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQSession
-
- getActiveMQServer() - Method in class org.apache.activemq.artemis.jms.server.impl.JMSServerManagerImpl
-
Deprecated.
- getActiveMQServer() - Method in interface org.apache.activemq.artemis.jms.server.JMSServerManager
-
Deprecated.
- getActiveMQServerObjectName() - Method in class org.apache.activemq.artemis.api.core.management.ObjectNameBuilder
-
- getAddress() - Method in interface org.apache.activemq.artemis.api.core.client.ClientProducer
-
Returns the address where messages will be sent.
- getAddress() - Method in interface org.apache.activemq.artemis.api.core.client.ClientSession.QueueQuery
-
Returns the address that the queue is bound to.
- getAddress() - Method in interface org.apache.activemq.artemis.api.core.management.AddressControl
-
Returns the managed address.
- getAddress() - Method in interface org.apache.activemq.artemis.api.core.management.ClusterConnectionControl
-
Returns the address used by this cluster connection.
- getAddress() - Method in interface org.apache.activemq.artemis.api.core.management.DivertControl
-
Returns the origin address used by this divert.
- getAddress() - Method in interface org.apache.activemq.artemis.api.core.management.QueueControl
-
Returns the address this queue is bound to.
- getAddress() - Method in interface org.apache.activemq.artemis.api.core.Message
-
- getAddress() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQDestination
-
- getAddressFullMessagePolicy() - Method in class org.apache.activemq.artemis.api.core.management.AddressSettingsInfo
-
- getAddressInfo(String) - Method in interface org.apache.activemq.artemis.api.core.management.ActiveMQServerControl
-
- getAddressMemoryUsage() - Method in interface org.apache.activemq.artemis.api.core.management.ActiveMQServerControl
-
Returns the memory used by all the addresses on broker for in-memory messages
- getAddressMemoryUsagePercentage() - Method in interface org.apache.activemq.artemis.api.core.management.ActiveMQServerControl
-
Returns the memory used by all the addresses on broker as a percentage of global maximum limit
- getAddressNames() - Method in interface org.apache.activemq.artemis.api.core.management.ActiveMQServerControl
-
Returns the addresses created on this server.
- getAddressObjectName(SimpleString) - Method in class org.apache.activemq.artemis.api.core.management.ObjectNameBuilder
-
Returns the ObjectName used by AddressControl.
- getAddressSettings(String) - Method in class org.apache.activemq.artemis.jms.server.impl.JMSServerManagerImpl
-
Deprecated.
- getAddressSettings(String) - Method in interface org.apache.activemq.artemis.jms.server.JMSServerManager
-
Deprecated.
- getAddressSettingsAsJSON(String) - Method in interface org.apache.activemq.artemis.api.core.management.ActiveMQServerControl
-
returns the address settings as a JSON string
- getAddressSimpleString() - Method in interface org.apache.activemq.artemis.api.core.Message
-
- getAddressSize() - Method in interface org.apache.activemq.artemis.api.core.management.AddressControl
-
Returns the number of estimated bytes being used by the queue(s), used to control paging and blocking.
- getAnnotation(SimpleString) - Method in interface org.apache.activemq.artemis.api.core.Message
-
- getAnnotationString(SimpleString) - Method in interface org.apache.activemq.artemis.api.core.Message
-
- getAsync() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQJMSProducer
-
- getAutoStart() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQJMSContext
-
- getBackup() - Method in interface org.apache.activemq.artemis.api.core.client.TopologyMember
-
Returns the TransportConfiguration relative to the backup server if any.
- getBackupGroupName() - Method in interface org.apache.activemq.artemis.api.core.client.TopologyMember
-
Returns the backup-group-name
of the live server and backup servers associated with
Topology entry.
- getBeginColumn() - Method in class org.apache.activemq.artemis.selector.hyphenated.SimpleCharStream
-
Get token beginning column number.
- getBeginColumn() - Method in class org.apache.activemq.artemis.selector.strict.SimpleCharStream
-
Get token beginning column number.
- getBeginLine() - Method in class org.apache.activemq.artemis.selector.hyphenated.SimpleCharStream
-
Get token beginning line number.
- getBeginLine() - Method in class org.apache.activemq.artemis.selector.strict.SimpleCharStream
-
Get token beginning line number.
- getBindingNames() - Method in interface org.apache.activemq.artemis.api.core.management.AddressControl
-
Returns the names of all bindings (both queues and diverts) bound to this address
- getBindings() - Method in class org.apache.activemq.artemis.jms.persistence.config.PersistedBindings
-
- getBindings() - Method in interface org.apache.activemq.artemis.jms.server.config.ConnectionFactoryConfiguration
-
- getBindings() - Method in class org.apache.activemq.artemis.jms.server.config.impl.ConnectionFactoryConfigurationImpl
-
- getBindings() - Method in class org.apache.activemq.artemis.jms.server.config.impl.JMSQueueConfigurationImpl
-
- getBindings() - Method in class org.apache.activemq.artemis.jms.server.config.impl.TopicConfigurationImpl
-
- getBindings() - Method in interface org.apache.activemq.artemis.jms.server.config.JMSQueueConfiguration
-
- getBindings() - Method in interface org.apache.activemq.artemis.jms.server.config.TopicConfiguration
-
- getBindingsDirectory() - Method in interface org.apache.activemq.artemis.api.core.management.ActiveMQServerControl
-
Returns the file system directory used to store bindings.
- getBindingsOnConnectionFactory(String) - Method in class org.apache.activemq.artemis.jms.server.impl.JMSServerManagerImpl
-
Deprecated.
- getBindingsOnConnectionFactory(String) - Method in interface org.apache.activemq.artemis.jms.server.JMSServerManager
-
Deprecated.
- getBindingsOnQueue(String) - Method in class org.apache.activemq.artemis.jms.server.impl.JMSServerManagerImpl
-
Deprecated.
- getBindingsOnQueue(String) - Method in interface org.apache.activemq.artemis.jms.server.JMSServerManager
-
Deprecated.
- getBindingsOnTopic(String) - Method in class org.apache.activemq.artemis.jms.server.impl.JMSServerManagerImpl
-
Deprecated.
- getBindingsOnTopic(String) - Method in interface org.apache.activemq.artemis.jms.server.JMSServerManager
-
Deprecated.
- getBody(Class<T>) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQMessage
-
- getBodyAs(Class<T>) - Method in interface org.apache.activemq.artemis.selector.filter.Filterable
-
This method is used by message filters which do content based routing (Like the XPath
based selectors).
- getBodyBuffer() - Method in interface org.apache.activemq.artemis.api.core.client.ClientMessage
-
The buffer to write the body.
- getBodyBuffer() - Method in interface org.apache.activemq.artemis.api.core.ICoreMessage
-
The body used for this message.
- getBodyBuffer() - Method in interface org.apache.activemq.artemis.api.core.Message
-
- getBodyEncoder() - Method in interface org.apache.activemq.artemis.api.core.ICoreMessage
-
- getBodyInputStream() - Method in interface org.apache.activemq.artemis.api.core.client.ClientMessage
-
Return the bodyInputStream for large messages
- getBodyInputStream() - Method in interface org.apache.activemq.artemis.api.core.ICoreMessage
-
- getBodyInputStream() - Method in interface org.apache.activemq.artemis.api.core.Message
-
- 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
-
- getBodySize() - Method in interface org.apache.activemq.artemis.api.core.client.ClientMessage
-
Returns the size (in bytes) of this message's body
- getBoolean(String) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQMapMessage
-
- getBooleanProperty(String) - Method in interface org.apache.activemq.artemis.api.core.Message
-
- getBooleanProperty(SimpleString) - Method in interface org.apache.activemq.artemis.api.core.Message
-
- getBooleanProperty(String) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQJMSProducer
-
- getBooleanProperty(String) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQMessage
-
- getBridgeName() - Method in class org.apache.activemq.artemis.jms.bridge.impl.JMSBridgeImpl
-
- getBridgeName() - Method in interface org.apache.activemq.artemis.jms.bridge.JMSBridge
-
- getBridgeNames() - Method in interface org.apache.activemq.artemis.api.core.management.ActiveMQServerControl
-
- getBridgeObjectName(String) - Method in class org.apache.activemq.artemis.api.core.management.ObjectNameBuilder
-
Returns the ObjectName used by BridgeControl.
- getBroadcastEndpointFactory() - Method in class org.apache.activemq.artemis.api.core.DiscoveryGroupConfiguration
-
- getBroadcastGroupObjectName(String) - Method in class org.apache.activemq.artemis.api.core.management.ObjectNameBuilder
-
Returns the ObjectName used by BroadcastGroupControl.
- getBroadcastPeriod() - Method in class org.apache.activemq.artemis.api.core.BroadcastGroupConfiguration
-
- getBroadcastPeriod() - Method in interface org.apache.activemq.artemis.api.core.management.BroadcastGroupControl
-
Returns the period used by this broadcast group.
- getBuffer() - Method in interface org.apache.activemq.artemis.api.core.Message
-
- getByte(String) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQMapMessage
-
- getByteProperty(String) - Method in interface org.apache.activemq.artemis.api.core.Message
-
- getByteProperty(SimpleString) - Method in interface org.apache.activemq.artemis.api.core.Message
-
- 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
-
- getBytesProperty(String) - Method in interface org.apache.activemq.artemis.api.core.Message
-
- getBytesProperty(SimpleString) - Method in interface org.apache.activemq.artemis.api.core.Message
-
- getCallFailoverTimeout() - Method in interface org.apache.activemq.artemis.api.core.client.ServerLocator
-
Returns the blocking calls failover timeout when the client is awaiting failover,
this is over and above the normal call timeout.
- getCallFailoverTimeout() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
-
- getCallFailoverTimeout() - Method in interface org.apache.activemq.artemis.jms.server.config.ConnectionFactoryConfiguration
-
- getCallFailoverTimeout() - Method in class org.apache.activemq.artemis.jms.server.config.impl.ConnectionFactoryConfigurationImpl
-
- getCallTimeout() - Method in interface org.apache.activemq.artemis.api.core.client.ServerLocator
-
Returns the blocking calls timeout.
- getCallTimeout() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
-
- getCallTimeout() - Method in interface org.apache.activemq.artemis.jms.server.config.ConnectionFactoryConfiguration
-
- getCallTimeout() - Method in class org.apache.activemq.artemis.jms.server.config.impl.ConnectionFactoryConfigurationImpl
-
- getCertificateConfiguration() - Method in class org.apache.activemq.artemis.spi.core.security.ActiveMQJAASSecurityManager
-
- getCertificates() - Method in class org.apache.activemq.artemis.spi.core.security.jaas.CertificateCallback
-
Getter for certificate chain.
- getChannel() - Method in class org.apache.activemq.artemis.api.core.ChannelBroadcastEndpointFactory
-
- getChannel() - Method in class org.apache.activemq.artemis.api.core.jgroups.JChannelWrapper
-
- getChannelName() - Method in class org.apache.activemq.artemis.api.core.ChannelBroadcastEndpointFactory
-
- getChannelName() - Method in class org.apache.activemq.artemis.api.core.jgroups.JChannelWrapper
-
- getChannelName() - Method in class org.apache.activemq.artemis.api.core.JGroupsFileBroadcastEndpointFactory
-
- getChannelName() - Method in class org.apache.activemq.artemis.api.core.JGroupsPropertiesBroadcastEndpointFactory
-
- getChar(String) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQMapMessage
-
- getClientFailureCheckPeriod() - Method in interface org.apache.activemq.artemis.api.core.client.ServerLocator
-
Returns the period used to check if a client has failed to receive pings from the server.
- getClientFailureCheckPeriod() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
-
- getClientFailureCheckPeriod() - Method in interface org.apache.activemq.artemis.jms.server.config.ConnectionFactoryConfiguration
-
- getClientFailureCheckPeriod() - Method in class org.apache.activemq.artemis.jms.server.config.impl.ConnectionFactoryConfigurationImpl
-
- getClientID() - Method in class org.apache.activemq.artemis.jms.bridge.impl.JMSBridgeControlImpl
-
- getClientID() - Method in class org.apache.activemq.artemis.jms.bridge.impl.JMSBridgeImpl
-
- getClientID() - Method in interface org.apache.activemq.artemis.jms.bridge.JMSBridge
-
- getClientID() - Method in interface org.apache.activemq.artemis.jms.bridge.JMSBridgeControl
-
- 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
-
- getClientID() - Method in interface org.apache.activemq.artemis.jms.server.config.ConnectionFactoryConfiguration
-
- getClientID() - Method in class org.apache.activemq.artemis.jms.server.config.impl.ConnectionFactoryConfigurationImpl
-
- getClientID() - Method in class org.apache.activemq.artemis.spi.core.protocol.AbstractRemotingConnection
-
- getClientID() - Method in interface org.apache.activemq.artemis.spi.core.protocol.RemotingConnection
-
Returns the Client ID associated with this connection
- getClusterConnection() - Method in interface org.apache.activemq.artemis.spi.core.remoting.Acceptor
-
- getClusterConnectionObjectName(String) - Method in class org.apache.activemq.artemis.api.core.management.ObjectNameBuilder
-
Returns the ObjectName used by ClusterConnectionControl.
- getColumn() - Method in class org.apache.activemq.artemis.selector.hyphenated.SimpleCharStream
-
Deprecated.
- getColumn() - Method in class org.apache.activemq.artemis.selector.strict.SimpleCharStream
-
Deprecated.
- getConfig() - Method in class org.apache.activemq.artemis.jms.persistence.config.PersistedConnectionFactory
-
- getConfiguration() - Method in interface org.apache.activemq.artemis.spi.core.remoting.Acceptor
-
- getConfiguration() - Method in class org.apache.activemq.artemis.spi.core.security.ActiveMQJAASSecurityManager
-
- getConfiguration() - Method in class org.apache.activemq.artemis.spi.core.security.ActiveMQSecurityManagerImpl
-
Deprecated.
- getConfigurationUrl() - Method in class org.apache.activemq.artemis.jms.server.config.impl.JMSConfigurationImpl
-
- getConfigurationUrl() - Method in interface org.apache.activemq.artemis.jms.server.config.JMSConfiguration
-
- getConfirmationWindowSize() - Method in interface org.apache.activemq.artemis.api.core.client.ServerLocator
-
Returns the size for the confirmation window of clients using this factory.
- getConfirmationWindowSize() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
-
- getConfirmationWindowSize() - Method in interface org.apache.activemq.artemis.jms.server.config.ConnectionFactoryConfiguration
-
- getConfirmationWindowSize() - Method in class org.apache.activemq.artemis.jms.server.config.impl.ConnectionFactoryConfigurationImpl
-
- getConnection() - Method in interface org.apache.activemq.artemis.api.core.client.ClientSessionFactory
-
Returns the code connection used by this session factory.
- getConnectionCount() - Method in interface org.apache.activemq.artemis.api.core.management.ActiveMQServerControl
-
Returns the number of clients connected to this server.
- getConnectionFactoryConfigurations() - Method in class org.apache.activemq.artemis.jms.server.config.impl.JMSConfigurationImpl
-
- getConnectionFactoryConfigurations() - Method in interface org.apache.activemq.artemis.jms.server.config.JMSConfiguration
-
- getConnectionID() - Method in interface org.apache.activemq.artemis.api.core.Message
-
- getConnectionLoadBalancingPolicyClassName() - Method in interface org.apache.activemq.artemis.api.core.client.ServerLocator
-
Returns the class name of the connection load balancing policy.
- getConnectionLoadBalancingPolicyClassName() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
-
- getConnectionTTL() - Method in interface org.apache.activemq.artemis.api.core.client.ServerLocator
-
Returns the connection time-to-live.
- getConnectionTTL() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
-
- getConnectionTTL() - Method in interface org.apache.activemq.artemis.jms.server.config.ConnectionFactoryConfiguration
-
- getConnectionTTL() - Method in class org.apache.activemq.artemis.jms.server.config.impl.ConnectionFactoryConfigurationImpl
-
- getConnectionTTLOverride() - Method in interface org.apache.activemq.artemis.api.core.management.ActiveMQServerControl
-
Returns the connection time to live.
- getConnectorConfig() - Method in interface org.apache.activemq.artemis.spi.core.remoting.Connection
-
- getConnectorConfiguration() - Method in interface org.apache.activemq.artemis.api.core.client.ClientSessionFactory
-
Return the configuration used
- getConnectorInfos() - Method in class org.apache.activemq.artemis.api.core.BroadcastGroupConfiguration
-
- getConnectorNames() - Method in interface org.apache.activemq.artemis.jms.server.config.ConnectionFactoryConfiguration
-
- getConnectorNames() - Method in class org.apache.activemq.artemis.jms.server.config.impl.ConnectionFactoryConfigurationImpl
-
- getConnectorPairs() - Method in interface org.apache.activemq.artemis.api.core.management.BroadcastGroupControl
-
Returns the pairs of live-backup connectors that are broadcasted by this broadcast group.
- getConnectorPairsAsJSON() - Method in interface org.apache.activemq.artemis.api.core.management.BroadcastGroupControl
-
Returns the pairs of live-backup connectors that are broadcasted by this broadcast group
using JSON serialization.
- getConnectors() - Method in interface org.apache.activemq.artemis.api.core.management.ActiveMQServerControl
-
Returns the connectors configured for this server.
- getConnectorsAsJSON() - Method in interface org.apache.activemq.artemis.api.core.management.ActiveMQServerControl
-
Returns the connectors configured for this server using JSON serialization.
- getConnectorServices() - Method in interface org.apache.activemq.artemis.api.core.management.ActiveMQServerControl
-
- getConsumerContext() - Method in interface org.apache.activemq.artemis.api.core.client.ClientConsumer
-
The server's ID associated with this consumer.
- getConsumerCount() - Method in interface org.apache.activemq.artemis.api.core.client.ClientSession.QueueQuery
-
Returns the number of consumers attached to the queue.
- getConsumerCount() - Method in interface org.apache.activemq.artemis.api.core.management.QueueControl
-
Returns the number of consumers consuming messages from this queue.
- getConsumerMaxRate() - Method in interface org.apache.activemq.artemis.api.core.client.ServerLocator
-
Returns the maximum rate of message consumption for consumers created through this factory.
- getConsumerMaxRate() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
-
- getConsumerMaxRate() - Method in interface org.apache.activemq.artemis.jms.server.config.ConnectionFactoryConfiguration
-
- getConsumerMaxRate() - Method in class org.apache.activemq.artemis.jms.server.config.impl.ConnectionFactoryConfigurationImpl
-
- getConsumerWindowSize() - Method in interface org.apache.activemq.artemis.api.core.client.ServerLocator
-
Returns the window size for flow control of the consumers created through this factory.
- getConsumerWindowSize() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
-
- getConsumerWindowSize() - Method in interface org.apache.activemq.artemis.jms.server.config.ConnectionFactoryConfiguration
-
- getConsumerWindowSize() - Method in class org.apache.activemq.artemis.jms.server.config.impl.ConnectionFactoryConfigurationImpl
-
- getContent() - Method in class org.apache.activemq.artemis.jms.referenceable.SerializableObjectRefAddr
-
- getContext() - Method in interface org.apache.activemq.artemis.api.core.Message
-
Context can be used by the application server to inject extra control, like a protocol specific on the server.
- getContext() - Method in class org.apache.activemq.artemis.api.core.RefCountMessage
-
- 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
-
- getCount() - Method in class org.apache.activemq.artemis.api.core.management.MessageCounterInfo
-
Returns the number of messages added to the queue since it was created.
- getCountDelta() - Method in class org.apache.activemq.artemis.api.core.management.MessageCounterInfo
-
Returns the number of messages added to the queue since the last counter sample.
- getCounters() - Method in class org.apache.activemq.artemis.api.core.management.DayCounterInfo
-
Returns a 24-length array corresponding to the number of messages added to the queue
for the given hour of the day.
- getCreationTime() - Method in class org.apache.activemq.artemis.spi.core.protocol.AbstractRemotingConnection
-
- getCreationTime() - Method in interface org.apache.activemq.artemis.spi.core.protocol.RemotingConnection
-
- getCreditsOnSendingFull(Message) - Method in class org.apache.activemq.artemis.spi.core.remoting.SessionContext
-
- getCriticalAnalyzer() - Static method in class org.apache.activemq.artemis.api.config.ActiveMQDefaultConfiguration
-
- getCriticalAnalyzerCheckPeriod(long) - Static method in class org.apache.activemq.artemis.api.config.ActiveMQDefaultConfiguration
-
- getCriticalAnalyzerPolicy() - Static method in class org.apache.activemq.artemis.api.config.ActiveMQDefaultConfiguration
-
- getCriticalAnalyzerTimeout() - Static method in class org.apache.activemq.artemis.api.config.ActiveMQDefaultConfiguration
-
- getCurrentConnection() - Method in interface org.apache.activemq.artemis.spi.core.remoting.ClientProtocolManager
-
- getDate() - Method in class org.apache.activemq.artemis.api.core.management.DayCounterInfo
-
Returns the date of the counter.
- getDeadLetterAddress() - Method in class org.apache.activemq.artemis.api.core.management.AddressSettingsInfo
-
- getDeadLetterAddress() - Method in interface org.apache.activemq.artemis.api.core.management.QueueControl
-
Returns the dead-letter address associated with this queue.
- getDefaultActiveMQPrincipal() - Method in interface org.apache.activemq.artemis.spi.core.remoting.Connection
-
- getDefaultAddressPathSeparator() - Static method in class org.apache.activemq.artemis.api.config.ActiveMQDefaultConfiguration
-
- getDefaultAmqpUseCoreSubscriptionNaming() - Static method in class org.apache.activemq.artemis.api.config.ActiveMQDefaultConfiguration
-
- getDefaultBindingsDirectory() - Static method in class org.apache.activemq.artemis.api.config.ActiveMQDefaultConfiguration
-
the directory to store the persisted bindings to
- getDefaultBindingsTableName() - Static method in class org.apache.activemq.artemis.api.config.ActiveMQDefaultConfiguration
-
- getDefaultBridgeConfirmationWindowSize() - Static method in class org.apache.activemq.artemis.api.config.ActiveMQDefaultConfiguration
-
Once the bridge has received this many bytes, it sends a confirmation
- getDefaultBridgeConnectSameNode() - Static method in class org.apache.activemq.artemis.api.config.ActiveMQDefaultConfiguration
-
Upon reconnection this configures the number of time the same node on the topology will be retried before reseting the server locator and using the initial connectors
- getDefaultBridgeInitialConnectAttempts() - Static method in class org.apache.activemq.artemis.api.config.ActiveMQDefaultConfiguration
-
maximum number of initial connection attempts, -1 means 'no limits'
- getDefaultBridgeProducerWindowSize() - Static method in class org.apache.activemq.artemis.api.config.ActiveMQDefaultConfiguration
-
Producer flow control
- getDefaultBridgeReconnectAttempts() - Static method in class org.apache.activemq.artemis.api.config.ActiveMQDefaultConfiguration
-
maximum number of retry attempts, -1 means 'no limits'
- getDefaultBroadcastPeriod() - Static method in class org.apache.activemq.artemis.api.config.ActiveMQDefaultConfiguration
-
period in milliseconds between consecutive broadcasts
- getDefaultBroadcastRefreshTimeout() - Static method in class org.apache.activemq.artemis.api.config.ActiveMQDefaultConfiguration
-
Period the discovery group waits after receiving the last broadcast from a particular server before removing that servers connector pair entry from its list.
- getDefaultClientFailureCheckPeriod() - Static method in class org.apache.activemq.artemis.api.config.ActiveMQDefaultConfiguration
-
- getDefaultClusterAddress() - Static method in class org.apache.activemq.artemis.api.config.ActiveMQDefaultConfiguration
-
The default Cluster address for the Cluster connection
- getDefaultClusterCallFailoverTimeout() - Static method in class org.apache.activemq.artemis.api.config.ActiveMQDefaultConfiguration
-
How long to wait for a reply if in the middle of a fail-over.
- getDefaultClusterCallTimeout() - Static method in class org.apache.activemq.artemis.api.config.ActiveMQDefaultConfiguration
-
How long to wait for a reply
- getDefaultClusterConfirmationWindowSize() - Static method in class org.apache.activemq.artemis.api.config.ActiveMQDefaultConfiguration
-
The size (in bytes) of the window used for confirming data from the server connected to.
- getDefaultClusterConnectionTtl() - Static method in class org.apache.activemq.artemis.api.config.ActiveMQDefaultConfiguration
-
how long to keep a connection alive in the absence of any data arriving from the client
- getDefaultClusterFailureCheckPeriod() - Static method in class org.apache.activemq.artemis.api.config.ActiveMQDefaultConfiguration
-
The period (in milliseconds) used to check if the cluster connection has failed to receive pings from another server
- getDefaultClusterInitialConnectAttempts() - Static method in class org.apache.activemq.artemis.api.config.ActiveMQDefaultConfiguration
-
How many attempts should be made to connect initially
- getDefaultClusterMaxHops() - Static method in class org.apache.activemq.artemis.api.config.ActiveMQDefaultConfiguration
-
maximum number of hops cluster topology is propagated
- getDefaultClusterMaxRetryInterval() - Static method in class org.apache.activemq.artemis.api.config.ActiveMQDefaultConfiguration
-
Maximum value for retry-interval
- getDefaultClusterMessageLoadBalancingType() - Static method in class org.apache.activemq.artemis.api.config.ActiveMQDefaultConfiguration
-
should messages be load balanced if there are no matching consumers on target?
- getDefaultClusterNotificationAttempts() - Static method in class org.apache.activemq.artemis.api.config.ActiveMQDefaultConfiguration
-
how many times this cluster connection will notify the cluster of its existence right after joining the cluster
- getDefaultClusterNotificationInterval() - Static method in class org.apache.activemq.artemis.api.config.ActiveMQDefaultConfiguration
-
how often the cluster connection will notify the cluster of its existence right after joining the cluster
- getDefaultClusterPassword() - Static method in class org.apache.activemq.artemis.api.config.ActiveMQDefaultConfiguration
-
Cluster password.
- getDefaultClusterReconnectAttempts() - Static method in class org.apache.activemq.artemis.api.config.ActiveMQDefaultConfiguration
-
How many attempts should be made to reconnect after failure
- getDefaultClusterRetryInterval() - Static method in class org.apache.activemq.artemis.api.config.ActiveMQDefaultConfiguration
-
period (in ms) between successive retries
- getDefaultClusterRetryIntervalMultiplier() - Static method in class org.apache.activemq.artemis.api.config.ActiveMQDefaultConfiguration
-
multiplier to apply to the retry-interval
- getDefaultClusterUser() - Static method in class org.apache.activemq.artemis.api.config.ActiveMQDefaultConfiguration
-
Cluster username.
- getDefaultConfigurationFileRefreshPeriod() - Static method in class org.apache.activemq.artemis.api.config.ActiveMQDefaultConfiguration
-
- getDefaultConnectionTtl() - Static method in class org.apache.activemq.artemis.api.config.ActiveMQDefaultConfiguration
-
how long to keep a connection alive in the absence of any data arriving from the client.
- getDefaultConnectionTtlCheckInterval() - Static method in class org.apache.activemq.artemis.api.config.ActiveMQDefaultConfiguration
-
- getDefaultConnectionTtlOverride() - Static method in class org.apache.activemq.artemis.api.config.ActiveMQDefaultConfiguration
-
if set, this will override how long (in ms) to keep a connection alive without receiving a ping.
- getDefaultDatabaseUrl() - Static method in class org.apache.activemq.artemis.api.config.ActiveMQDefaultConfiguration
-
The default database URL, used with DATABASE store type.
- getDefaultDiskScanPeriod() - Static method in class org.apache.activemq.artemis.api.config.ActiveMQDefaultConfiguration
-
- getDefaultDivertRoutingType() - Static method in class org.apache.activemq.artemis.api.config.ActiveMQDefaultConfiguration
-
how the divert should handle the message's routing type
- getDefaultDriverClassName() - Static method in class org.apache.activemq.artemis.api.config.ActiveMQDefaultConfiguration
-
- getDefaultFailbackDelay() - Static method in class org.apache.activemq.artemis.api.config.ActiveMQDefaultConfiguration
-
- getDefaultFileDeployerScanPeriod() - Static method in class org.apache.activemq.artemis.api.config.ActiveMQDefaultConfiguration
-
- getDefaultGracefulShutdownTimeout() - Static method in class org.apache.activemq.artemis.api.config.ActiveMQDefaultConfiguration
-
true means that graceful shutdown is enabled
- getDefaultGroupingHandlerGroupTimeout() - Static method in class org.apache.activemq.artemis.api.config.ActiveMQDefaultConfiguration
-
How long a group binding will be used, -1 means for ever.
- getDefaultGroupingHandlerReaperPeriod() - Static method in class org.apache.activemq.artemis.api.config.ActiveMQDefaultConfiguration
-
How often the reaper will be run to check for timed out group bindings.
- getDefaultGroupingHandlerTimeout() - Static method in class org.apache.activemq.artemis.api.config.ActiveMQDefaultConfiguration
-
How long to wait for a decision
- getDefaultHapolicyBackupPortOffset() - Static method in class org.apache.activemq.artemis.api.config.ActiveMQDefaultConfiguration
-
The offset to use for the Connectors and Acceptors when creating a new backup server.
- getDefaultHapolicyBackupRequestRetries() - Static method in class org.apache.activemq.artemis.api.config.ActiveMQDefaultConfiguration
-
How many times the live server will try to request a backup, -1 means for ever.
- getDefaultHapolicyBackupRequestRetryInterval() - Static method in class org.apache.activemq.artemis.api.config.ActiveMQDefaultConfiguration
-
How long to wait for retries between attempts to request a backup server.
- getDefaultHapolicyBackupStrategy() - Static method in class org.apache.activemq.artemis.api.config.ActiveMQDefaultConfiguration
-
The backup strategy to use if we are a backup or for any colocated backups.
- getDefaultHapolicyMaxBackups() - Static method in class org.apache.activemq.artemis.api.config.ActiveMQDefaultConfiguration
-
Whether or not this live server will accept backup requests from other live servers.
- getDefaultHapolicyType() - Static method in class org.apache.activemq.artemis.api.config.ActiveMQDefaultConfiguration
-
what kind of HA Policy should we use
- getDefaultIdCacheSize() - Static method in class org.apache.activemq.artemis.api.config.ActiveMQDefaultConfiguration
-
the size of the cache for pre-creating message ID's
- getDefaultInitialReplicationSyncTimeout() - Static method in class org.apache.activemq.artemis.api.config.ActiveMQDefaultConfiguration
-
if we have to start as a replicated server this is the delay to wait before fail-back occurs
- getDefaultJdbcLockAcquisitionTimeoutMillis() - Static method in class org.apache.activemq.artemis.api.config.ActiveMQDefaultConfiguration
-
- getDefaultJdbcLockExpirationMillis() - Static method in class org.apache.activemq.artemis.api.config.ActiveMQDefaultConfiguration
-
- getDefaultJdbcLockRenewPeriodMillis() - Static method in class org.apache.activemq.artemis.api.config.ActiveMQDefaultConfiguration
-
- getDefaultJdbcNetworkTimeout() - Static method in class org.apache.activemq.artemis.api.config.ActiveMQDefaultConfiguration
-
- getDefaultJmxDomain() - Static method in class org.apache.activemq.artemis.api.config.ActiveMQDefaultConfiguration
-
the JMX domain used to registered ActiveMQ Artemis MBeans in the MBeanServer
- getDefaultJournalBufferSizeAio() - Static method in class org.apache.activemq.artemis.api.config.ActiveMQDefaultConfiguration
-
- getDefaultJournalBufferSizeNio() - Static method in class org.apache.activemq.artemis.api.config.ActiveMQDefaultConfiguration
-
- getDefaultJournalBufferTimeoutAio() - Static method in class org.apache.activemq.artemis.api.config.ActiveMQDefaultConfiguration
-
- getDefaultJournalBufferTimeoutNio() - Static method in class org.apache.activemq.artemis.api.config.ActiveMQDefaultConfiguration
-
- getDefaultJournalCompactMinFiles() - Static method in class org.apache.activemq.artemis.api.config.ActiveMQDefaultConfiguration
-
The minimal number of data files before we can start compacting
- getDefaultJournalCompactPercentage() - Static method in class org.apache.activemq.artemis.api.config.ActiveMQDefaultConfiguration
-
The percentage of live data on which we consider compacting the journal
- getDefaultJournalDir() - Static method in class org.apache.activemq.artemis.api.config.ActiveMQDefaultConfiguration
-
the directory to store the journal files in
- getDefaultJournalFileOpenTimeout() - Static method in class org.apache.activemq.artemis.api.config.ActiveMQDefaultConfiguration
-
- getDefaultJournalFileSize() - Static method in class org.apache.activemq.artemis.api.config.ActiveMQDefaultConfiguration
-
the size (in bytes) of each journal file
- getDefaultJournalLockAcquisitionTimeout() - Static method in class org.apache.activemq.artemis.api.config.ActiveMQDefaultConfiguration
-
how long (in ms) to wait to acquire a file lock on the journal
- getDefaultJournalMaxIoAio() - Static method in class org.apache.activemq.artemis.api.config.ActiveMQDefaultConfiguration
-
- getDefaultJournalMaxIoNio() - Static method in class org.apache.activemq.artemis.api.config.ActiveMQDefaultConfiguration
-
- getDefaultJournalMinFiles() - Static method in class org.apache.activemq.artemis.api.config.ActiveMQDefaultConfiguration
-
how many journal files to pre-create
- getDefaultJournalPoolFiles() - Static method in class org.apache.activemq.artemis.api.config.ActiveMQDefaultConfiguration
-
How many journal files can be resued
- getDefaultLargeMessagesDir() - Static method in class org.apache.activemq.artemis.api.config.ActiveMQDefaultConfiguration
-
the directory to store large messages
- getDefaultLargeMessagesTableName() - Static method in class org.apache.activemq.artemis.api.config.ActiveMQDefaultConfiguration
-
- getDefaultManagementAddress() - Static method in class org.apache.activemq.artemis.api.config.ActiveMQDefaultConfiguration
-
the name of the management address to send management messages to.
- getDefaultManagementNotificationAddress() - Static method in class org.apache.activemq.artemis.api.config.ActiveMQDefaultConfiguration
-
the name of the address that consumers bind to receive management notifications
- getDefaultMaxConcurrentPageIo() - Static method in class org.apache.activemq.artemis.api.config.ActiveMQDefaultConfiguration
-
The max number of concurrent reads allowed on paging
- getDefaultMaxConsumers() - Method in interface org.apache.activemq.artemis.api.core.client.ClientSession.AddressQuery
-
- getDefaultMaxDiskUsage() - Static method in class org.apache.activemq.artemis.api.config.ActiveMQDefaultConfiguration
-
- getDefaultMaxGlobalSize() - Static method in class org.apache.activemq.artemis.api.config.ActiveMQDefaultConfiguration
-
The default global max size.
- getDefaultMaxQueueConsumers() - Static method in class org.apache.activemq.artemis.api.config.ActiveMQDefaultConfiguration
-
- getDefaultMaxRetryInterval() - Static method in class org.apache.activemq.artemis.api.config.ActiveMQDefaultConfiguration
-
Limit to the retry-interval growth (due to retry-interval-multiplier)
- getDefaultMaxSavedReplicatedJournalsSize() - Static method in class org.apache.activemq.artemis.api.config.ActiveMQDefaultConfiguration
-
This specifies how many times a replicated backup server can restart after moving its files on start.
- getDefaultMemoryMeasureInterval() - Static method in class org.apache.activemq.artemis.api.config.ActiveMQDefaultConfiguration
-
frequency to sample JVM memory in ms (or -1 to disable memory sampling)
- getDefaultMemoryWarningThreshold() - Static method in class org.apache.activemq.artemis.api.config.ActiveMQDefaultConfiguration
-
Percentage of available memory which will trigger a warning log
- getDefaultMessageCounterMaxDayHistory() - Static method in class org.apache.activemq.artemis.api.config.ActiveMQDefaultConfiguration
-
how many days to keep message counter history
- getDefaultMessageCounterSamplePeriod() - Static method in class org.apache.activemq.artemis.api.config.ActiveMQDefaultConfiguration
-
the sample period (in ms) to use for message counters
- getDefaultMessageExpiryScanPeriod() - Static method in class org.apache.activemq.artemis.api.config.ActiveMQDefaultConfiguration
-
how often (in ms) to scan for expired messages
- getDefaultMessageExpiryThreadPriority() - Static method in class org.apache.activemq.artemis.api.config.ActiveMQDefaultConfiguration
-
the priority of the thread expiring messages
- getDefaultMessageTableName() - Static method in class org.apache.activemq.artemis.api.config.ActiveMQDefaultConfiguration
-
The default Message Journal table name, used with DATABASE store.
- getDefaultNetworkCheckList() - Static method in class org.apache.activemq.artemis.api.config.ActiveMQDefaultConfiguration
-
- getDefaultNetworkCheckNic() - Static method in class org.apache.activemq.artemis.api.config.ActiveMQDefaultConfiguration
-
- getDefaultNetworkCheckPeriod() - Static method in class org.apache.activemq.artemis.api.config.ActiveMQDefaultConfiguration
-
- getDefaultNetworkCheckTimeout() - Static method in class org.apache.activemq.artemis.api.config.ActiveMQDefaultConfiguration
-
- getDefaultNetworkCheckURLList() - Static method in class org.apache.activemq.artemis.api.config.ActiveMQDefaultConfiguration
-
- getDefaultNodeManagerStoreTableName() - Static method in class org.apache.activemq.artemis.api.config.ActiveMQDefaultConfiguration
-
- getDefaultPageStoreTableName() - Static method in class org.apache.activemq.artemis.api.config.ActiveMQDefaultConfiguration
-
- getDefaultPagingDir() - Static method in class org.apache.activemq.artemis.api.config.ActiveMQDefaultConfiguration
-
the directory to store paged messages in
- getDefaultPurgeOnNoConsumers() - Static method in class org.apache.activemq.artemis.api.config.ActiveMQDefaultConfiguration
-
- getDefaultQuorumSize() - Static method in class org.apache.activemq.artemis.api.config.ActiveMQDefaultConfiguration
-
- getDefaultRetryIntervalMultiplier() - Static method in class org.apache.activemq.artemis.api.config.ActiveMQDefaultConfiguration
-
multiplier to apply to successive retry intervals
- getDefaultRoutingType() - Static method in class org.apache.activemq.artemis.api.config.ActiveMQDefaultConfiguration
-
- getDefaults() - Method in interface org.apache.activemq.artemis.api.core.TransportConfigurationHelper
-
- getDefaultScheduledThreadPoolMaxSize() - Static method in class org.apache.activemq.artemis.api.config.ActiveMQDefaultConfiguration
-
Maximum number of threads to use for the scheduled thread pool
- getDefaultSecurityInvalidationInterval() - Static method in class org.apache.activemq.artemis.api.config.ActiveMQDefaultConfiguration
-
how long (in ms) to wait before invalidating the security cache
- getDefaultServerDumpInterval() - Static method in class org.apache.activemq.artemis.api.config.ActiveMQDefaultConfiguration
-
Interval to log server specific information (e.g.
- getDefaultStoreType() - Static method in class org.apache.activemq.artemis.api.config.ActiveMQDefaultConfiguration
-
The default storage type.
- getDefaultSystemPropertyPrefix() - Static method in class org.apache.activemq.artemis.api.config.ActiveMQDefaultConfiguration
-
- getDefaultThreadPoolMaxSize() - Static method in class org.apache.activemq.artemis.api.config.ActiveMQDefaultConfiguration
-
Maximum number of threads to use for the thread pool.
- getDefaultTransactionTimeout() - Static method in class org.apache.activemq.artemis.api.config.ActiveMQDefaultConfiguration
-
how long (in ms) before a transaction can be removed from the resource manager after create time
- getDefaultTransactionTimeoutScanPeriod() - Static method in class org.apache.activemq.artemis.api.config.ActiveMQDefaultConfiguration
-
how often (in ms) to scan for timeout transactions
- getDefaultVoteOnReplicationFailure() - Static method in class org.apache.activemq.artemis.api.config.ActiveMQDefaultConfiguration
-
- getDefaultVoteRetries() - Static method in class org.apache.activemq.artemis.api.config.ActiveMQDefaultConfiguration
-
- getDefaultVoteRetryWait() - Static method in class org.apache.activemq.artemis.api.config.ActiveMQDefaultConfiguration
-
- getDeliveringCount() - Method in interface org.apache.activemq.artemis.api.core.management.QueueControl
-
Returns the number of messages that this queue is currently delivering to its consumers.
- getDeliveryCount() - Method in interface org.apache.activemq.artemis.api.core.client.ClientMessage
-
Returns the number of times this message was delivered.
- 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
-
- getDepth() - Method in class org.apache.activemq.artemis.api.core.management.MessageCounterInfo
-
Returns the number of messages currently in the queue.
- getDepthDelta() - Method in class org.apache.activemq.artemis.api.core.management.MessageCounterInfo
-
Returns the number of messages in the queue since last counter sample.
- getDeserializationBlackList() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnection
-
- getDeserializationBlackList() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
-
- getDeserializationBlackList() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQSession
-
- getDeserializationBlackList() - Method in interface org.apache.activemq.artemis.jms.client.ConnectionFactoryOptions
-
- getDeserializationBlackList() - Method in interface org.apache.activemq.artemis.jms.server.config.ConnectionFactoryConfiguration
-
- getDeserializationBlackList() - Method in class org.apache.activemq.artemis.jms.server.config.impl.ConnectionFactoryConfigurationImpl
-
- getDeserializationWhiteList() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnection
-
- getDeserializationWhiteList() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
-
- getDeserializationWhiteList() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQSession
-
- getDeserializationWhiteList() - Method in interface org.apache.activemq.artemis.jms.client.ConnectionFactoryOptions
-
- getDeserializationWhiteList() - Method in interface org.apache.activemq.artemis.jms.server.config.ConnectionFactoryConfiguration
-
- getDeserializationWhiteList() - Method in class org.apache.activemq.artemis.jms.server.config.impl.ConnectionFactoryConfigurationImpl
-
- getDestination() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQMessageProducer
-
- 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.core.client.ServerLocator
-
The discovery group configuration
- getDiscoveryGroupConfiguration() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
-
- getDiscoveryGroupConfiguration(URI, Map<String, String>, String) - Static method in class org.apache.activemq.artemis.uri.schema.serverLocator.JGroupsServerLocatorSchema
-
- getDiscoveryGroupConfiguration(URI, Map<String, String>, String, int, String) - Static method in class org.apache.activemq.artemis.uri.schema.serverLocator.UDPServerLocatorSchema
-
- getDiscoveryGroupName() - Method in interface org.apache.activemq.artemis.api.core.management.BridgeControl
-
Returns the name of the discovery group used by this bridge.
- getDiscoveryGroupName() - Method in interface org.apache.activemq.artemis.api.core.management.ClusterConnectionControl
-
Returns the name of the discovery group used by this cluster connection.
- getDiscoveryGroupName() - Method in interface org.apache.activemq.artemis.jms.server.config.ConnectionFactoryConfiguration
-
- getDiscoveryGroupName() - Method in class org.apache.activemq.artemis.jms.server.config.impl.ConnectionFactoryConfigurationImpl
-
- getDiscoveryInitialWaitTimeout() - Method in class org.apache.activemq.artemis.api.core.DiscoveryGroupConfiguration
-
- getDiskScanPeriod() - Method in interface org.apache.activemq.artemis.api.core.management.ActiveMQServerControl
-
Returns how often the server checks for disk space usage.
- getDistinguishedName(X509Certificate[]) - Method in class org.apache.activemq.artemis.spi.core.security.jaas.CertificateLoginModule
-
- getDivertNames() - Method in interface org.apache.activemq.artemis.api.core.management.ActiveMQServerControl
-
- getDivertObjectName(String, String) - Method in class org.apache.activemq.artemis.api.core.management.ObjectNameBuilder
-
Returns the ObjectName used by DivertControl.
- getDomain() - Method in class org.apache.activemq.artemis.jms.server.config.impl.JMSConfigurationImpl
-
- getDomain() - Method in interface org.apache.activemq.artemis.jms.server.config.JMSConfiguration
-
- getDouble(String) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQMapMessage
-
- getDoubleProperty(String) - Method in interface org.apache.activemq.artemis.api.core.Message
-
- getDoubleProperty(SimpleString) - Method in interface org.apache.activemq.artemis.api.core.Message
-
- getDoubleProperty(String) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQJMSProducer
-
- getDoubleProperty(String) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQMessage
-
- getDuplicateIDBytes() - Method in interface org.apache.activemq.artemis.api.core.Message
-
it will translate a property named HDR_DUPLICATE_DETECTION_ID.
- getDuplicateProperty() - Method in interface org.apache.activemq.artemis.api.core.Message
-
- getDupsOKBatchSize() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
-
- getDupsOKBatchSize() - Method in interface org.apache.activemq.artemis.jms.server.config.ConnectionFactoryConfiguration
-
- getDupsOKBatchSize() - Method in class org.apache.activemq.artemis.jms.server.config.impl.ConnectionFactoryConfigurationImpl
-
- getEncodeSize() - Method in interface org.apache.activemq.artemis.api.core.Message
-
Returns the size of the encoded message.
- getEncodeSize() - Method in class org.apache.activemq.artemis.jms.persistence.config.PersistedBindings
-
- getEncodeSize() - Method in class org.apache.activemq.artemis.jms.persistence.config.PersistedConnectionFactory
-
- getEncodeSize() - Method in class org.apache.activemq.artemis.jms.persistence.config.PersistedDestination
-
- getEncodeSize() - Method in class org.apache.activemq.artemis.jms.server.config.impl.ConnectionFactoryConfigurationImpl
-
- getEncodeSize(TransportConfiguration) - Static method in class org.apache.activemq.artemis.jms.server.config.impl.TransportConfigurationEncodingSupport
-
- getEncodeSize(List<Pair<TransportConfiguration, TransportConfiguration>>) - Static method in class org.apache.activemq.artemis.jms.server.config.impl.TransportConfigurationEncodingSupport
-
- getEncodeSize(Message) - Method in class org.apache.activemq.artemis.spi.core.protocol.MessagePersister
-
- getEndColumn() - Method in class org.apache.activemq.artemis.selector.hyphenated.SimpleCharStream
-
Get token end column number.
- getEndColumn() - Method in class org.apache.activemq.artemis.selector.strict.SimpleCharStream
-
Get token end column number.
- getEndLine() - Method in class org.apache.activemq.artemis.selector.hyphenated.SimpleCharStream
-
Get token end line number.
- getEndLine() - Method in class org.apache.activemq.artemis.selector.strict.SimpleCharStream
-
Get token end line number.
- getEndOfBodyPosition() - Method in interface org.apache.activemq.artemis.api.core.ICoreMessage
-
- getEndpointFactory() - Method in class org.apache.activemq.artemis.api.core.BroadcastGroupConfiguration
-
- 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
-
- getExpiration() - Method in interface org.apache.activemq.artemis.api.core.Message
-
Returns the expiration time of this message.
- getExpiryAddress() - Method in class org.apache.activemq.artemis.api.core.management.AddressSettingsInfo
-
- getExpiryAddress() - Method in interface org.apache.activemq.artemis.api.core.management.QueueControl
-
Returns the expiry address associated with this queue.
- getExpressionSymbol() - Method in class org.apache.activemq.artemis.selector.filter.BinaryExpression
-
Returns the symbol that represents this binary expression.
- getExpressionSymbol() - Method in class org.apache.activemq.artemis.selector.filter.UnaryExpression
-
Returns the symbol that represents this binary expression.
- getExtraBytesProperty(SimpleString) - Method in interface org.apache.activemq.artemis.api.core.Message
-
- getExtraParams() - Method in class org.apache.activemq.artemis.api.core.TransportConfiguration
-
- getFactory() - Method in interface org.apache.activemq.artemis.spi.core.protocol.ProtocolManager
-
- getFactoryClassName() - Method in interface org.apache.activemq.artemis.api.core.management.AcceptorControl
-
Returns the class name of the AcceptorFactory implementation
used by this acceptor.
- getFactoryClassName() - Method in class org.apache.activemq.artemis.api.core.TransportConfiguration
-
Returns the class name of ConnectorFactory being used by this TransportConfiguration
- getFactoryName() - Method in class org.apache.activemq.artemis.uri.schema.connector.InVMTransportConfigurationSchema
-
- getFactoryName(URI) - Method in class org.apache.activemq.artemis.uri.schema.connector.TCPTransportConfigurationSchema
-
- getFactoryName() - Method in class org.apache.activemq.artemis.uri.schemas.acceptor.InVMAcceptorTransportConfigurationSchema
-
- getFactoryName(URI) - Method in class org.apache.activemq.artemis.uri.schemas.acceptor.TCPAcceptorTransportConfigurationSchema
-
- 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
-
- getFactoryType() - Method in interface org.apache.activemq.artemis.jms.server.config.ConnectionFactoryConfiguration
-
- getFactoryType() - Method in class org.apache.activemq.artemis.jms.server.config.impl.ConnectionFactoryConfigurationImpl
-
- getFactoryType(String) - Method in class org.apache.activemq.artemis.jndi.ActiveMQInitialContextFactory
-
- getFactoryTypeEnum() - Method in class org.apache.activemq.artemis.uri.JMSConnectionOptions
-
- getFailoverListener() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnection
-
- getFailoverTimeout() - Method in class org.apache.activemq.artemis.jms.bridge.impl.JMSBridgeImpl
-
- getFailureListeners() - Method in class org.apache.activemq.artemis.spi.core.protocol.AbstractRemotingConnection
-
- getFailureListeners() - Method in interface org.apache.activemq.artemis.spi.core.protocol.RemotingConnection
-
return all the failure listeners
- getFailureRetryInterval() - Method in class org.apache.activemq.artemis.jms.bridge.impl.JMSBridgeControlImpl
-
- getFailureRetryInterval() - Method in class org.apache.activemq.artemis.jms.bridge.impl.JMSBridgeImpl
-
- getFailureRetryInterval() - Method in interface org.apache.activemq.artemis.jms.bridge.JMSBridge
-
- getFailureRetryInterval() - Method in interface org.apache.activemq.artemis.jms.bridge.JMSBridgeControl
-
- getFile() - Method in class org.apache.activemq.artemis.api.core.JGroupsFileBroadcastEndpointFactory
-
- getFilter() - Method in interface org.apache.activemq.artemis.api.core.management.DivertControl
-
Returns the filter used by this divert.
- getFilter() - Method in interface org.apache.activemq.artemis.api.core.management.QueueControl
-
Returns the filter associated with this queue.
- getFilterString() - Method in interface org.apache.activemq.artemis.api.core.client.ClientSession.QueueQuery
-
Returns the queue's filter string (or null
if the queue has no filter).
- getFilterString() - Method in interface org.apache.activemq.artemis.api.core.management.BridgeControl
-
Returns the filter string associated with this bridge.
- getFirstMessageAge() - Method in interface org.apache.activemq.artemis.api.core.management.QueueControl
-
Returns the age of the first message in milliseconds.
- getFirstMessageAsJSON() - Method in interface org.apache.activemq.artemis.api.core.management.QueueControl
-
Returns the first message on the queue as JSON
- getFirstMessageTimestamp() - Method in interface org.apache.activemq.artemis.api.core.management.QueueControl
-
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 interface org.apache.activemq.artemis.api.core.Message
-
- getFloatProperty(SimpleString) - Method in interface org.apache.activemq.artemis.api.core.Message
-
- getFloatProperty(String) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQJMSProducer
-
- getFloatProperty(String) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQMessage
-
- getForwardingAddress() - Method in interface org.apache.activemq.artemis.api.core.management.BridgeControl
-
Returns the address this bridge will forward messages to.
- getForwardingAddress() - Method in interface org.apache.activemq.artemis.api.core.management.DivertControl
-
Returns the forwarding address used by this divert.
- getGlobalMaxSize() - Method in interface org.apache.activemq.artemis.api.core.management.ActiveMQServerControl
-
Returns the global max bytes limit for in-memory messages.
- getGlobalScheduledThreadPool() - Static method in class org.apache.activemq.artemis.api.core.client.ActiveMQClient
-
- getGlobalScheduledThreadPoolSize() - Static method in class org.apache.activemq.artemis.api.core.client.ActiveMQClient
-
- getGlobalThreadPool() - Static method in class org.apache.activemq.artemis.api.core.client.ActiveMQClient
-
- getGlobalThreadPoolSize() - Static method in class org.apache.activemq.artemis.api.core.client.ActiveMQClient
-
- getGroupAddress() - Method in interface org.apache.activemq.artemis.api.core.management.BroadcastGroupControl
-
Returns the address this broadcast group is broadcasting to.
- getGroupAddress() - Method in class org.apache.activemq.artemis.api.core.UDPBroadcastEndpointFactory
-
- getGroupID() - Method in interface org.apache.activemq.artemis.api.core.client.ServerLocator
-
Returns the group ID that will be eventually set on each message for the property
Message.HDR_GROUP_ID
.
- getGroupID() - Method in interface org.apache.activemq.artemis.api.core.Message
-
- getGroupID() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
-
- getGroupID() - Method in interface org.apache.activemq.artemis.jms.server.config.ConnectionFactoryConfiguration
-
- getGroupID() - Method in class org.apache.activemq.artemis.jms.server.config.impl.ConnectionFactoryConfigurationImpl
-
- getGroupPort() - Method in interface org.apache.activemq.artemis.api.core.management.BroadcastGroupControl
-
Returns the port this broadcast group is broadcasting to.
- getGroupPort() - Method in class org.apache.activemq.artemis.api.core.UDPBroadcastEndpointFactory
-
- getHeadersAndPropertiesEncodeSize() - Method in interface org.apache.activemq.artemis.api.core.ICoreMessage
-
- getHost() - Method in class org.apache.activemq.artemis.uri.schema.serverLocator.ConnectionOptions
-
- getID() - Method in interface org.apache.activemq.artemis.api.core.management.QueueControl
-
Returns this queue ID.
- getId() - Method in class org.apache.activemq.artemis.jms.persistence.config.PersistedBindings
-
- getId() - Method in class org.apache.activemq.artemis.jms.persistence.config.PersistedConnectionFactory
-
- getId() - Method in class org.apache.activemq.artemis.jms.persistence.config.PersistedDestination
-
- getID() - Method in class org.apache.activemq.artemis.spi.core.protocol.AbstractRemotingConnection
-
- getID() - Method in class org.apache.activemq.artemis.spi.core.protocol.ConnectionEntry
-
- getID() - Method in interface org.apache.activemq.artemis.spi.core.protocol.RemotingConnection
-
- getID() - Method in interface org.apache.activemq.artemis.spi.core.remoting.Connection
-
returns the unique id of this wire.
- getId() - Method in class org.apache.activemq.artemis.spi.core.remoting.ConsumerContext
-
- getIDCacheSize() - Method in interface org.apache.activemq.artemis.api.core.management.ActiveMQServerControl
-
Returns the size of the cache for pre-creating message IDs.
- GetImage() - Method in class org.apache.activemq.artemis.selector.hyphenated.SimpleCharStream
-
Get token literal value.
- GetImage() - Method in class org.apache.activemq.artemis.selector.strict.SimpleCharStream
-
Get token literal value.
- getIncomingInterceptorClassNames() - Method in interface org.apache.activemq.artemis.api.core.management.ActiveMQServerControl
-
Returns the list of interceptors used by this server for incoming messages.
- getIncomingInterceptorList() - Method in interface org.apache.activemq.artemis.api.core.client.ServerLocator
-
- getIncomingInterceptorList() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
-
- getInitialConnectAttempts() - Method in interface org.apache.activemq.artemis.api.core.client.ServerLocator
-
- 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.core.client.ServerLocator
-
Returns the initial size of messages created through this factory.
- getInitialMessagePacketSize() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
-
- getInitialMessagePacketSize() - Method in interface org.apache.activemq.artemis.jms.server.config.ConnectionFactoryConfiguration
-
- getInitialMessagePacketSize() - Method in class org.apache.activemq.artemis.jms.server.config.impl.ConnectionFactoryConfigurationImpl
-
- getInitialSession() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnection
-
- getInitialWaitTimeout() - Method in class org.apache.activemq.artemis.jms.server.config.impl.ConnectionFactoryConfigurationImpl
-
- getInstance() - Static method in class org.apache.activemq.artemis.api.core.jgroups.JChannelManager
-
- getInstance() - Static method in class org.apache.activemq.artemis.spi.core.protocol.MessagePersister
-
- getInt(String) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQMapMessage
-
- getInternalNamingPrefix() - Static method in class org.apache.activemq.artemis.api.config.ActiveMQDefaultConfiguration
-
- getIntProperty(String) - Method in interface org.apache.activemq.artemis.api.core.Message
-
- getIntProperty(SimpleString) - Method in interface org.apache.activemq.artemis.api.core.Message
-
- getIntProperty(String) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQJMSProducer
-
- getIntProperty(String) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQMessage
-
- getJChannel(String, JGroupsBroadcastEndpoint) - Method in class org.apache.activemq.artemis.api.core.jgroups.JChannelManager
-
- getJMSCorrelationID() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQJMSProducer
-
- getJMSCorrelationID() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQMessage
-
- getJMSCorrelationID(Message) - Static method in class org.apache.activemq.artemis.reader.MessageUtil
-
- getJMSCorrelationIDAsBytes() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQJMSProducer
-
- getJMSCorrelationIDAsBytes() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQMessage
-
- getJMSCorrelationIDAsBytes(Message) - Static method in class org.apache.activemq.artemis.reader.MessageUtil
-
- 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
-
- getJMSReplyTo(Message) - Static method in class org.apache.activemq.artemis.reader.MessageUtil
-
- getJMSServerManager() - Method in class org.apache.activemq.artemis.jms.server.embedded.EmbeddedJMS
-
- getJMSStorageManager() - Method in class org.apache.activemq.artemis.jms.server.impl.JMSServerManagerImpl
-
Deprecated.
- 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
-
- getJMSType(Message) - Static method in class org.apache.activemq.artemis.reader.MessageUtil
-
- getJMSVersion() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionMetaData
-
- getJMSXPropertyNames() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionMetaData
-
- getJournalBufferSize() - Method in interface org.apache.activemq.artemis.api.core.management.ActiveMQServerControl
-
Returns the size of the internal buffer on the journal.
- getJournalBufferTimeout() - Method in interface org.apache.activemq.artemis.api.core.management.ActiveMQServerControl
-
Returns the timeout (in nanoseconds) used to flush internal buffers on the journal.
- getJournalCompactMinFiles() - Method in interface org.apache.activemq.artemis.api.core.management.ActiveMQServerControl
-
Returns the minimal number of journal files before compacting.
- getJournalCompactPercentage() - Method in interface org.apache.activemq.artemis.api.core.management.ActiveMQServerControl
-
Return the percentage of live data before compacting the journal.
- getJournalDirectory() - Method in interface org.apache.activemq.artemis.api.core.management.ActiveMQServerControl
-
Returns the file system directory used to store journal log.
- getJournalFileSize() - Method in interface org.apache.activemq.artemis.api.core.management.ActiveMQServerControl
-
Returns the size (in bytes) of each journal files.
- getJournalMaxIO() - Method in interface org.apache.activemq.artemis.api.core.management.ActiveMQServerControl
-
Returns the maximum number of write requests that can be in the AIO queue at any given time.
- getJournalMinFiles() - Method in interface org.apache.activemq.artemis.api.core.management.ActiveMQServerControl
-
Returns the number of journal files to pre-create.
- getJournalType() - Method in interface org.apache.activemq.artemis.api.core.management.ActiveMQServerControl
-
Returns the type of journal used by this server (either NIO
or ASYNCIO
).
- getLargeMessagesDirectory() - Method in interface org.apache.activemq.artemis.api.core.management.ActiveMQServerControl
-
Returns the file system directory used to store large messages.
- getLastAddTimestamp() - Method in class org.apache.activemq.artemis.api.core.management.MessageCounterInfo
-
Returns the timestamp of the last time a message was added to the queue.
- getLastException() - Method in interface org.apache.activemq.artemis.api.core.client.ClientConsumer
-
Returns the last exception thrown by a call to this consumer's MessageHandler.
- getLastValueProperty() - Method in interface org.apache.activemq.artemis.api.core.Message
-
- getLeft() - Method in class org.apache.activemq.artemis.selector.filter.BinaryExpression
-
- getLine() - Method in class org.apache.activemq.artemis.selector.hyphenated.SimpleCharStream
-
Deprecated.
- getLine() - Method in class org.apache.activemq.artemis.selector.strict.SimpleCharStream
-
Deprecated.
- getLive() - Method in interface org.apache.activemq.artemis.api.core.client.TopologyMember
-
- getLoadBalancingPolicyClassName() - Method in interface org.apache.activemq.artemis.jms.server.config.ConnectionFactoryConfiguration
-
- getLoadBalancingPolicyClassName() - Method in class org.apache.activemq.artemis.jms.server.config.impl.ConnectionFactoryConfigurationImpl
-
- getLocalAddress() - Method in class org.apache.activemq.artemis.spi.core.protocol.AbstractRemotingConnection
-
- getLocalAddress() - Method in interface org.apache.activemq.artemis.spi.core.remoting.Connection
-
Returns a string representation of the local address this connection is connected to.
- getLocalBindAddress() - Method in class org.apache.activemq.artemis.api.core.UDPBroadcastEndpointFactory
-
- getLocalBindPort() - Method in interface org.apache.activemq.artemis.api.core.management.BroadcastGroupControl
-
Returns the local port this broadcast group is bound to.
- getLocalBindPort() - Method in class org.apache.activemq.artemis.api.core.UDPBroadcastEndpointFactory
-
- getLocalConnectionId() - Method in interface org.apache.activemq.artemis.selector.filter.Filterable
-
Used by the NoLocal filter.
- getLocator() - Method in interface org.apache.activemq.artemis.spi.core.remoting.ClientProtocolManagerFactory
-
- getLong(String) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQMapMessage
-
- getLongProperty(String) - Method in interface org.apache.activemq.artemis.api.core.Message
-
- getLongProperty(SimpleString) - Method in interface org.apache.activemq.artemis.api.core.Message
-
- getLongProperty(String) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQJMSProducer
-
- getLongProperty(String) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQMessage
-
- getManagementAddress() - Method in interface org.apache.activemq.artemis.api.core.management.ActiveMQServerControl
-
Returns the management address of this server.
- getManagementNotificationAddress() - Method in interface org.apache.activemq.artemis.api.core.management.ActiveMQServerControl
-
Returns the management notification address of this server.
- getMapNames() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQMapMessage
-
- getMaxBatchSize() - Method in class org.apache.activemq.artemis.jms.bridge.impl.JMSBridgeControlImpl
-
- getMaxBatchSize() - Method in class org.apache.activemq.artemis.jms.bridge.impl.JMSBridgeImpl
-
- getMaxBatchSize() - Method in interface org.apache.activemq.artemis.jms.bridge.JMSBridge
-
- getMaxBatchSize() - Method in interface org.apache.activemq.artemis.jms.bridge.JMSBridgeControl
-
- getMaxBatchTime() - Method in class org.apache.activemq.artemis.jms.bridge.impl.JMSBridgeControlImpl
-
- getMaxBatchTime() - Method in class org.apache.activemq.artemis.jms.bridge.impl.JMSBridgeImpl
-
- getMaxBatchTime() - Method in interface org.apache.activemq.artemis.jms.bridge.JMSBridge
-
- getMaxBatchTime() - Method in interface org.apache.activemq.artemis.jms.bridge.JMSBridgeControl
-
- getMaxCacheSize() - Method in class org.apache.activemq.artemis.selector.impl.LRUCache
-
- getMaxConsumers() - Method in interface org.apache.activemq.artemis.api.core.client.ClientSession.QueueQuery
-
- getMaxConsumers() - Method in interface org.apache.activemq.artemis.api.core.management.QueueControl
-
- getMaxDeliveryAttempts() - Method in class org.apache.activemq.artemis.api.core.management.AddressSettingsInfo
-
- getMaxDiskUsage() - Method in interface org.apache.activemq.artemis.api.core.management.ActiveMQServerControl
-
Returns the disk use max limit.
- getMaxHops() - Method in interface org.apache.activemq.artemis.api.core.management.ClusterConnectionControl
-
Returns the maximum number of hops used by this cluster connection.
- getMaxRate() - Method in interface org.apache.activemq.artemis.api.core.client.ClientProducer
-
Returns the maximum rate at which a ClientProducer can send messages per second.
- getMaxRedeliveryDelay() - Method in class org.apache.activemq.artemis.api.core.management.AddressSettingsInfo
-
- getMaxRetries() - Method in class org.apache.activemq.artemis.jms.bridge.impl.JMSBridgeControlImpl
-
- getMaxRetries() - Method in class org.apache.activemq.artemis.jms.bridge.impl.JMSBridgeImpl
-
- getMaxRetries() - Method in interface org.apache.activemq.artemis.jms.bridge.JMSBridge
-
- getMaxRetries() - Method in interface org.apache.activemq.artemis.jms.bridge.JMSBridgeControl
-
- getMaxRetryInterval() - Method in interface org.apache.activemq.artemis.api.core.client.ServerLocator
-
Returns the maximum retry interval (in the case a retry interval multiplier has been specified).
- getMaxRetryInterval() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
-
- getMaxRetryInterval() - Method in interface org.apache.activemq.artemis.jms.server.config.ConnectionFactoryConfiguration
-
- getMaxRetryInterval() - Method in class org.apache.activemq.artemis.jms.server.config.impl.ConnectionFactoryConfigurationImpl
-
- getMaxSizeBytes() - Method in class org.apache.activemq.artemis.api.core.management.AddressSettingsInfo
-
- getMemoryEstimate() - Method in interface org.apache.activemq.artemis.api.core.Message
-
- getMessage() - Method in error org.apache.activemq.artemis.selector.hyphenated.TokenMgrError
-
You can also modify the body of this method to customize your error messages.
- getMessage() - Method in error org.apache.activemq.artemis.selector.strict.TokenMgrError
-
You can also modify the body of this method to customize your error messages.
- getMessageCount() - Method in interface org.apache.activemq.artemis.api.core.client.ClientSession.QueueQuery
-
Returns the number of messages in the queue.
- getMessageCount() - Method in interface org.apache.activemq.artemis.api.core.management.AddressControl
-
- getMessageCount() - Method in interface org.apache.activemq.artemis.api.core.management.QueueControl
-
Returns the number of messages currently in this queue.
- getMessageCount() - Method in class org.apache.activemq.artemis.jms.bridge.impl.JMSBridgeImpl
-
- getMessageCount() - Method in interface org.apache.activemq.artemis.jms.bridge.JMSBridge
-
- getMessageCounterMaxDayCount() - Method in interface org.apache.activemq.artemis.api.core.management.ActiveMQServerControl
-
Returns the maximum number of days kept in memory for message counter.
- getMessageCounterSamplePeriod() - Method in interface org.apache.activemq.artemis.api.core.management.ActiveMQServerControl
-
Returns the sample period (in milliseconds) to take message counter snapshot.
- getMessageExpiryScanPeriod() - Method in interface org.apache.activemq.artemis.api.core.management.ActiveMQServerControl
-
Returns the frequency (in milliseconds) to scan messages to detect which messages
have expired.
- getMessageExpiryThreadPriority() - Method in interface org.apache.activemq.artemis.api.core.management.ActiveMQServerControl
-
Returns the priority of the thread used to scan message expiration.
- getMessageHandler() - Method in interface org.apache.activemq.artemis.api.core.client.ClientConsumer
-
Returns the MessageHandler associated to this consumer.
- getMessageID() - Method in interface org.apache.activemq.artemis.api.core.Message
-
Returns the messageID.
- 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
-
- getMessageLoadBalancingType() - Method in interface org.apache.activemq.artemis.api.core.management.ClusterConnectionControl
-
Return the type of message load balancing strategy this bridge will use.
- getMessagesAcknowledged() - Method in interface org.apache.activemq.artemis.api.core.management.QueueControl
-
Returns the number of messages added to this queue since it was created.
- getMessagesAdded() - Method in interface org.apache.activemq.artemis.api.core.management.QueueControl
-
Returns the number of messages added to this queue since it was created.
- getMessageSelector() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQJMSConsumer
-
- getMessageSelector() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQMessageConsumer
-
- getMessageSelector() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQQueueBrowser
-
- getMessagesExpired() - Method in interface org.apache.activemq.artemis.api.core.management.QueueControl
-
Returns the number of messages expired from this queue since it was created.
- getMessagesKilled() - Method in interface org.apache.activemq.artemis.api.core.management.QueueControl
-
Returns the number of messages removed from this queue since it was created due to exceeding the max delivery attempts.
- getMetaData() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnection
-
- getMetaData() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQJMSContext
-
- getMinLargeMessageSize() - Method in interface org.apache.activemq.artemis.api.core.client.ServerLocator
-
Returns the large message size threshold.
- getMinLargeMessageSize() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
-
- getMinLargeMessageSize() - Method in interface org.apache.activemq.artemis.jms.server.config.ConnectionFactoryConfiguration
-
- getMinLargeMessageSize() - Method in class org.apache.activemq.artemis.jms.server.config.impl.ConnectionFactoryConfigurationImpl
-
- getModuleName() - Method in interface org.apache.activemq.artemis.spi.core.protocol.ProtocolManagerFactory
-
- getName() - Method in class org.apache.activemq.artemis.api.core.BroadcastGroupConfiguration
-
- getName() - Method in interface org.apache.activemq.artemis.api.core.client.ClientSession.QueueQuery
-
Return the name of the queue
- getName() - Method in class org.apache.activemq.artemis.api.core.DiscoveryGroupConfiguration
-
- getName() - Method in interface org.apache.activemq.artemis.api.core.management.AcceptorControl
-
Returns the name of the acceptor
- getName() - Method in interface org.apache.activemq.artemis.api.core.management.BridgeControl
-
Returns the name of this bridge
- getName() - Method in interface org.apache.activemq.artemis.api.core.management.BroadcastGroupControl
-
Returns the configuration name of this broadcast group.
- getName() - Method in interface org.apache.activemq.artemis.api.core.management.ClusterConnectionControl
-
Returns the configuration name of this cluster connection.
- getName() - Method in class org.apache.activemq.artemis.api.core.management.MessageCounterInfo
-
Returns the name of the queue.
- getName() - Method in interface org.apache.activemq.artemis.api.core.management.QueueControl
-
Returns the name of this queue.
- getName() - Method in class org.apache.activemq.artemis.api.core.management.RoleInfo
-
Returns the name of the role.
- getName() - Method in class org.apache.activemq.artemis.api.core.TransportConfiguration
-
Returns the name of this TransportConfiguration.
- getName() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQDestination
-
- getName() - Method in class org.apache.activemq.artemis.jms.persistence.config.PersistedBindings
-
- getName() - Method in class org.apache.activemq.artemis.jms.persistence.config.PersistedConnectionFactory
-
- getName() - Method in class org.apache.activemq.artemis.jms.persistence.config.PersistedDestination
-
- getName() - Method in interface org.apache.activemq.artemis.jms.server.config.ConnectionFactoryConfiguration
-
- getName() - Method in class org.apache.activemq.artemis.jms.server.config.impl.ConnectionFactoryConfigurationImpl
-
- getName() - Method in class org.apache.activemq.artemis.jms.server.config.impl.JMSQueueConfigurationImpl
-
- getName() - Method in class org.apache.activemq.artemis.jms.server.config.impl.TopicConfigurationImpl
-
- getName() - Method in interface org.apache.activemq.artemis.jms.server.config.JMSQueueConfiguration
-
- getName() - Method in interface org.apache.activemq.artemis.jms.server.config.TopicConfiguration
-
- getName() - Method in class org.apache.activemq.artemis.selector.filter.PropertyExpression
-
- getName() - Method in interface org.apache.activemq.artemis.spi.core.remoting.Acceptor
-
The name of the acceptor used on the configuration.
- getName() - Method in interface org.apache.activemq.artemis.spi.core.remoting.ClientProtocolManager
-
- getName() - Method in class org.apache.activemq.artemis.spi.core.security.jaas.RolePrincipal
-
- getName() - Method in class org.apache.activemq.artemis.spi.core.security.jaas.UserPrincipal
-
- 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
-
- getNextToken() - Method in class org.apache.activemq.artemis.selector.hyphenated.HyphenatedParser
-
Get the next Token.
- getNextToken() - Method in class org.apache.activemq.artemis.selector.hyphenated.HyphenatedParserTokenManager
-
Get the next Token.
- getNextToken() - Method in class org.apache.activemq.artemis.selector.strict.StrictParser
-
Get the next Token.
- getNextToken() - Method in class org.apache.activemq.artemis.selector.strict.StrictParserTokenManager
-
Get the next Token.
- getNodeId() - Method in interface org.apache.activemq.artemis.api.core.client.TopologyMember
-
Returns the nodeId of the server.
- getNodeID() - Method in interface org.apache.activemq.artemis.api.core.management.ActiveMQServerControl
-
Returns the node ID of this server.
- getNodeID() - Method in interface org.apache.activemq.artemis.api.core.management.ClusterConnectionControl
-
Returns the node ID used by this cluster connection.
- getNodes() - Method in interface org.apache.activemq.artemis.api.core.management.ClusterConnectionControl
-
Returns a map of the nodes connected to this cluster connection.
- getNoLocal() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQMessageConsumer
-
- getNumberOfBytesPerPage() - Method in interface org.apache.activemq.artemis.api.core.management.AddressControl
-
Returns the number of bytes used by each page for this address.
- getNumberOfMessages() - Method in interface org.apache.activemq.artemis.api.core.management.AddressControl
-
Returns the sum of messages on queue(s), including messages in delivery.
- getNumberOfPages() - Method in interface org.apache.activemq.artemis.api.core.management.AddressControl
-
Returns the number of pages used by this address.
- 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
-
- getObjectInstance(Object, Name, Context, Hashtable<?, ?>) - Method in class org.apache.activemq.artemis.jndi.JNDIReferenceFactory
-
This will be called by a JNDIprovider when a Reference is retrieved from
a JNDI store - and generates the original instance
- getObjectProperty(String) - Method in interface org.apache.activemq.artemis.api.core.Message
-
- getObjectProperty(SimpleString) - Method in interface org.apache.activemq.artemis.api.core.Message
-
- getObjectProperty(String) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQJMSProducer
-
- getObjectProperty(String) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQMessage
-
- getOutgoingInterceptorClassNames() - Method in interface org.apache.activemq.artemis.api.core.management.ActiveMQServerControl
-
Returns the list of interceptors used by this server for outgoing messages.
- getOutgoingInterceptorList() - Method in interface org.apache.activemq.artemis.api.core.client.ServerLocator
-
- getOutgoingInterceptorList() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
-
- getPageCacheMaxSize() - Method in class org.apache.activemq.artemis.api.core.management.AddressSettingsInfo
-
- getPageSizeBytes() - Method in class org.apache.activemq.artemis.api.core.management.AddressSettingsInfo
-
- getPagingDirectory() - Method in interface org.apache.activemq.artemis.api.core.management.ActiveMQServerControl
-
Returns the file system directory used to store paging files.
- getParameters() - Method in interface org.apache.activemq.artemis.api.core.management.AcceptorControl
-
Returns the parameters used to configure this acceptor
- getParams() - Method in class org.apache.activemq.artemis.api.core.TransportConfiguration
-
Returns any parameters set for this TransportConfiguration
- getPassword() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
-
- getPasswordCodec() - Method in class org.apache.activemq.artemis.jms.bridge.impl.JMSBridgeImpl
-
- getPasswordCodec() - Method in interface org.apache.activemq.artemis.jms.bridge.JMSBridge
-
- getPeerPrincipal() - Method in class org.apache.activemq.artemis.spi.core.security.jaas.Krb5Callback
-
Getter for peer Principal.
- getPersister() - Method in interface org.apache.activemq.artemis.api.core.Message
-
- getPersister(byte) - Static method in class org.apache.activemq.artemis.spi.core.protocol.MessagePersister
-
- getPersister() - Method in interface org.apache.activemq.artemis.spi.core.protocol.ProtocolManagerFactory
-
- getPersistSize() - Method in interface org.apache.activemq.artemis.api.core.Message
-
- getPort() - Method in class org.apache.activemq.artemis.uri.schema.serverLocator.ConnectionOptions
-
- getPrefixes() - Method in class org.apache.activemq.artemis.spi.core.protocol.AbstractProtocolManager
-
- getPrefixes() - Method in interface org.apache.activemq.artemis.spi.core.protocol.ProtocolManager
-
- getPriority() - Method in interface org.apache.activemq.artemis.api.core.Message
-
Returns the message priority.
- 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.core.client.ServerLocator
-
Returns the maximum rate of message production for producers created through this factory.
- getProducerMaxRate() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
-
- getProducerMaxRate() - Method in interface org.apache.activemq.artemis.jms.server.config.ConnectionFactoryConfiguration
-
- getProducerMaxRate() - Method in class org.apache.activemq.artemis.jms.server.config.impl.ConnectionFactoryConfigurationImpl
-
- getProducerWindowSize() - Method in interface org.apache.activemq.artemis.api.core.client.ServerLocator
-
Returns the window size for flow control of the producers created through this factory.
- getProducerWindowSize() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
-
- getProducerWindowSize() - Method in interface org.apache.activemq.artemis.jms.server.config.ConnectionFactoryConfiguration
-
- getProducerWindowSize() - Method in class org.apache.activemq.artemis.jms.server.config.impl.ConnectionFactoryConfigurationImpl
-
- getProperties() - Method in class org.apache.activemq.artemis.api.core.JGroupsPropertiesBroadcastEndpointFactory
-
- getProperties() - Method in class org.apache.activemq.artemis.jndi.JNDIStorable
-
Get the properties from this instance for storing in JNDI
- getProperty(Map<String, String>, String, String) - Method in class org.apache.activemq.artemis.jndi.JNDIStorable
-
- getProperty(String) - Method in interface org.apache.activemq.artemis.selector.filter.Filterable
-
Extracts the named message property
- getPropertyName() - Method in class org.apache.activemq.artemis.spi.core.security.jaas.LDAPLoginProperty
-
- getPropertyNames() - Method in interface org.apache.activemq.artemis.api.core.Message
-
Returns all the names of the properties for this message.
- getPropertyNames() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQJMSProducer
-
- getPropertyNames() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQMessage
-
- getPropertyNames(Message) - Static method in class org.apache.activemq.artemis.reader.MessageUtil
-
- getPropertyValue() - Method in class org.apache.activemq.artemis.spi.core.security.jaas.LDAPLoginProperty
-
- getPropMaskPassword() - Static method in class org.apache.activemq.artemis.api.config.ActiveMQDefaultConfiguration
-
- getPropPasswordCodec() - Static method in class org.apache.activemq.artemis.api.config.ActiveMQDefaultConfiguration
-
- getProps() - Method in class org.apache.activemq.artemis.spi.core.security.jaas.ReloadableProperties
-
- getProtocolConnection() - Method in interface org.apache.activemq.artemis.spi.core.remoting.Connection
-
- getProtocolManagerFactory() - Method in interface org.apache.activemq.artemis.api.core.client.ServerLocator
-
- getProtocolManagerFactoryStr() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
-
- getProtocolManagerFactoryStr() - Method in interface org.apache.activemq.artemis.jms.server.config.ConnectionFactoryConfiguration
-
- getProtocolManagerFactoryStr() - Method in class org.apache.activemq.artemis.jms.server.config.impl.ConnectionFactoryConfigurationImpl
-
- getProtocolName() - Method in interface org.apache.activemq.artemis.spi.core.protocol.RemotingConnection
-
Returns the name of the protocol for this Remoting Connection
- getProtocols() - Method in interface org.apache.activemq.artemis.spi.core.protocol.ProtocolManagerFactory
-
- 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
-
- getQualityOfServiceMode() - Method in class org.apache.activemq.artemis.jms.bridge.impl.JMSBridgeControlImpl
-
- getQualityOfServiceMode() - Method in class org.apache.activemq.artemis.jms.bridge.impl.JMSBridgeImpl
-
- getQualityOfServiceMode() - Method in interface org.apache.activemq.artemis.jms.bridge.JMSBridge
-
- getQualityOfServiceMode() - Method in interface org.apache.activemq.artemis.jms.bridge.JMSBridgeControl
-
- 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
-
- getQueueConfigurations() - Method in class org.apache.activemq.artemis.jms.server.config.impl.JMSConfigurationImpl
-
- getQueueConfigurations() - Method in interface org.apache.activemq.artemis.jms.server.config.JMSConfiguration
-
- getQueueName() - Method in interface org.apache.activemq.artemis.api.core.management.BridgeControl
-
Returns the name of the queue this bridge is consuming messages from.
- getQueueName() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQQueue
-
- getQueueNames() - Method in interface org.apache.activemq.artemis.api.core.client.ClientSession.AddressQuery
-
Returns the names of the queues bound to the binding.
- getQueueNames() - Method in interface org.apache.activemq.artemis.api.core.management.ActiveMQServerControl
-
Returns the names of the queues created on this server.
- getQueueNames(String) - Method in interface org.apache.activemq.artemis.api.core.management.ActiveMQServerControl
-
Returns the names of the queues created on this server with the given routing-type.
- getQueueNames() - Method in interface org.apache.activemq.artemis.api.core.management.AddressControl
-
Returns the names of the queues bound to this address.
- getQueueObjectName(SimpleString, SimpleString, RoutingType) - Method in class org.apache.activemq.artemis.api.core.management.ObjectNameBuilder
-
Returns the ObjectName used by QueueControl.
- getQueuePrefix() - Method in class org.apache.activemq.artemis.jndi.ActiveMQInitialContextFactory
-
- getQueueSession() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQSession
-
- getReadOnlyBodyBuffer() - Method in interface org.apache.activemq.artemis.api.core.ICoreMessage
-
Returns a new Buffer slicing the current Body.
- getReconnectAttempts() - Method in interface org.apache.activemq.artemis.api.core.client.ServerLocator
-
Returns the maximum number of attempts to retry connection in case of failure.
- getReconnectAttempts() - Method in interface org.apache.activemq.artemis.api.core.management.BridgeControl
-
Returns the number of reconnection attempts used by this bridge.
- getReconnectAttempts() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
-
- getReconnectAttempts() - Method in interface org.apache.activemq.artemis.jms.server.config.ConnectionFactoryConfiguration
-
- getReconnectAttempts() - Method in class org.apache.activemq.artemis.jms.server.config.impl.ConnectionFactoryConfigurationImpl
-
- getReconnectID() - Method in class org.apache.activemq.artemis.spi.core.remoting.SessionContext
-
- getRedeliveryDelay() - Method in class org.apache.activemq.artemis.api.core.management.AddressSettingsInfo
-
- getRedeliveryMultiplier() - Method in class org.apache.activemq.artemis.api.core.management.AddressSettingsInfo
-
- getRedistributionDelay() - Method in class org.apache.activemq.artemis.api.core.management.AddressSettingsInfo
-
- getRefCount() - Method in interface org.apache.activemq.artemis.api.core.Message
-
- getRefCount() - Method in class org.apache.activemq.artemis.api.core.RefCountMessage
-
- getReference() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
-
- getReference() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQDestination
-
- getReference() - Method in class org.apache.activemq.artemis.jndi.JNDIStorable
-
Retrieve a Reference for this instance to store in JNDI
- getRefreshTimeout() - Method in class org.apache.activemq.artemis.api.core.DiscoveryGroupConfiguration
-
- getRegistry() - Method in class org.apache.activemq.artemis.jms.server.embedded.EmbeddedJMS
-
- getRegistry() - Method in class org.apache.activemq.artemis.jms.server.impl.JMSServerManagerImpl
-
Deprecated.
- getRegistry() - Method in interface org.apache.activemq.artemis.jms.server.JMSServerManager
-
Deprecated.
- getRemoteAddress() - Method in class org.apache.activemq.artemis.spi.core.protocol.AbstractRemotingConnection
-
- getRemoteAddress() - Method in interface org.apache.activemq.artemis.spi.core.protocol.RemotingConnection
-
returns a string representation of the remote address of this connection
- getRemoteAddress() - Method in interface org.apache.activemq.artemis.spi.core.remoting.Connection
-
Returns a string representation of the remote address this connection is connected to.
- getRemotingConnection() - Method in class org.apache.activemq.artemis.spi.core.remoting.SessionContext
-
- getReplyTo() - Method in interface org.apache.activemq.artemis.api.core.Message
-
- getResult(ICoreMessage) - Static method in class org.apache.activemq.artemis.api.core.management.ManagementHelper
-
Returns the result of an operation invocation or an attribute value.
- getResult(ICoreMessage, Class) - Static method in class org.apache.activemq.artemis.api.core.management.ManagementHelper
-
Returns the result of an operation invocation or an attribute value.
- getResult(Message) - Static method in class org.apache.activemq.artemis.api.jms.management.JMSManagementHelper
-
Returns the result of an operation invocation or an attribute value.
- getResult(Message, Class) - Static method in class org.apache.activemq.artemis.api.jms.management.JMSManagementHelper
-
Returns the result of an operation invocation or an attribute value.
- getResults(ICoreMessage) - Static method in class org.apache.activemq.artemis.api.core.management.ManagementHelper
-
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.core.client.ServerLocator
-
Returns the time to retry connections created by this factory after failure.
- getRetryInterval() - Method in interface org.apache.activemq.artemis.api.core.management.BridgeControl
-
Returns the retry interval used by this bridge.
- getRetryInterval() - Method in interface org.apache.activemq.artemis.api.core.management.ClusterConnectionControl
-
Returns the connection retry interval used by this cluster connection.
- getRetryInterval() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
-
- getRetryInterval() - Method in interface org.apache.activemq.artemis.jms.server.config.ConnectionFactoryConfiguration
-
- getRetryInterval() - Method in class org.apache.activemq.artemis.jms.server.config.impl.ConnectionFactoryConfigurationImpl
-
- getRetryIntervalMultiplier() - Method in interface org.apache.activemq.artemis.api.core.client.ServerLocator
-
Returns the multiplier to apply to successive retry intervals.
- getRetryIntervalMultiplier() - Method in interface org.apache.activemq.artemis.api.core.management.BridgeControl
-
Returns the retry interval multiplier used by this bridge.
- getRetryIntervalMultiplier() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
-
- getRetryIntervalMultiplier() - Method in interface org.apache.activemq.artemis.jms.server.config.ConnectionFactoryConfiguration
-
- getRetryIntervalMultiplier() - Method in class org.apache.activemq.artemis.jms.server.config.impl.ConnectionFactoryConfigurationImpl
-
- getRight() - Method in class org.apache.activemq.artemis.selector.filter.BinaryExpression
-
- getRight() - Method in class org.apache.activemq.artemis.selector.filter.UnaryExpression
-
- getRolePrincipalClass() - Method in class org.apache.activemq.artemis.spi.core.security.ActiveMQJAASSecurityManager
-
- getRoles(String) - Method in interface org.apache.activemq.artemis.api.core.management.ActiveMQServerControl
-
- getRoles() - Method in interface org.apache.activemq.artemis.api.core.management.AddressControl
-
Returns the roles (name and permissions) associated with this address.
- getRolesAsJSON(String) - Method in interface org.apache.activemq.artemis.api.core.management.ActiveMQServerControl
-
- getRolesAsJSON() - Method in interface org.apache.activemq.artemis.api.core.management.AddressControl
-
Returns the roles (name and permissions) associated with this address
using JSON serialization.
- getRootElement() - Method in class org.apache.activemq.artemis.jms.server.config.impl.FileJMSConfiguration
-
- getRoutingName() - Method in interface org.apache.activemq.artemis.api.core.management.DivertControl
-
Returns the routing name of this divert.
- getRoutingType() - Method in interface org.apache.activemq.artemis.api.core.client.ClientSession.QueueQuery
-
- getRoutingType() - Method in interface org.apache.activemq.artemis.api.core.management.DivertControl
-
Returns the routing type used by this divert.
- getRoutingType() - Method in interface org.apache.activemq.artemis.api.core.management.QueueControl
-
The routing type of this queue.
- getRoutingType() - Method in interface org.apache.activemq.artemis.api.core.Message
-
- getRoutingTypes() - Method in interface org.apache.activemq.artemis.api.core.management.AddressControl
-
- getRoutingTypesAsJSON() - Method in interface org.apache.activemq.artemis.api.core.management.AddressControl
-
- getScaleDownGroupName() - Method in interface org.apache.activemq.artemis.api.core.client.TopologyMember
-
Returns the scale-down-group-name
of the live server with this Topology entry.
- getScheduledCount() - Method in interface org.apache.activemq.artemis.api.core.management.QueueControl
-
Returns the number of scheduled messages in this queue.
- getScheduledDeliveryTime() - Method in interface org.apache.activemq.artemis.api.core.Message
-
Used to calculate what is the delivery time.
- getScheduledThreadPoolMaxSize() - Method in interface org.apache.activemq.artemis.api.core.client.ServerLocator
-
Returns the maximum size of the scheduled thread pool.
- getScheduledThreadPoolMaxSize() - Method in interface org.apache.activemq.artemis.api.core.management.ActiveMQServerControl
-
Returns the maximum number of threads in the scheduled thread pool.
- getScheduledThreadPoolMaxSize() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
-
- getScheduledThreadPoolMaxSize() - Method in interface org.apache.activemq.artemis.jms.server.config.ConnectionFactoryConfiguration
-
- getScheduledThreadPoolMaxSize() - Method in class org.apache.activemq.artemis.jms.server.config.impl.ConnectionFactoryConfigurationImpl
-
- getSchema() - Method in class org.apache.activemq.artemis.jms.server.config.impl.FileJMSConfiguration
-
- 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.schema.connector.InVMTransportConfigurationSchema
-
- getSchemaName() - Method in class org.apache.activemq.artemis.uri.schema.connector.TCPTransportConfigurationSchema
-
- getSchemaName() - Method in class org.apache.activemq.artemis.uri.schema.serverLocator.InVMServerLocatorSchema
-
- getSchemaName() - Method in class org.apache.activemq.artemis.uri.schema.serverLocator.JGroupsServerLocatorSchema
-
- getSchemaName() - Method in class org.apache.activemq.artemis.uri.schema.serverLocator.TCPServerLocatorSchema
-
- getSchemaName() - Method in class org.apache.activemq.artemis.uri.schema.serverLocator.UDPServerLocatorSchema
-
- getSchemaName() - Method in class org.apache.activemq.artemis.uri.schemas.clusterConnection.ClusterConnectionMulticastSchema
-
- getSchemaName() - Method in class org.apache.activemq.artemis.uri.schemas.clusterConnection.ClusterConnectionStaticSchema
-
- getSchemaName() - Method in class org.apache.activemq.artemis.uri.TCPSchema
-
- getSchemaName() - Method in class org.apache.activemq.artemis.uri.UDPSchema
-
- getSecurity(String) - Method in class org.apache.activemq.artemis.jms.server.impl.JMSServerManagerImpl
-
Deprecated.
- getSecurity(String) - Method in interface org.apache.activemq.artemis.jms.server.JMSServerManager
-
Deprecated.
- getSecurityInvalidationInterval() - Method in interface org.apache.activemq.artemis.api.core.management.ActiveMQServerControl
-
Returns the interval time (in milliseconds) to invalidate security credentials.
- getSelector() - Method in class org.apache.activemq.artemis.jms.bridge.impl.JMSBridgeControlImpl
-
- getSelector() - Method in class org.apache.activemq.artemis.jms.bridge.impl.JMSBridgeImpl
-
- getSelector() - Method in interface org.apache.activemq.artemis.jms.bridge.JMSBridge
-
- getSelector() - Method in interface org.apache.activemq.artemis.jms.bridge.JMSBridgeControl
-
- getSelector() - Method in class org.apache.activemq.artemis.jms.persistence.config.PersistedDestination
-
- getSelector() - Method in class org.apache.activemq.artemis.jms.server.config.impl.JMSQueueConfigurationImpl
-
- getSelector() - Method in interface org.apache.activemq.artemis.jms.server.config.JMSQueueConfiguration
-
- getServerLocator() - Method in interface org.apache.activemq.artemis.api.core.client.ClientSessionFactory
-
- getServerLocator() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
-
- getServerVersion() - Method in class org.apache.activemq.artemis.spi.core.remoting.SessionContext
-
- getSession() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQJMSContext
-
- getSession() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQSession
-
- getSession() - Method in class org.apache.activemq.artemis.spi.core.remoting.SessionContext
-
- getSessionFactory() - Method in interface org.apache.activemq.artemis.api.core.client.ClientSession
-
Return the sessionFactory used to created this Session.
- getSessionFactory() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnection
-
- getSessionFactory() - Method in interface org.apache.activemq.artemis.spi.core.remoting.ClientProtocolManager
-
- 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 interface org.apache.activemq.artemis.api.core.Message
-
- getShortProperty(SimpleString) - Method in interface org.apache.activemq.artemis.api.core.Message
-
- 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
-
- getSimpleStringProperty(String) - Method in interface org.apache.activemq.artemis.api.core.Message
-
- getSimpleStringProperty(SimpleString) - Method in interface org.apache.activemq.artemis.api.core.Message
-
- getSlowConsumerCheckPeriod() - Method in class org.apache.activemq.artemis.api.core.management.AddressSettingsInfo
-
- getSlowConsumerPolicy() - Method in class org.apache.activemq.artemis.api.core.management.AddressSettingsInfo
-
- getSlowConsumerThreshold() - Method in class org.apache.activemq.artemis.api.core.management.AddressSettingsInfo
-
- getSourceDestinationFactory() - Method in class org.apache.activemq.artemis.jms.bridge.impl.JMSBridgeImpl
-
- getSourceDestinationFactory() - Method in interface org.apache.activemq.artemis.jms.bridge.JMSBridge
-
- getSourcePassword() - Method in class org.apache.activemq.artemis.jms.bridge.impl.JMSBridgeControlImpl
-
- getSourcePassword() - Method in class org.apache.activemq.artemis.jms.bridge.impl.JMSBridgeImpl
-
- getSourcePassword() - Method in interface org.apache.activemq.artemis.jms.bridge.JMSBridge
-
- getSourcePassword() - Method in interface org.apache.activemq.artemis.jms.bridge.JMSBridgeControl
-
- getSourceUsername() - Method in class org.apache.activemq.artemis.jms.bridge.impl.JMSBridgeControlImpl
-
- getSourceUsername() - Method in class org.apache.activemq.artemis.jms.bridge.impl.JMSBridgeImpl
-
- getSourceUsername() - Method in interface org.apache.activemq.artemis.jms.bridge.JMSBridge
-
- getSourceUsername() - Method in interface org.apache.activemq.artemis.jms.bridge.JMSBridgeControl
-
- getStaticConnectors() - Method in interface org.apache.activemq.artemis.api.core.management.BridgeControl
-
Returns any list of static connectors used by this bridge
- getStaticConnectors() - Method in interface org.apache.activemq.artemis.api.core.management.ClusterConnectionControl
-
Returns the list of static connectors
- getStaticConnectors() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
-
- getStaticConnectorsAsJSON() - Method in interface org.apache.activemq.artemis.api.core.management.ClusterConnectionControl
-
Returns the list of static connectors as JSON
- getStaticTransportConfigurations() - Method in interface org.apache.activemq.artemis.api.core.client.ServerLocator
-
Returns an array of TransportConfigurations representing the static list of live servers used
when creating this object
- getString(String) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQMapMessage
-
- getStringProperty(String) - Method in interface org.apache.activemq.artemis.api.core.Message
-
- getStringProperty(SimpleString) - Method in interface org.apache.activemq.artemis.api.core.Message
-
- getStringProperty(String) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQJMSProducer
-
- getStringProperty(String) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQMessage
-
- getSubject() - Method in class org.apache.activemq.artemis.spi.core.protocol.AbstractRemotingConnection
-
- getSubject() - Method in interface org.apache.activemq.artemis.spi.core.protocol.RemotingConnection
-
the possibly null identity associated with this connection
- getSubscription() - Method in class org.apache.activemq.artemis.api.core.management.MessageCounterInfo
-
Returns the name of the subscription.
- getSubscriptionName() - Method in class org.apache.activemq.artemis.jms.bridge.impl.JMSBridgeControlImpl
-
- getSubscriptionName() - Method in class org.apache.activemq.artemis.jms.bridge.impl.JMSBridgeImpl
-
- getSubscriptionName() - Method in interface org.apache.activemq.artemis.jms.bridge.JMSBridge
-
- getSubscriptionName() - Method in interface org.apache.activemq.artemis.jms.bridge.JMSBridgeControl
-
- GetSuffix(int) - Method in class org.apache.activemq.artemis.selector.hyphenated.SimpleCharStream
-
Get the suffix.
- GetSuffix(int) - Method in class org.apache.activemq.artemis.selector.strict.SimpleCharStream
-
Get the suffix.
- getTabSize(int) - Method in class org.apache.activemq.artemis.selector.hyphenated.SimpleCharStream
-
- getTabSize(int) - Method in class org.apache.activemq.artemis.selector.strict.SimpleCharStream
-
- getTargetDestinationFactory() - Method in class org.apache.activemq.artemis.jms.bridge.impl.JMSBridgeImpl
-
- getTargetDestinationFactory() - Method in interface org.apache.activemq.artemis.jms.bridge.JMSBridge
-
- getTargetPassword() - Method in class org.apache.activemq.artemis.jms.bridge.impl.JMSBridgeControlImpl
-
- getTargetPassword() - Method in class org.apache.activemq.artemis.jms.bridge.impl.JMSBridgeImpl
-
- getTargetPassword() - Method in interface org.apache.activemq.artemis.jms.bridge.JMSBridge
-
- getTargetPassword() - Method in interface org.apache.activemq.artemis.jms.bridge.JMSBridgeControl
-
- getTargetUsername() - Method in class org.apache.activemq.artemis.jms.bridge.impl.JMSBridgeControlImpl
-
- getTargetUsername() - Method in class org.apache.activemq.artemis.jms.bridge.impl.JMSBridgeImpl
-
- getTargetUsername() - Method in interface org.apache.activemq.artemis.jms.bridge.JMSBridge
-
- getTargetUsername() - Method in interface org.apache.activemq.artemis.jms.bridge.JMSBridgeControl
-
- 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.core.client.ServerLocator
-
Returns the maximum size of the thread pool.
- getThreadPoolMaxSize() - Method in interface org.apache.activemq.artemis.api.core.management.ActiveMQServerControl
-
Returns the maximum number of threads in the thread pool.
- getThreadPoolMaxSize() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
-
- getThreadPoolMaxSize() - Method in interface org.apache.activemq.artemis.jms.server.config.ConnectionFactoryConfiguration
-
- getThreadPoolMaxSize() - Method in class org.apache.activemq.artemis.jms.server.config.impl.ConnectionFactoryConfigurationImpl
-
- getTimestamp() - Method in interface org.apache.activemq.artemis.api.core.Message
-
- getTimeToLive() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQJMSProducer
-
- getTimeToLive() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQMessageProducer
-
- getToken(int) - Method in class org.apache.activemq.artemis.selector.hyphenated.HyphenatedParser
-
Get the specific Token.
- getToken(int) - Method in class org.apache.activemq.artemis.selector.strict.StrictParser
-
Get the specific Token.
- getTopic() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQMessageConsumer
-
- getTopic() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQMessageProducer
-
- getTopicConfigurations() - Method in class org.apache.activemq.artemis.jms.server.config.impl.JMSConfigurationImpl
-
- getTopicConfigurations() - Method in interface org.apache.activemq.artemis.jms.server.config.JMSConfiguration
-
- getTopicName() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQTopic
-
- getTopicPrefix() - Method in class org.apache.activemq.artemis.jndi.ActiveMQInitialContextFactory
-
- getTopicSession() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQSession
-
- getTopology() - Method in interface org.apache.activemq.artemis.api.core.client.ServerLocator
-
Exposes the Topology used by this ServerLocator.
- getTopology() - Method in interface org.apache.activemq.artemis.api.core.management.ClusterConnectionControl
-
Return the Topology that this Cluster Connection knows about
- getTotalConnectionCount() - Method in interface org.apache.activemq.artemis.api.core.management.ActiveMQServerControl
-
Returns the number of clients which have connected to this server since it was started.
- getTotalConsumerCount() - Method in interface org.apache.activemq.artemis.api.core.management.ActiveMQServerControl
-
Returns the number of messages sent to this server since it was started.
- getTotalMessageCount() - Method in interface org.apache.activemq.artemis.api.core.management.ActiveMQServerControl
-
Returns the number of messages in all queues on the server.
- getTotalMessagesAcknowledged() - Method in interface org.apache.activemq.artemis.api.core.management.ActiveMQServerControl
-
Returns the number of messages sent to this server since it was started.
- getTotalMessagesAdded() - Method in interface org.apache.activemq.artemis.api.core.management.ActiveMQServerControl
-
Returns the number of messages sent to this server since it was started.
- 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 class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
-
- getTransactionBatchSize() - Method in interface org.apache.activemq.artemis.jms.server.config.ConnectionFactoryConfiguration
-
- getTransactionBatchSize() - Method in class org.apache.activemq.artemis.jms.server.config.impl.ConnectionFactoryConfigurationImpl
-
- getTransactionTimeout() - Method in interface org.apache.activemq.artemis.api.core.management.ActiveMQServerControl
-
Returns the timeout (in milliseconds) after which transactions is removed
from the resource manager after it was created.
- getTransactionTimeoutScanPeriod() - Method in interface org.apache.activemq.artemis.api.core.management.ActiveMQServerControl
-
Returns the frequency (in milliseconds) to scan transactions to detect which transactions
have timed out.
- getTransformerClassName() - Method in interface org.apache.activemq.artemis.api.core.management.BridgeControl
-
Return the name of the org.apache.activemq.artemis.core.server.cluster.Transformer implementation associated with this bridge.
- getTransformerClassName() - Method in interface org.apache.activemq.artemis.api.core.management.DivertControl
-
Return the name of the org.apache.activemq.artemis.core.server.cluster.Transformer implementation associated with this divert.
- getTransformerProperties() - Method in interface org.apache.activemq.artemis.api.core.management.BridgeControl
-
Returns a map of the properties configured for the transformer.
- getTransformerProperties() - Method in interface org.apache.activemq.artemis.api.core.management.DivertControl
-
Returns a map of the properties configured for the transformer.
- getTransformerPropertiesAsJSON() - Method in interface org.apache.activemq.artemis.api.core.management.BridgeControl
-
Returns a map of the properties configured for the transformer.
- getTransformerPropertiesAsJSON() - Method in interface org.apache.activemq.artemis.api.core.management.DivertControl
-
Returns a map of the properties configured for the transformer.
- getTransportConfigurations(URI, Map<String, String>, Set<String>, String, String) - Static method in class org.apache.activemq.artemis.uri.schema.connector.TCPTransportConfigurationSchema
-
- getTransportConnection() - Method in class org.apache.activemq.artemis.spi.core.protocol.AbstractRemotingConnection
-
- getTransportConnection() - Method in interface org.apache.activemq.artemis.spi.core.protocol.RemotingConnection
-
return the underlying Connection.
- getType() - Method in interface org.apache.activemq.artemis.api.core.ICoreMessage
-
Return the type of the message
- getType() - Method in enum org.apache.activemq.artemis.api.core.management.CoreNotificationType
-
- getType() - Method in interface org.apache.activemq.artemis.api.core.management.NotificationType
-
- getType() - Method in interface org.apache.activemq.artemis.api.core.Message
-
- getType() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQBytesMessage
-
- getType() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQDestination
-
- getType() - Method in enum org.apache.activemq.artemis.jms.client.ActiveMQDestination.TYPE
-
- getType(byte) - Static method in enum org.apache.activemq.artemis.jms.client.ActiveMQDestination.TYPE
-
- 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.jms.persistence.config.PersistedBindings
-
- getType() - Method in class org.apache.activemq.artemis.jms.persistence.config.PersistedDestination
-
- getType() - Method in enum org.apache.activemq.artemis.jms.persistence.config.PersistedType
-
- getType(byte) - Static method in enum org.apache.activemq.artemis.jms.persistence.config.PersistedType
-
- getType() - Method in enum org.apache.activemq.artemis.jms.server.management.JMSNotificationType
-
- getType() - Method in class org.apache.activemq.artemis.uri.JMSConnectionOptions
-
- getUdpateTimestamp() - Method in class org.apache.activemq.artemis.api.core.management.MessageCounterInfo
-
Returns the timestamp of the last time the queue was updated.
- getUID() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnection
-
- getUniqueEventID() - Method in interface org.apache.activemq.artemis.api.core.client.TopologyMember
-
- getUniqueName() - Method in interface org.apache.activemq.artemis.api.core.management.DivertControl
-
Returns the cluster-wide unique name of this divert.
- getUptime() - Method in interface org.apache.activemq.artemis.api.core.management.ActiveMQServerControl
-
Returns the uptime of this server.
- getUptimeMillis() - Method in interface org.apache.activemq.artemis.api.core.management.ActiveMQServerControl
-
Returns the uptime of this server.
- getUri(TransportConfiguration[]) - Static method in class org.apache.activemq.artemis.uri.schema.serverLocator.InVMServerLocatorSchema
-
- getURI(String, TransportConfiguration[]) - Static method in class org.apache.activemq.artemis.uri.schema.serverLocator.TCPServerLocatorSchema
-
- 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
-
- getUserFromSubject(Subject) - Method in class org.apache.activemq.artemis.spi.core.security.ActiveMQJAASSecurityManager
-
- getUserID() - Method in interface org.apache.activemq.artemis.api.core.Message
-
This represents historically the JMSMessageID.
- getUserNameForCertificates(X509Certificate[]) - Method in class org.apache.activemq.artemis.spi.core.security.jaas.CertificateLoginModule
-
Should return a unique name corresponding to the certificates given.
- getUserNameForCertificates(X509Certificate[]) - Method in class org.apache.activemq.artemis.spi.core.security.jaas.TextFileCertificateLoginModule
-
Overriding to allow DN authorization based on DNs specified in text
files.
- getUserRoles(String) - Method in class org.apache.activemq.artemis.spi.core.security.jaas.CertificateLoginModule
-
Should return a set of the roles this user belongs to.
- getUserRoles(String) - Method in class org.apache.activemq.artemis.spi.core.security.jaas.TextFileCertificateLoginModule
-
Overriding to allow for role discovery based on text files.
- getUseTopologyForLoadBalancing() - Method in interface org.apache.activemq.artemis.api.core.client.ServerLocator
-
- getValidatedUserID() - Method in interface org.apache.activemq.artemis.api.core.Message
-
- getValue() - Method in class org.apache.activemq.artemis.selector.filter.ConstantExpression
-
- getValue() - Method in class org.apache.activemq.artemis.selector.hyphenated.Token
-
An optional attribute value of the Token.
- getValue() - Method in class org.apache.activemq.artemis.selector.strict.Token
-
An optional attribute value of the Token.
- getVersion() - Method in interface org.apache.activemq.artemis.api.core.client.ClientSession
-
Returns the server's incrementingVersion.
- getVersion() - Method in interface org.apache.activemq.artemis.api.core.management.ActiveMQServerControl
-
Returns this server's version.
- getVersion() - Method in class org.apache.activemq.artemis.jms.server.impl.JMSServerManagerImpl
-
Deprecated.
- getVersion() - Method in interface org.apache.activemq.artemis.jms.server.JMSServerManager
-
Deprecated.
- getXAResource() - Method in interface org.apache.activemq.artemis.api.core.client.ClientSession
-
Returns the XAResource associated to the session.
- getXAResource() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQJMSContext
-
- getXAResource() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQSession
-
- GuestLoginModule - Class in org.apache.activemq.artemis.spi.core.security.jaas
-
Always login the user with a default 'guest' identity.
- GuestLoginModule() - Constructor for class org.apache.activemq.artemis.spi.core.security.jaas.GuestLoginModule
-
- ICoreMessage - Interface in org.apache.activemq.artemis.api.core
-
This interface is only to determine the API of methods required for Core Messages
- ID - Static variable in interface org.apache.activemq.artemis.selector.hyphenated.HyphenatedParserConstants
-
RegularExpression Id.
- ID - Static variable in interface org.apache.activemq.artemis.selector.strict.StrictParserConstants
-
RegularExpression Id.
- idGenerator - Variable in class org.apache.activemq.artemis.spi.core.remoting.SessionContext
-
- IGNORED - Static variable in class org.apache.activemq.artemis.uri.schema.serverLocator.UDPServerLocatorSchema
-
- ignoringShortFile(String) - Method in interface org.apache.activemq.artemis.journal.ActiveMQJournalLogger
-
- illegalDeliveryMode(int) - Method in interface org.apache.activemq.artemis.jms.client.ActiveMQJMSClientBundle
-
- image - Variable in class org.apache.activemq.artemis.selector.hyphenated.Token
-
The string image of the token.
- image - Variable in class org.apache.activemq.artemis.selector.strict.Token
-
The string image of the token.
- IN - Static variable in interface org.apache.activemq.artemis.selector.hyphenated.HyphenatedParserConstants
-
RegularExpression Id.
- IN - Static variable in interface org.apache.activemq.artemis.selector.strict.StrictParserConstants
-
RegularExpression Id.
- inBuf - Variable in class org.apache.activemq.artemis.selector.hyphenated.SimpleCharStream
-
- inBuf - Variable in class org.apache.activemq.artemis.selector.strict.SimpleCharStream
-
- incompatibleNativeLibrary() - Method in interface org.apache.activemq.artemis.journal.ActiveMQJournalLogger
-
- inconsistencyDuringCompacting(Long) - Method in interface org.apache.activemq.artemis.journal.ActiveMQJournalLogger
-
- inconsistencyDuringCompactingDelete(Long) - Method in interface org.apache.activemq.artemis.journal.ActiveMQJournalLogger
-
- incrementDurableRefCount() - Method in interface org.apache.activemq.artemis.api.core.Message
-
- incrementDurableRefCount() - Method in class org.apache.activemq.artemis.api.core.RefCountMessage
-
- incrementRefCount() - Method in interface org.apache.activemq.artemis.api.core.Message
-
- incrementRefCount() - Method in class org.apache.activemq.artemis.api.core.RefCountMessage
-
- incrementRefCounter() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionForContextImpl
-
- INDIVIDUAL_ACKNOWLEDGE - Static variable in class org.apache.activemq.artemis.api.jms.ActiveMQJMSConstants
-
- individualAcknowledge() - Method in interface org.apache.activemq.artemis.api.core.client.ClientMessage
-
Acknowledges reception of a single message.
- init(Map) - Method in class org.apache.activemq.artemis.spi.core.security.jaas.PropertiesLoader
-
- initChannel() - Method in class org.apache.activemq.artemis.api.core.JGroupsBroadcastEndpoint
-
- INITIAL_CONNECT_ATTEMPTS - Static variable in class org.apache.activemq.artemis.api.core.client.ActiveMQClient
-
- initialize() - Static method in class org.apache.activemq.artemis.jms.client.DefaultConnectionProperties
-
- initialize(Subject, CallbackHandler, Map<String, ?>, Map<String, ?>) - Method in class org.apache.activemq.artemis.spi.core.security.jaas.CertificateLoginModule
-
Overriding to allow for proper initialization.
- initialize(Subject, CallbackHandler, Map<String, ?>, Map<String, ?>) - Method in class org.apache.activemq.artemis.spi.core.security.jaas.GuestLoginModule
-
- initialize(Subject, CallbackHandler, Map<String, ?>, Map<String, ?>) - Method in class org.apache.activemq.artemis.spi.core.security.jaas.InVMLoginModule
-
- initialize(Subject, CallbackHandler, Map<String, ?>, Map<String, ?>) - Method in class org.apache.activemq.artemis.spi.core.security.jaas.Krb5LoginModule
-
- initialize(Subject, CallbackHandler, Map<String, ?>, Map<String, ?>) - Method in class org.apache.activemq.artemis.spi.core.security.jaas.LDAPLoginModule
-
- initialize(Subject, CallbackHandler, Map<String, ?>, Map<String, ?>) - Method in class org.apache.activemq.artemis.spi.core.security.jaas.PropertiesLoginModule
-
- initialize(Subject, CallbackHandler, Map<String, ?>, Map<String, ?>) - Method in class org.apache.activemq.artemis.spi.core.security.jaas.TextFileCertificateLoginModule
-
Performs initialization of file paths.
- initializeGlobalThreadPoolProperties() - Static method in class org.apache.activemq.artemis.api.core.client.ActiveMQClient
-
Initializes the global thread pools properties from System properties.
- injectPools(ExecutorService, ScheduledExecutorService) - Static method in class org.apache.activemq.artemis.api.core.client.ActiveMQClient
-
Warning: This method has to be called before any clients or servers is started on the JVM otherwise previous ServerLocator would be broken after this call.
- input_stream - Variable in class org.apache.activemq.artemis.selector.hyphenated.HyphenatedParserTokenManager
-
- input_stream - Variable in class org.apache.activemq.artemis.selector.strict.StrictParserTokenManager
-
- inputStream - Variable in class org.apache.activemq.artemis.selector.hyphenated.SimpleCharStream
-
- inputStream - Variable in class org.apache.activemq.artemis.selector.strict.SimpleCharStream
-
- INTEGER - Static variable in class org.apache.activemq.artemis.selector.filter.ArithmeticExpression
-
- intercept(P, RemotingConnection) - Method in interface org.apache.activemq.artemis.api.core.BaseInterceptor
-
Intercepts a packet which is received before it is sent to the channel
- Interceptor - Interface in org.apache.activemq.artemis.api.core
-
This is class is a simple way to intercepting calls on ActiveMQ Artemis client and servers.
- 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.
- internalCloseChannel(JChannelWrapper) - Method in class org.apache.activemq.artemis.api.core.JGroupsBroadcastEndpoint
-
Closes the channel used in this JGroups Broadcast.
- internalCloseChannel(JChannelWrapper) - Method in class org.apache.activemq.artemis.api.core.JGroupsChannelBroadcastEndpoint
-
- internalCreateCFPOJO(ConnectionFactoryConfiguration) - Method in class org.apache.activemq.artemis.jms.server.impl.JMSServerManagerImpl
-
Deprecated.
- internalCreateJMSQueue(boolean, String, String, boolean, boolean, String...) - Method in class org.apache.activemq.artemis.jms.server.impl.JMSServerManagerImpl
-
Deprecated.
- internalCreateQueue(String, boolean) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQSession
-
- internalCreateTopic(String, boolean) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQSession
-
- internalFilterInterceptors(Class<P>, List<? extends BaseInterceptor>) - Method in class org.apache.activemq.artemis.spi.core.protocol.AbstractProtocolManagerFactory
-
This method exists because java templates won't store the type of P at runtime.
- 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.schema.connector.InVMTransportConfigurationSchema
-
- internalNewObject(URI, Map<String, String>, String) - Method in class org.apache.activemq.artemis.uri.schema.connector.TCPTransportConfigurationSchema
-
- internalNewObject(URI, Map<String, String>, String) - Method in class org.apache.activemq.artemis.uri.schema.serverLocator.InVMServerLocatorSchema
-
- internalNewObject(URI, Map<String, String>, String) - Method in class org.apache.activemq.artemis.uri.schema.serverLocator.JGroupsServerLocatorSchema
-
- internalNewObject(URI, Map<String, String>, String) - Method in class org.apache.activemq.artemis.uri.schema.serverLocator.TCPServerLocatorSchema
-
- internalNewObject(URI, Map<String, String>, String) - Method in class org.apache.activemq.artemis.uri.schema.serverLocator.UDPServerLocatorSchema
-
- internalNewObject(URI, Map<String, String>, String) - Method in class org.apache.activemq.artemis.uri.schemas.clusterConnection.ClusterConnectionStaticSchema
-
- 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(List<TransportConfiguration>) - Method in class org.apache.activemq.artemis.uri.schema.connector.InVMTransportConfigurationSchema
-
- internalNewURI(List<TransportConfiguration>) - Method in class org.apache.activemq.artemis.uri.schema.connector.TCPTransportConfigurationSchema
-
- internalNewURI(ServerLocator) - Method in class org.apache.activemq.artemis.uri.schema.serverLocator.InVMServerLocatorSchema
-
- internalNewURI(ServerLocator) - Method in class org.apache.activemq.artemis.uri.schema.serverLocator.JGroupsServerLocatorSchema
-
- internalNewURI(ServerLocator) - Method in class org.apache.activemq.artemis.uri.schema.serverLocator.TCPServerLocatorSchema
-
- internalNewURI(ServerLocator) - Method in class org.apache.activemq.artemis.uri.schema.serverLocator.UDPServerLocatorSchema
-
- internalNewURI(ClusterConnectionConfiguration) - Method in class org.apache.activemq.artemis.uri.schemas.clusterConnection.ClusterConnectionStaticSchema
-
- internalNewURI(ActiveMQConnectionFactory) - Method in class org.apache.activemq.artemis.uri.TCPSchema
-
- internalNewURI(ActiveMQConnectionFactory) - Method in class org.apache.activemq.artemis.uri.UDPSchema
-
- internalOpen() - Method in class org.apache.activemq.artemis.api.core.JGroupsBroadcastEndpoint
-
- intValue() - Method in enum org.apache.activemq.artemis.api.jms.JMSFactoryType
-
- intValue() - Method in enum org.apache.activemq.artemis.jms.bridge.QualityOfServiceMode
-
- invalidFilter(Throwable, SimpleString) - Method in interface org.apache.activemq.artemis.jms.client.ActiveMQJMSClientBundle
-
- invalidHostForConnector(String, String) - Method in interface org.apache.activemq.artemis.jms.server.ActiveMQJMSServerLogger
-
- invalidJavaIdentifier(String) - Method in interface org.apache.activemq.artemis.jms.client.ActiveMQJMSClientBundle
-
- invalidSubscriptionName() - Method in interface org.apache.activemq.artemis.jms.client.ActiveMQJMSClientBundle
-
- invertedPropertiesMap() - Method in class org.apache.activemq.artemis.spi.core.security.jaas.ReloadableProperties
-
- invertedPropertiesValuesMap() - Method in class org.apache.activemq.artemis.spi.core.security.jaas.ReloadableProperties
-
- InVMAcceptorTransportConfigurationSchema - Class in org.apache.activemq.artemis.uri.schemas.acceptor
-
- InVMAcceptorTransportConfigurationSchema() - Constructor for class org.apache.activemq.artemis.uri.schemas.acceptor.InVMAcceptorTransportConfigurationSchema
-
- InVMLoginModule - Class in org.apache.activemq.artemis.spi.core.security.jaas
-
- InVMLoginModule() - Constructor for class org.apache.activemq.artemis.spi.core.security.jaas.InVMLoginModule
-
- InVMSchema - Class in org.apache.activemq.artemis.uri
-
- InVMSchema() - Constructor for class org.apache.activemq.artemis.uri.InVMSchema
-
- InVMServerLocatorSchema - Class in org.apache.activemq.artemis.uri.schema.serverLocator
-
- InVMServerLocatorSchema() - Constructor for class org.apache.activemq.artemis.uri.schema.serverLocator.InVMServerLocatorSchema
-
- InVMTransportConfigurationSchema - Class in org.apache.activemq.artemis.uri.schema.connector
-
- InVMTransportConfigurationSchema() - Constructor for class org.apache.activemq.artemis.uri.schema.connector.InVMTransportConfigurationSchema
-
- invokeInterceptors(List<I>, P, C) - Method in class org.apache.activemq.artemis.spi.core.protocol.AbstractProtocolManager
-
- ioError(int, String) - Method in interface org.apache.activemq.artemis.journal.ActiveMQJournalLogger
-
- ioRenameFileError(String, String) - Method in interface org.apache.activemq.artemis.journal.ActiveMQJournalBundle
-
- IS - Static variable in interface org.apache.activemq.artemis.selector.hyphenated.HyphenatedParserConstants
-
RegularExpression Id.
- IS - Static variable in interface org.apache.activemq.artemis.selector.strict.StrictParserConstants
-
RegularExpression Id.
- isAddMessageIDInHeader() - Method in class org.apache.activemq.artemis.jms.bridge.impl.JMSBridgeControlImpl
-
- isAddMessageIDInHeader() - Method in class org.apache.activemq.artemis.jms.bridge.impl.JMSBridgeImpl
-
- isAddMessageIDInHeader() - Method in interface org.apache.activemq.artemis.jms.bridge.JMSBridge
-
- isAddMessageIDInHeader() - Method in interface org.apache.activemq.artemis.jms.bridge.JMSBridgeControl
-
- isAlive() - Method in interface org.apache.activemq.artemis.spi.core.remoting.ClientProtocolManager
-
- isAsyncConnectionExecutionEnabled() - Method in interface org.apache.activemq.artemis.api.core.management.ActiveMQServerControl
-
Returns whether code coming from connection is executed asynchronously or not.
- isAttributesResult(Message) - Static method in class org.apache.activemq.artemis.api.core.management.ManagementHelper
-
Returns whether the JMS message corresponds to the result of a management attribute value.
- 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.
- isAutoCommitAcks() - Method in interface org.apache.activemq.artemis.api.core.client.ClientSession
-
Returns whether the session will automatically commit its transaction every time a message is acknowledged
by a ClientConsumer created by this session, false
else
- isAutoCommitSends() - Method in interface org.apache.activemq.artemis.api.core.client.ClientSession
-
Returns whether the session will automatically commit its transaction every time a message is sent
by a ClientProducer created by this session, false
else
- isAutoCreateAddresses() - Method in interface org.apache.activemq.artemis.api.core.client.ClientSession.AddressQuery
-
Returns true
if auto-address-creation for this address is enabled, false
else.
- isAutoCreated() - Method in interface org.apache.activemq.artemis.api.core.client.ClientSession.QueueQuery
-
- isAutoCreateJmsQueues() - Method in class org.apache.activemq.artemis.api.core.management.AddressSettingsInfo
-
- isAutoCreateJmsTopics() - Method in class org.apache.activemq.artemis.api.core.management.AddressSettingsInfo
-
- isAutoCreateQueues() - Method in interface org.apache.activemq.artemis.api.core.client.ClientSession.AddressQuery
-
Returns true
if auto-queue-creation for this address is enabled, false
else.
- isAutoCreateQueues() - Method in interface org.apache.activemq.artemis.api.core.client.ClientSession.QueueQuery
-
Returns true
if auto-creation for this queue is enabled and if the queue queried is a JMS queue,
false
else.
- isAutoDeleteJmsQueues() - Method in class org.apache.activemq.artemis.api.core.management.AddressSettingsInfo
-
- isAutoDeleteJmsTopics() - Method in class org.apache.activemq.artemis.api.core.management.AddressSettingsInfo
-
- isAutoGroup() - Method in interface org.apache.activemq.artemis.api.core.client.ServerLocator
-
Returns whether producers created through this factory will automatically
assign a group ID to the messages they sent.
- isAutoGroup() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
-
- isAutoGroup() - Method in interface org.apache.activemq.artemis.jms.server.config.ConnectionFactoryConfiguration
-
- isAutoGroup() - Method in class org.apache.activemq.artemis.jms.server.config.impl.ConnectionFactoryConfigurationImpl
-
- isBackup() - Method in interface org.apache.activemq.artemis.api.core.management.ActiveMQServerControl
-
Returns true
if this server is a backup, false
if it is a live server.
- isBlockOnAcknowledge() - Method in interface org.apache.activemq.artemis.api.core.client.ClientSession
-
Returns whether the ClientConsumer created by the session will block when they acknowledge a message.
- isBlockOnAcknowledge() - Method in interface org.apache.activemq.artemis.api.core.client.ServerLocator
-
Returns whether consumers created through this factory will block while
sending message acknowledgments or do it asynchronously.
- isBlockOnAcknowledge() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
-
- isBlockOnAcknowledge() - Method in interface org.apache.activemq.artemis.jms.server.config.ConnectionFactoryConfiguration
-
- isBlockOnAcknowledge() - Method in class org.apache.activemq.artemis.jms.server.config.impl.ConnectionFactoryConfigurationImpl
-
- isBlockOnDurableSend() - Method in interface org.apache.activemq.artemis.api.core.client.ClientProducer
-
Returns whether the producer will block when sending durable messages.
- isBlockOnDurableSend() - Method in interface org.apache.activemq.artemis.api.core.client.ServerLocator
-
Returns whether producers created through this factory will block while sending durable messages or do it asynchronously.
- isBlockOnDurableSend() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
-
- isBlockOnDurableSend() - Method in interface org.apache.activemq.artemis.jms.server.config.ConnectionFactoryConfiguration
-
- isBlockOnDurableSend() - Method in class org.apache.activemq.artemis.jms.server.config.impl.ConnectionFactoryConfigurationImpl
-
- isBlockOnNonDurableSend() - Method in interface org.apache.activemq.artemis.api.core.client.ClientProducer
-
Returns whether the producer will block when sending non-durable messages.
- isBlockOnNonDurableSend() - Method in interface org.apache.activemq.artemis.api.core.client.ServerLocator
-
Returns whether producers created through this factory will block while sending non-durable messages or do it asynchronously.
- isBlockOnNonDurableSend() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
-
- isBlockOnNonDurableSend() - Method in interface org.apache.activemq.artemis.jms.server.config.ConnectionFactoryConfiguration
-
- isBlockOnNonDurableSend() - Method in class org.apache.activemq.artemis.jms.server.config.impl.ConnectionFactoryConfigurationImpl
-
- 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
-
- isBrowse() - Method in class org.apache.activemq.artemis.api.core.management.RoleInfo
-
Returns whether this role can browse queues bound to the address.
- isCacheDestinations() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
-
- isCacheLargeMessagesClient() - Method in interface org.apache.activemq.artemis.api.core.client.ServerLocator
-
When true
, consumers created through this factory will create temporary files to
cache large messages.
- isCacheLargeMessagesClient() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
-
- isCacheLargeMessagesClient() - Method in interface org.apache.activemq.artemis.jms.server.config.ConnectionFactoryConfiguration
-
- isCacheLargeMessagesClient() - Method in class org.apache.activemq.artemis.jms.server.config.impl.ConnectionFactoryConfigurationImpl
-
- isClient() - Method in interface org.apache.activemq.artemis.spi.core.protocol.RemotingConnection
-
- isClosed() - Method in interface org.apache.activemq.artemis.api.core.client.ClientConsumer
-
Returns whether the consumer is closed or not.
- isClosed() - Method in interface org.apache.activemq.artemis.api.core.client.ClientProducer
-
Returns whether the producer is closed or not.
- isClosed() - Method in interface org.apache.activemq.artemis.api.core.client.ClientSession
-
Returns whether the session is closed or not.
- isClosed() - Method in interface org.apache.activemq.artemis.api.core.client.ClientSessionFactory
-
- isClosed() - Method in interface org.apache.activemq.artemis.api.core.client.ServerLocator
-
Returns true if close was already called
- isClosed() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQMessageConsumer
-
- isClustered() - Method in interface org.apache.activemq.artemis.api.core.management.ActiveMQServerControl
-
Returns whether this server is clustered.
- isCompressLargeMessage() - Method in interface org.apache.activemq.artemis.api.core.client.ServerLocator
-
Whether to compress large messages.
- isCompressLargeMessage() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
-
- isCompressLargeMessages() - Method in interface org.apache.activemq.artemis.jms.server.config.ConnectionFactoryConfiguration
-
- isCompressLargeMessages() - Method in class org.apache.activemq.artemis.jms.server.config.impl.ConnectionFactoryConfigurationImpl
-
- isConsume() - Method in class org.apache.activemq.artemis.api.core.management.RoleInfo
-
Returns whether this role can consume messages from queues bound to the address.
- isCreateAddress() - Method in class org.apache.activemq.artemis.api.core.management.RoleInfo
-
Returns whether this role can create addresses.
- isCreateBindingsDir() - Method in interface org.apache.activemq.artemis.api.core.management.ActiveMQServerControl
-
Returns whether the bindings directory is created on this server startup.
- isCreateDurableQueue() - Method in class org.apache.activemq.artemis.api.core.management.RoleInfo
-
Returns whether this role can create durable queues bound to the address.
- isCreateJournalDir() - Method in interface org.apache.activemq.artemis.api.core.management.ActiveMQServerControl
-
Returns whether the journal directory is created on this server startup.
- isCreateNonDurableQueue() - Method in class org.apache.activemq.artemis.api.core.management.RoleInfo
-
Returns whether this role can create non-durable queues bound to the address.
- isDebug() - Method in class org.apache.activemq.artemis.spi.core.security.jaas.PropertiesLoader.FileNameKey
-
- isDecrypt() - Method in class org.apache.activemq.artemis.spi.core.security.jaas.PropertiesLoader.FileNameKey
-
- isDefaultAllowAutoFailback() - Static method in class org.apache.activemq.artemis.api.config.ActiveMQDefaultConfiguration
-
Whether a server will automatically stop when another places a request to take over its place.
- isDefaultAsyncConnectionExecutionEnabled() - Static method in class org.apache.activemq.artemis.api.config.ActiveMQDefaultConfiguration
-
should certain incoming packets on the server be handed off to a thread from the thread pool for processing or should they be handled on the remoting thread?
- isDefaultBridgeDuplicateDetection() - Static method in class org.apache.activemq.artemis.api.config.ActiveMQDefaultConfiguration
-
should duplicate detection headers be inserted in forwarded messages?
- isDefaultCheckForLiveServer() - Static method in class org.apache.activemq.artemis.api.config.ActiveMQDefaultConfiguration
-
Whether to check the cluster for a (live) server using our own server ID when starting up.
- isDefaultClusterDuplicateDetection() - Static method in class org.apache.activemq.artemis.api.config.ActiveMQDefaultConfiguration
-
should duplicate detection headers be inserted in forwarded messages?
- isDefaultClusterForwardWhenNoConsumers() - Static method in class org.apache.activemq.artemis.api.config.ActiveMQDefaultConfiguration
-
- isDefaultCreateBindingsDir() - Static method in class org.apache.activemq.artemis.api.config.ActiveMQDefaultConfiguration
-
true means that the server will create the bindings directory on start up
- isDefaultCreateJournalDir() - Static method in class org.apache.activemq.artemis.api.config.ActiveMQDefaultConfiguration
-
true means that the journal directory will be created
- isDefaultDivertExclusive() - Static method in class org.apache.activemq.artemis.api.config.ActiveMQDefaultConfiguration
-
whether this is an exclusive divert
- isDefaultFailoverOnServerShutdown() - Static method in class org.apache.activemq.artemis.api.config.ActiveMQDefaultConfiguration
-
Will this backup server come live on a normal server shutdown
- isDefaultFileDeploymentEnabled() - Static method in class org.apache.activemq.artemis.api.config.ActiveMQDefaultConfiguration
-
true means that the server will load configuration from the configuration files
- isDefaultGracefulShutdownEnabled() - Static method in class org.apache.activemq.artemis.api.config.ActiveMQDefaultConfiguration
-
true means that graceful shutdown is enabled
- isDefaultHapolicyRequestBackup() - Static method in class org.apache.activemq.artemis.api.config.ActiveMQDefaultConfiguration
-
If true then the server will request a backup on another node
- isDefaultJmxManagementEnabled() - Static method in class org.apache.activemq.artemis.api.config.ActiveMQDefaultConfiguration
-
true means that the management API is available via JMX
- isDefaultJMXUseBrokerName() - Static method in class org.apache.activemq.artemis.api.config.ActiveMQDefaultConfiguration
-
- isDefaultJournalDatasync() - Static method in class org.apache.activemq.artemis.api.config.ActiveMQDefaultConfiguration
-
- isDefaultJournalLogWriteRate() - Static method in class org.apache.activemq.artemis.api.config.ActiveMQDefaultConfiguration
-
Whether to log messages about the journal write rate
- isDefaultJournalSyncNonTransactional() - Static method in class org.apache.activemq.artemis.api.config.ActiveMQDefaultConfiguration
-
if true wait for non transaction data to be synced to the journal before returning response to client.
- isDefaultJournalSyncTransactional() - Static method in class org.apache.activemq.artemis.api.config.ActiveMQDefaultConfiguration
-
if true wait for transaction data to be synchronized to the journal before returning response to client
- isDefaultMaskPassword() - Static method in class org.apache.activemq.artemis.api.config.ActiveMQDefaultConfiguration
-
This option controls whether passwords in server configuration need be masked.
- isDefaultMessageCounterEnabled() - Static method in class org.apache.activemq.artemis.api.config.ActiveMQDefaultConfiguration
-
true means that message counters are enabled
- isDefaultPersistDeliveryCountBeforeDelivery() - Static method in class org.apache.activemq.artemis.api.config.ActiveMQDefaultConfiguration
-
True means that the delivery count is persisted before delivery.
- isDefaultPersistenceEnabled() - Static method in class org.apache.activemq.artemis.api.config.ActiveMQDefaultConfiguration
-
true means that the server will use the file based journal for persistence.
- isDefaultPersistIdCache() - Static method in class org.apache.activemq.artemis.api.config.ActiveMQDefaultConfiguration
-
true means that ID's are persisted to the journal
- isDefaultPopulateValidatedUser() - Static method in class org.apache.activemq.artemis.api.config.ActiveMQDefaultConfiguration
-
Will the broker populate the message with the name of the validated user
- isDefaultPurgeOnNoConsumers() - Method in interface org.apache.activemq.artemis.api.core.client.ClientSession.AddressQuery
-
- isDefaultResolveProtocols() - Static method in class org.apache.activemq.artemis.api.config.ActiveMQDefaultConfiguration
-
If true then the ActiveMQ Artemis Server will make use of any Protocol Managers that are in available on the classpath.
- isDefaultRestartBackup() - Static method in class org.apache.activemq.artemis.api.config.ActiveMQDefaultConfiguration
-
Will this server, if a backup, restart once it has been stopped because of failback or scaling down.
- isDefaultScaleDownEnabled() - Static method in class org.apache.activemq.artemis.api.config.ActiveMQDefaultConfiguration
-
its possible that you only want a server to partake in scale down as a receiver, via a group.
- isDefaultSecurityEnabled() - Static method in class org.apache.activemq.artemis.api.config.ActiveMQDefaultConfiguration
-
true means that security is enabled
- isDefaultWaitForActivation() - Static method in class org.apache.activemq.artemis.api.config.ActiveMQDefaultConfiguration
-
Will a shared-store master startup wait for activation
- isDefaultWildcardRoutingEnabled() - Static method in class org.apache.activemq.artemis.api.config.ActiveMQDefaultConfiguration
-
true means that the server supports wild card routing
- isDeleteDurableQueue() - Method in class org.apache.activemq.artemis.api.core.management.RoleInfo
-
Returns whether this role can delete durable queues bound to the address.
- isDeleteNonDurableQueue() - Method in class org.apache.activemq.artemis.api.core.management.RoleInfo
-
Returns whether this role can delete non-durable queues bound to the address.
- isDestroyed() - Method in interface org.apache.activemq.artemis.spi.core.protocol.RemotingConnection
-
- isDuplicateDetection() - Method in interface org.apache.activemq.artemis.api.core.management.ClusterConnectionControl
-
Return whether this cluster connection use duplicate detection.
- isDurable() - Method in interface org.apache.activemq.artemis.api.core.client.ClientSession.QueueQuery
-
Returns true
if the queue is durable, false
else.
- isDurable() - Method in class org.apache.activemq.artemis.api.core.management.MessageCounterInfo
-
Returns whether the queue is durable.
- isDurable() - Method in interface org.apache.activemq.artemis.api.core.management.QueueControl
-
Returns whether this queue is durable.
- isDurable() - Method in interface org.apache.activemq.artemis.api.core.Message
-
Returns whether this message is durable or not.
- isDurable() - Method in class org.apache.activemq.artemis.jms.persistence.config.PersistedDestination
-
- isDurable() - Method in class org.apache.activemq.artemis.jms.server.config.impl.JMSQueueConfigurationImpl
-
- isDurable() - Method in interface org.apache.activemq.artemis.jms.server.config.JMSQueueConfiguration
-
- isEquivalent(TransportConfiguration) - Method in class org.apache.activemq.artemis.api.core.TransportConfiguration
-
There's a case on ClusterConnections that we need to find an equivalent Connector and we can't
use a Netty Cluster Connection on an InVM ClusterConnection (inVM used on tests) for that
reason I need to test if the two instances of the TransportConfiguration are equivalent while
a test a connector against an acceptor
- isEquivalent(Map<String, Object>) - Method in interface org.apache.activemq.artemis.spi.core.remoting.Connector
-
If the configuration is equivalent to this connector, which means
if the parameter configuration is used to create a connection to a target
node, it will be the same node as of the connections made with this connector.
- isExclusive() - Method in interface org.apache.activemq.artemis.api.core.management.DivertControl
-
Returns whether this divert is exclusive.
- isExists() - Method in interface org.apache.activemq.artemis.api.core.client.ClientSession.AddressQuery
-
Returns true
if the binding exists, false
else.
- isExists() - Method in interface org.apache.activemq.artemis.api.core.client.ClientSession.QueueQuery
-
Returns true
if the queue exists, false
else.
- isExpired() - Method in interface org.apache.activemq.artemis.api.core.Message
-
Returns whether this message is expired or not.
- isFailed() - Method in class org.apache.activemq.artemis.jms.bridge.impl.JMSBridgeControlImpl
-
- isFailed() - Method in class org.apache.activemq.artemis.jms.bridge.impl.JMSBridgeImpl
-
- isFailed() - Method in interface org.apache.activemq.artemis.jms.bridge.JMSBridge
-
- isFailed() - Method in interface org.apache.activemq.artemis.jms.bridge.JMSBridgeControl
-
- isFailoverOnInitialConnection() - Method in interface org.apache.activemq.artemis.api.core.client.ServerLocator
-
Returns true if the client will automatically attempt to connect to the backup server if the initial
connection to the live server fails
- isFailoverOnInitialConnection() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
-
- isFailoverOnInitialConnection() - Method in interface org.apache.activemq.artemis.jms.server.config.ConnectionFactoryConfiguration
-
- isFailoverOnInitialConnection() - Method in class org.apache.activemq.artemis.jms.server.config.impl.ConnectionFactoryConfigurationImpl
-
- isFailoverOnServerShutdown() - Method in interface org.apache.activemq.artemis.api.core.management.ActiveMQServerControl
-
returns if clients failover on a server shutdown
- isFinalizeChecks() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
-
- isHA() - Method in interface org.apache.activemq.artemis.api.core.client.ServerLocator
-
Whether this server receives topology notifications from the cluster as servers join or leave
the cluster.
- isHA() - Method in interface org.apache.activemq.artemis.api.core.management.BridgeControl
-
Returns whether this bridge is using high availability
- isHA() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
-
- isHA() - Method in interface org.apache.activemq.artemis.jms.server.config.ConnectionFactoryConfiguration
-
- isHA() - Method in class org.apache.activemq.artemis.jms.server.config.impl.ConnectionFactoryConfigurationImpl
-
- isHa() - Method in class org.apache.activemq.artemis.uri.schema.serverLocator.ConnectionOptions
-
- isHA() - Method in class org.apache.activemq.artemis.uri.schema.serverLocator.ConnectionOptions
-
Se need both options (ha / HA in case of typos on the URI)
- isJournalSyncNonTransactional() - Method in interface org.apache.activemq.artemis.api.core.management.ActiveMQServerControl
-
Returns whether the journal is synchronized when receiving non-transactional data.
- isJournalSyncTransactional() - Method in interface org.apache.activemq.artemis.api.core.management.ActiveMQServerControl
-
Returns whether the journal is synchronized when receiving transactional data.
- isLargeMessage() - Method in interface org.apache.activemq.artemis.api.core.Message
-
- isLastValueQueue() - Method in class org.apache.activemq.artemis.api.core.management.AddressSettingsInfo
-
- isLoopbackMessages() - Method in class org.apache.activemq.artemis.api.core.jgroups.JChannelManager
-
- isManage() - Method in class org.apache.activemq.artemis.api.core.management.RoleInfo
-
Returns whether this role can send management messages to the address.
- isMember(RemotingConnection) - Method in interface org.apache.activemq.artemis.api.core.client.TopologyMember
-
Returns true if this TopologyMember is the target of this remoting connection
- isMember(TransportConfiguration) - Method in interface org.apache.activemq.artemis.api.core.client.TopologyMember
-
Returns true if this configuration is the target of this remoting connection
- isMessageCounterEnabled() - Method in interface org.apache.activemq.artemis.api.core.management.ActiveMQServerControl
-
Returns whether message counter is enabled for this server.
- isOperationResult(Message) - Static method in class org.apache.activemq.artemis.api.core.management.ManagementHelper
-
Returns whether the JMS message corresponds to the result of a management operation invocation.
- 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.
- isPaging() - Method in interface org.apache.activemq.artemis.api.core.management.AddressControl
-
Returns whether this address is paging.
- isParsed() - Method in class org.apache.activemq.artemis.jms.server.config.impl.FileJMSConfiguration
-
- isPaused() - Method in interface org.apache.activemq.artemis.api.core.management.QueueControl
-
Returns whether the queue is paused.
- isPaused() - Method in class org.apache.activemq.artemis.jms.bridge.impl.JMSBridgeControlImpl
-
- isPaused() - Method in class org.apache.activemq.artemis.jms.bridge.impl.JMSBridgeImpl
-
- isPaused() - Method in interface org.apache.activemq.artemis.jms.bridge.JMSBridge
-
- isPaused() - Method in interface org.apache.activemq.artemis.jms.bridge.JMSBridgeControl
-
- isPersistDeliveryCountBeforeDelivery() - Method in interface org.apache.activemq.artemis.api.core.management.ActiveMQServerControl
-
Returns whether delivery count is persisted before messages are delivered to the consumers.
- isPersisted() - Method in interface org.apache.activemq.artemis.jms.server.config.ConnectionFactoryConfiguration
-
- isPersisted() - Method in class org.apache.activemq.artemis.jms.server.config.impl.ConnectionFactoryConfigurationImpl
-
- isPersistenceEnabled() - Method in interface org.apache.activemq.artemis.api.core.management.ActiveMQServerControl
-
Returns whether this server is using persistence and store data.
- isPersistIDCache() - Method in interface org.apache.activemq.artemis.api.core.management.ActiveMQServerControl
-
Returns whether message ID cache is persisted.
- isPreAcknowledge() - Method in interface org.apache.activemq.artemis.api.core.client.ServerLocator
-
Returns whether messages will pre-acknowledged on the server before they are sent to the consumers or not.
- isPreAcknowledge() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
-
- isPreAcknowledge() - Method in interface org.apache.activemq.artemis.jms.server.config.ConnectionFactoryConfiguration
-
- isPreAcknowledge() - Method in class org.apache.activemq.artemis.jms.server.config.impl.ConnectionFactoryConfigurationImpl
-
- isProtocol(byte[]) - Method in interface org.apache.activemq.artemis.spi.core.protocol.ProtocolManager
-
- isPurgeOnNoConsumers() - Method in interface org.apache.activemq.artemis.api.core.client.ClientSession.QueueQuery
-
- isPurgeOnNoConsumers() - Method in interface org.apache.activemq.artemis.api.core.management.QueueControl
-
- isQueue() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQDestination
-
- isQueue(ActiveMQDestination.TYPE) - Static method in enum org.apache.activemq.artemis.jms.client.ActiveMQDestination.TYPE
-
- isReadyToHandle(ActiveMQBuffer) - Method in interface org.apache.activemq.artemis.spi.core.remoting.BufferDecoder
-
- isRecoverCalled() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQSession
-
- isReliable() - Method in interface org.apache.activemq.artemis.spi.core.remoting.ConnectorFactory
-
Indicates if connectors from this factory are reliable or not.
- isReload() - Method in class org.apache.activemq.artemis.spi.core.security.jaas.PropertiesLoader.FileNameKey
-
- isReplicaSync() - Method in interface org.apache.activemq.artemis.api.core.management.ActiveMQServerControl
-
Returns whether the initial replication synchronization process with the backup server is complete; applicable for
either the live or backup server.
- isRollbackOnly() - Method in interface org.apache.activemq.artemis.api.core.client.ClientSession
-
Returns true
if the current transaction has been flagged to rollback, false
else.
- isSameParams(TransportConfiguration) - Method in class org.apache.activemq.artemis.api.core.TransportConfiguration
-
- isSecurityEnabled() - Method in interface org.apache.activemq.artemis.api.core.management.ActiveMQServerControl
-
Returns whether security is enabled for this server.
- isSend() - Method in class org.apache.activemq.artemis.api.core.management.RoleInfo
-
Returns whether this role can send messages to the address.
- isSendToDLAOnNoRoute() - Method in class org.apache.activemq.artemis.api.core.management.AddressSettingsInfo
-
- isServerMessage() - Method in interface org.apache.activemq.artemis.api.core.ICoreMessage
-
We are really interested if this is a LargeServerMessage.
- isSharedStore() - Method in interface org.apache.activemq.artemis.api.core.management.ActiveMQServerControl
-
Returns whether this server shares its data store with a corresponding live or backup server.
- isStarted() - Method in interface org.apache.activemq.artemis.api.core.management.ActiveMQComponentControl
-
Returns true
if this component is started, false
else.
- isStarted() - Method in interface org.apache.activemq.artemis.api.core.management.ActiveMQServerControl
-
Return whether this server is started.
- isStarted() - Method in class org.apache.activemq.artemis.jms.bridge.impl.JMSBridgeControlImpl
-
- isStarted() - Method in class org.apache.activemq.artemis.jms.bridge.impl.JMSBridgeImpl
-
- isStarted() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnection
-
- isStarted() - Method in class org.apache.activemq.artemis.jms.persistence.impl.journal.JMSJournalStorageManagerImpl
-
- isStarted() - Method in class org.apache.activemq.artemis.jms.persistence.impl.nullpm.NullJMSStorageManagerImpl
-
- isStarted() - Method in class org.apache.activemq.artemis.jms.server.impl.JMSServerManagerImpl
-
Deprecated.
- isStarted() - Method in interface org.apache.activemq.artemis.jms.server.JMSServerManager
-
Deprecated.
Has the Server been started.
- isStarted() - Method in interface org.apache.activemq.artemis.spi.core.remoting.Connector
-
returns true if the connector is started, oterwise false.
- isSupportReconnect() - Method in class org.apache.activemq.artemis.spi.core.protocol.AbstractRemotingConnection
-
- isSupportReconnect() - Method in interface org.apache.activemq.artemis.spi.core.protocol.RemotingConnection
-
This will check if reconnects are supported on the protocol and configuration.
- isSupportsFlowControl() - Method in class org.apache.activemq.artemis.spi.core.protocol.AbstractRemotingConnection
-
- isSupportsFlowControl() - Method in interface org.apache.activemq.artemis.spi.core.protocol.RemotingConnection
-
Return true if the protocol supports flow control.
- isTemporary() - Method in interface org.apache.activemq.artemis.api.core.client.ClientSession.QueueQuery
-
Return true
if the queue is temporary, false
else.
- isTemporary() - Method in interface org.apache.activemq.artemis.api.core.management.QueueControl
-
Returns whether this queue is temporary.
- isTemporary() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQDestination
-
- isTemporary(ActiveMQDestination.TYPE) - Static method in enum org.apache.activemq.artemis.jms.client.ActiveMQDestination.TYPE
-
- isUnsecurable() - Method in interface org.apache.activemq.artemis.spi.core.remoting.Acceptor
-
Whether this acceptor allows insecure connections.
- isUseDuplicateDetection() - Method in interface org.apache.activemq.artemis.api.core.management.BridgeControl
-
Returns whether this bridge is using duplicate detection.
- isUseGlobalPools() - Method in interface org.apache.activemq.artemis.api.core.client.ServerLocator
-
Returns whether this factory will use global thread pools (shared among all the factories in the same JVM)
or its own pools.
- isUseGlobalPools() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
-
- isUseGlobalPools() - Method in interface org.apache.activemq.artemis.jms.server.config.ConnectionFactoryConfiguration
-
- isUseGlobalPools() - Method in class org.apache.activemq.artemis.jms.server.config.impl.ConnectionFactoryConfigurationImpl
-
- isUseMaskedPassword() - Method in class org.apache.activemq.artemis.jms.bridge.impl.JMSBridgeImpl
-
- isUseMaskedPassword() - Method in interface org.apache.activemq.artemis.jms.bridge.JMSBridge
-
- isUsingProtocolHandling() - Method in interface org.apache.activemq.artemis.spi.core.remoting.Connection
-
the InVM Connection has some special handling as it doesn't use Netty ProtocolChannel
we will use this method Instead of using instanceof
- isWildcardRoutingEnabled() - Method in interface org.apache.activemq.artemis.api.core.management.ActiveMQServerControl
-
Returns whether wildcard routing is supported by this server.
- isWritable(ReadyListener) - Method in class org.apache.activemq.artemis.spi.core.protocol.AbstractRemotingConnection
-
- isWritable(ReadyListener) - Method in interface org.apache.activemq.artemis.spi.core.protocol.RemotingConnection
-
- isWritable(ReadyListener, Object) - Method in interface org.apache.activemq.artemis.spi.core.protocol.SessionCallback
-
- isWritable(ReadyListener) - Method in interface org.apache.activemq.artemis.spi.core.remoting.Connection
-
- isWritable(ReadyListener) - Method in class org.apache.activemq.artemis.spi.core.remoting.SessionContext
-
- isXA() - Method in interface org.apache.activemq.artemis.api.core.client.ClientSession
-
Return true
if the session supports XA, false
else.
- 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
-
- saveToOutputStream(OutputStream) - Method in interface org.apache.activemq.artemis.api.core.client.ClientMessage
-
Saves the content of the message to the OutputStream.
- saveToOutputStream(OutputStream) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQMessage
-
- scaleDown(String) - Method in interface org.apache.activemq.artemis.api.core.management.ActiveMQServerControl
-
- SCHEDULED_THREAD_POOL_SIZE_PROPERTY_KEY - Static variable in class org.apache.activemq.artemis.api.core.client.ActiveMQClient
-
- select(int) - Method in interface org.apache.activemq.artemis.api.core.client.loadbalance.ConnectionLoadBalancingPolicy
-
Returns the selected index according to the policy implementation.
- select(int) - Method in class org.apache.activemq.artemis.api.core.client.loadbalance.FirstElementConnectionLoadBalancingPolicy
-
- select(int) - Method in class org.apache.activemq.artemis.api.core.client.loadbalance.RandomConnectionLoadBalancingPolicy
-
Returns a pseudo random number between 0
(inclusive) and max
exclusive.
- select(int) - Method in class org.apache.activemq.artemis.api.core.client.loadbalance.RandomStickyConnectionLoadBalancingPolicy
-
- select(int) - Method in class org.apache.activemq.artemis.api.core.client.loadbalance.RoundRobinConnectionLoadBalancingPolicy
-
- SelectorParser - Class in org.apache.activemq.artemis.selector.impl
-
- SelectorParser() - Constructor for class org.apache.activemq.artemis.selector.impl.SelectorParser
-
- send(Message) - Method in interface org.apache.activemq.artemis.api.core.client.ClientProducer
-
Sends a message to an address.
- send(Message, SendAcknowledgementHandler) - Method in interface org.apache.activemq.artemis.api.core.client.ClientProducer
-
Sends a message to the specified address instead of the ClientProducer's address.
- send(SimpleString, Message) - Method in interface org.apache.activemq.artemis.api.core.client.ClientProducer
-
Sends a message to the specified address instead of the ClientProducer's address.
- send(SimpleString, Message, SendAcknowledgementHandler) - Method in interface org.apache.activemq.artemis.api.core.client.ClientProducer
-
Sends a message to the specified address instead of the ClientProducer's address.
- send(String, Message) - Method in interface org.apache.activemq.artemis.api.core.client.ClientProducer
-
Sends a message to the specified address instead of the ClientProducer's address.
- send(Message) - Method in class org.apache.activemq.artemis.api.core.jgroups.JChannelWrapper
-
- 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
-
- sendACK(boolean, boolean, ClientConsumer, Message) - Method in class org.apache.activemq.artemis.spi.core.remoting.SessionContext
-
- sendAckHandler - Variable in class org.apache.activemq.artemis.spi.core.remoting.SessionContext
-
- sendAcknowledged(Message) - Method in interface org.apache.activemq.artemis.api.core.client.SendAcknowledgementHandler
-
Notifies the client that a message sent asynchronously has been received by the server.
- SendAcknowledgementHandler - Interface in org.apache.activemq.artemis.api.core.client
-
A SendAcknowledgementHandler notifies a client when a message sent asynchronously has been
received by the server.
- sendBuffer(ByteBuf, int) - Method in interface org.apache.activemq.artemis.api.core.Message
-
Used to send this message to an encoded medium buffer.
- sendBuffer_1X(ByteBuf) - Method in interface org.apache.activemq.artemis.api.core.ICoreMessage
-
- sendConsumerCredits(ClientConsumer, int) - Method in class org.apache.activemq.artemis.spi.core.remoting.SessionContext
-
- sendFullMessage(ICoreMessage, boolean, SendAcknowledgementHandler, SimpleString) - Method in class org.apache.activemq.artemis.spi.core.remoting.SessionContext
-
- sendInitialChunkOnLargeMessage(Message) - Method in class org.apache.activemq.artemis.spi.core.remoting.SessionContext
-
it should return the number of credits (or bytes) used to send this packet
- sendLargeMessage(MessageReference, Message, ServerConsumer, long, int) - Method in interface org.apache.activemq.artemis.spi.core.protocol.SessionCallback
-
- sendLargeMessageChunk(Message, long, boolean, boolean, byte[], int, SendAcknowledgementHandler) - Method in class org.apache.activemq.artemis.spi.core.remoting.SessionContext
-
- sendLargeMessageContinuation(ServerConsumer, byte[], boolean, boolean) - Method in interface org.apache.activemq.artemis.spi.core.protocol.SessionCallback
-
- sendMessage(Map<String, String>, int, String, boolean, String, String) - Method in interface org.apache.activemq.artemis.api.core.management.AddressControl
-
- sendMessage(Map<String, String>, int, String, boolean, String, String) - Method in interface org.apache.activemq.artemis.api.core.management.QueueControl
-
- sendMessage(MessageReference, Message, ServerConsumer, int) - Method in interface org.apache.activemq.artemis.spi.core.protocol.SessionCallback
-
- sendMessagesToDeadLetterAddress(String) - Method in interface org.apache.activemq.artemis.api.core.management.QueueControl
-
Sends all the message corresponding to the specified filter to this queue's dead letter address.
- sendMessageToDeadLetterAddress(long) - Method in interface org.apache.activemq.artemis.api.core.management.QueueControl
-
Sends the message corresponding to the specified message ID to this queue's dead letter address.
- sendProducerCreditsFailMessage(int, SimpleString) - Method in interface org.apache.activemq.artemis.spi.core.protocol.SessionCallback
-
- sendProducerCreditsMessage(int, SimpleString) - Method in interface org.apache.activemq.artemis.spi.core.protocol.SessionCallback
-
- sendProducerCreditsMessage(int, SimpleString) - Method in class org.apache.activemq.artemis.spi.core.remoting.SessionContext
-
- sendQueueInfoToQueue(String, String) - Method in interface org.apache.activemq.artemis.api.core.management.ActiveMQServerControl
-
This method is used by ActiveMQ Artemis clustering and must not be called by ActiveMQ Artemis clients.
- sendServerLargeMessageChunk(Message, long, boolean, boolean, byte[], SendAcknowledgementHandler) - Method in class org.apache.activemq.artemis.spi.core.remoting.SessionContext
-
- sendSubscribeTopology(boolean) - Method in interface org.apache.activemq.artemis.spi.core.remoting.ClientProtocolManager
-
- SEPARATOR - Static variable in class org.apache.activemq.artemis.jndi.ReadOnlyContext
-
- seqOutOfOrder() - Method in interface org.apache.activemq.artemis.journal.ActiveMQJournalLogger
-
- SerializableObjectRefAddr - Class in org.apache.activemq.artemis.jms.referenceable
-
A SerializableObjectRefAddr.
- SerializableObjectRefAddr(String, Object) - Constructor for class org.apache.activemq.artemis.jms.referenceable.SerializableObjectRefAddr
-
- serverCachingCommand(Object) - Method in interface org.apache.activemq.artemis.jms.server.ActiveMQJMSServerLogger
-
- ServerConnectionLifeCycleListener - Interface in org.apache.activemq.artemis.spi.core.remoting
-
- ServerLocator - Interface in org.apache.activemq.artemis.api.core.client
-
The serverLocator locates a server, but beyond that it locates a server based on a list.
- ServerLocatorParser - Class in org.apache.activemq.artemis.uri
-
- ServerLocatorParser() - Constructor for class org.apache.activemq.artemis.uri.ServerLocatorParser
-
- serverManager - Variable in class org.apache.activemq.artemis.jms.server.embedded.EmbeddedJMS
-
- serverRunningCachedCommand(Runnable) - Method in interface org.apache.activemq.artemis.jms.server.ActiveMQJMSServerLogger
-
- session - Variable in class org.apache.activemq.artemis.spi.core.remoting.SessionContext
-
- SessionCallback - Interface in org.apache.activemq.artemis.spi.core.protocol
-
- sessionClose() - Method in class org.apache.activemq.artemis.spi.core.remoting.SessionContext
-
- SessionContext - Class in org.apache.activemq.artemis.spi.core.remoting
-
- SessionContext(RemotingConnection) - Constructor for class org.apache.activemq.artemis.spi.core.remoting.SessionContext
-
- SessionFailureListener - Interface in org.apache.activemq.artemis.api.core.client
-
A SessionFailureListener notifies the client when a failure occurred on the session.
- sessionStart() - Method in class org.apache.activemq.artemis.spi.core.remoting.SessionContext
-
- sessionStop() - Method in class org.apache.activemq.artemis.spi.core.remoting.SessionContext
-
- setAckBatchSize(int) - Method in interface org.apache.activemq.artemis.api.core.client.ServerLocator
-
Sets the acknowledgments batch size.
- setAddMessageIDInHeader(boolean) - Method in class org.apache.activemq.artemis.jms.bridge.impl.JMSBridgeControlImpl
-
- setAddMessageIDInHeader(boolean) - Method in class org.apache.activemq.artemis.jms.bridge.impl.JMSBridgeImpl
-
- setAddMessageIDInHeader(boolean) - Method in interface org.apache.activemq.artemis.jms.bridge.JMSBridge
-
- setAddMessageIDInHeader(boolean) - Method in interface org.apache.activemq.artemis.jms.bridge.JMSBridgeControl
-
- setAddress(String) - Method in interface org.apache.activemq.artemis.api.core.Message
-
- setAddress(SimpleString) - Method in interface org.apache.activemq.artemis.api.core.Message
-
- setAnnotation(SimpleString, Object) - Method in interface org.apache.activemq.artemis.api.core.Message
-
- setAnycastPrefix(String) - Method in class org.apache.activemq.artemis.spi.core.protocol.AbstractProtocolManager
-
- setAnycastPrefix(String) - Method in interface org.apache.activemq.artemis.spi.core.protocol.ProtocolManager
-
- setAsync(CompletionListener) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQJMSProducer
-
- setAutoGroup(boolean) - Method in interface org.apache.activemq.artemis.api.core.client.ServerLocator
-
Sets whether producers created through this factory will automatically
assign a group ID to the messages they sent.
- setAutoGroup(boolean) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
-
- setAutoGroup(boolean) - Method in interface org.apache.activemq.artemis.jms.server.config.ConnectionFactoryConfiguration
-
- setAutoGroup(boolean) - Method in class org.apache.activemq.artemis.jms.server.config.impl.ConnectionFactoryConfigurationImpl
-
- setAutoRead(boolean) - Method in interface org.apache.activemq.artemis.spi.core.remoting.Connection
-
This will disable reading from the channel.
- setAutoStart(boolean) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQJMSContext
-
- setBindings(String...) - Method in interface org.apache.activemq.artemis.jms.server.config.ConnectionFactoryConfiguration
-
- setBindings(String...) - Method in class org.apache.activemq.artemis.jms.server.config.impl.ConnectionFactoryConfigurationImpl
-
- setBindings(String...) - Method in class org.apache.activemq.artemis.jms.server.config.impl.JMSQueueConfigurationImpl
-
- setBindings(String...) - Method in class org.apache.activemq.artemis.jms.server.config.impl.TopicConfigurationImpl
-
- setBindings(String...) - Method in interface org.apache.activemq.artemis.jms.server.config.JMSQueueConfiguration
-
- setBindings(String...) - Method in interface org.apache.activemq.artemis.jms.server.config.TopicConfiguration
-
- setBlockOnAcknowledge(boolean) - Method in interface org.apache.activemq.artemis.api.core.client.ServerLocator
-
Sets whether consumers created through this factory will block while
sending message acknowledgments or do it asynchronously.
- setBlockOnAcknowledge(boolean) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
-
- setBlockOnAcknowledge(boolean) - Method in interface org.apache.activemq.artemis.jms.server.config.ConnectionFactoryConfiguration
-
- setBlockOnAcknowledge(boolean) - Method in class org.apache.activemq.artemis.jms.server.config.impl.ConnectionFactoryConfigurationImpl
-
- setBlockOnDurableSend(boolean) - Method in interface org.apache.activemq.artemis.api.core.client.ServerLocator
-
Sets whether producers created through this factory will block while sending durable messages or do it asynchronously.
- setBlockOnDurableSend(boolean) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
-
- setBlockOnDurableSend(boolean) - Method in interface org.apache.activemq.artemis.jms.server.config.ConnectionFactoryConfiguration
-
- setBlockOnDurableSend(boolean) - Method in class org.apache.activemq.artemis.jms.server.config.impl.ConnectionFactoryConfigurationImpl
-
- setBlockOnNonDurableSend(boolean) - Method in interface org.apache.activemq.artemis.api.core.client.ServerLocator
-
Sets whether producers created through this factory will block while sending non-durable messages or do it asynchronously.
- setBlockOnNonDurableSend(boolean) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
-
- setBlockOnNonDurableSend(boolean) - Method in interface org.apache.activemq.artemis.jms.server.config.ConnectionFactoryConfiguration
-
- setBlockOnNonDurableSend(boolean) - Method in class org.apache.activemq.artemis.jms.server.config.impl.ConnectionFactoryConfigurationImpl
-
- setBodyInputStream(InputStream) - Method in interface org.apache.activemq.artemis.api.core.client.ClientMessage
-
Sets the body's IntputStream.
- 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
-
- setBridgeName(String) - Method in class org.apache.activemq.artemis.jms.bridge.impl.JMSBridgeImpl
-
- setBridgeName(String) - Method in interface org.apache.activemq.artemis.jms.bridge.JMSBridge
-
- setBroadcastEndpointFactory(BroadcastEndpointFactory) - Method in class org.apache.activemq.artemis.api.core.DiscoveryGroupConfiguration
-
- setBroadcastPeriod(long) - Method in class org.apache.activemq.artemis.api.core.BroadcastGroupConfiguration
-
- setBuffer(ByteBuf) - Method in interface org.apache.activemq.artemis.api.core.Message
-
The buffer will belong to this message, until release is called.
- 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
-
- setCacheDestinations(boolean) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
-
- setCacheLargeMessagesClient(boolean) - Method in interface org.apache.activemq.artemis.api.core.client.ServerLocator
-
Sets whether large messages received by consumers created through this factory will be cached in temporary files or not.
- setCacheLargeMessagesClient(boolean) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
-
- setCacheLargeMessagesClient(boolean) - Method in interface org.apache.activemq.artemis.jms.server.config.ConnectionFactoryConfiguration
-
- setCacheLargeMessagesClient(boolean) - Method in class org.apache.activemq.artemis.jms.server.config.impl.ConnectionFactoryConfigurationImpl
-
- setCallFailoverTimeout(long) - Method in interface org.apache.activemq.artemis.api.core.client.ServerLocator
-
Sets the blocking call failover timeout.
- setCallFailoverTimeout(long) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
-
- setCallFailoverTimeout(long) - Method in interface org.apache.activemq.artemis.jms.server.config.ConnectionFactoryConfiguration
-
- setCallFailoverTimeout(long) - Method in class org.apache.activemq.artemis.jms.server.config.impl.ConnectionFactoryConfigurationImpl
-
- setCallTimeout(long) - Method in interface org.apache.activemq.artemis.api.core.client.ServerLocator
-
Sets the blocking call timeout.
- setCallTimeout(long) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
-
- setCallTimeout(long) - Method in interface org.apache.activemq.artemis.jms.server.config.ConnectionFactoryConfiguration
-
- setCallTimeout(long) - Method in class org.apache.activemq.artemis.jms.server.config.impl.ConnectionFactoryConfigurationImpl
-
- setCertificateConfiguration(SecurityConfiguration) - Method in class org.apache.activemq.artemis.spi.core.security.ActiveMQJAASSecurityManager
-
- setCertificateConfigurationName(String) - Method in class org.apache.activemq.artemis.spi.core.security.ActiveMQJAASSecurityManager
-
- setCertificates(X509Certificate[]) - Method in class org.apache.activemq.artemis.spi.core.security.jaas.CertificateCallback
-
Setter for certificate chain.
- setChannelName(String) - Method in class org.apache.activemq.artemis.api.core.JGroupsFileBroadcastEndpointFactory
-
- setChannelName(String) - Method in class org.apache.activemq.artemis.api.core.JGroupsPropertiesBroadcastEndpointFactory
-
- setChar(String, char) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQMapMessage
-
- setClientAcknowledge() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQMessage
-
- setClientFailureCheckPeriod(long) - Method in interface org.apache.activemq.artemis.api.core.client.ServerLocator
-
Sets the period (in milliseconds) used to check if a client has failed to receive pings from
the server.
- setClientFailureCheckPeriod(long) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
-
- setClientFailureCheckPeriod(long) - Method in interface org.apache.activemq.artemis.jms.server.config.ConnectionFactoryConfiguration
-
- setClientFailureCheckPeriod(long) - Method in class org.apache.activemq.artemis.jms.server.config.impl.ConnectionFactoryConfigurationImpl
-
- setClientID(String) - Method in class org.apache.activemq.artemis.jms.bridge.impl.JMSBridgeControlImpl
-
- setClientID(String) - Method in class org.apache.activemq.artemis.jms.bridge.impl.JMSBridgeImpl
-
- setClientID(String) - Method in interface org.apache.activemq.artemis.jms.bridge.JMSBridge
-
- setClientID(String) - Method in interface org.apache.activemq.artemis.jms.bridge.JMSBridgeControl
-
- 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
-
- setClientID(String) - Method in interface org.apache.activemq.artemis.jms.server.config.ConnectionFactoryConfiguration
-
- setClientID(String) - Method in class org.apache.activemq.artemis.jms.server.config.impl.ConnectionFactoryConfigurationImpl
-
- setClientID(String) - Method in class org.apache.activemq.artemis.spi.core.protocol.AbstractRemotingConnection
-
- setClientID(String) - Method in interface org.apache.activemq.artemis.spi.core.protocol.RemotingConnection
-
Sets the client ID associated with this connection
- setCloseListeners(List<CloseListener>) - Method in class org.apache.activemq.artemis.spi.core.protocol.AbstractRemotingConnection
-
- setCloseListeners(List<CloseListener>) - Method in interface org.apache.activemq.artemis.spi.core.protocol.RemotingConnection
-
- setCompressLargeMessage(boolean) - Method in interface org.apache.activemq.artemis.api.core.client.ServerLocator
-
Sets whether to compress or not large messages.
- setCompressLargeMessage(boolean) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
-
- setCompressLargeMessages(boolean) - Method in interface org.apache.activemq.artemis.jms.server.config.ConnectionFactoryConfiguration
-
- setCompressLargeMessages(boolean) - Method in class org.apache.activemq.artemis.jms.server.config.impl.ConnectionFactoryConfigurationImpl
-
- setConfiguration(Configuration) - Method in class org.apache.activemq.artemis.jms.server.embedded.EmbeddedJMS
-
- setConfiguration(SecurityConfiguration) - Method in class org.apache.activemq.artemis.spi.core.security.ActiveMQJAASSecurityManager
-
- setConfigurationName(String) - Method in class org.apache.activemq.artemis.spi.core.security.ActiveMQJAASSecurityManager
-
- setConfigurationUrl(URL) - Method in class org.apache.activemq.artemis.jms.server.config.impl.JMSConfigurationImpl
-
- setConfigurationUrl(URL) - Method in interface org.apache.activemq.artemis.jms.server.config.JMSConfiguration
-
- setConfirmationWindowSize(int) - Method in interface org.apache.activemq.artemis.api.core.client.ServerLocator
-
Sets the size for the confirmation window buffer of clients using this factory.
- setConfirmationWindowSize(int) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
-
- setConfirmationWindowSize(int) - Method in interface org.apache.activemq.artemis.jms.server.config.ConnectionFactoryConfiguration
-
- setConfirmationWindowSize(int) - Method in class org.apache.activemq.artemis.jms.server.config.impl.ConnectionFactoryConfigurationImpl
-
- setConnectionFactoryConfigurations(List<ConnectionFactoryConfiguration>) - Method in class org.apache.activemq.artemis.jms.server.config.impl.JMSConfigurationImpl
-
- setConnectionFactoryConfigurations(List<ConnectionFactoryConfiguration>) - Method in interface org.apache.activemq.artemis.jms.server.config.JMSConfiguration
-
- setConnectionID(String) - Method in interface org.apache.activemq.artemis.api.core.Message
-
- setConnectionLoadBalancingPolicyClassName(String) - Method in interface org.apache.activemq.artemis.api.core.client.ServerLocator
-
Sets the class name of the connection load balancing policy.
- setConnectionLoadBalancingPolicyClassName(String) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
-
- setConnectionTTL(long) - Method in interface org.apache.activemq.artemis.api.core.client.ServerLocator
-
Sets this factory's connections time-to-live.
- setConnectionTTL(long) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
-
- setConnectionTTL(long) - Method in interface org.apache.activemq.artemis.jms.server.config.ConnectionFactoryConfiguration
-
- setConnectionTTL(long) - Method in class org.apache.activemq.artemis.jms.server.config.impl.ConnectionFactoryConfigurationImpl
-
- setConnectorInfos(List<String>) - Method in class org.apache.activemq.artemis.api.core.BroadcastGroupConfiguration
-
- setConnectorNames(List<String>) - Method in interface org.apache.activemq.artemis.jms.server.config.ConnectionFactoryConfiguration
-
- setConnectorNames(String...) - Method in interface org.apache.activemq.artemis.jms.server.config.ConnectionFactoryConfiguration
-
- setConnectorNames(List<String>) - Method in class org.apache.activemq.artemis.jms.server.config.impl.ConnectionFactoryConfigurationImpl
-
- setConnectorNames(String...) - Method in class org.apache.activemq.artemis.jms.server.config.impl.ConnectionFactoryConfigurationImpl
-
- setConsumerMaxRate(int) - Method in interface org.apache.activemq.artemis.api.core.client.ServerLocator
-
Sets the maximum rate of message consumption for consumers created through this factory.
- setConsumerMaxRate(int) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
-
- setConsumerMaxRate(int) - Method in interface org.apache.activemq.artemis.jms.server.config.ConnectionFactoryConfiguration
-
- setConsumerMaxRate(int) - Method in class org.apache.activemq.artemis.jms.server.config.impl.ConnectionFactoryConfigurationImpl
-
- setConsumerWindowSize(int) - Method in interface org.apache.activemq.artemis.api.core.client.ServerLocator
-
Sets the window size for flow control of the consumers created through this factory.
- setConsumerWindowSize(int) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
-
- setConsumerWindowSize(int) - Method in interface org.apache.activemq.artemis.jms.server.config.ConnectionFactoryConfiguration
-
- setConsumerWindowSize(int) - Method in class org.apache.activemq.artemis.jms.server.config.impl.ConnectionFactoryConfigurationImpl
-
- setContext(RefCountMessageListener) - Method in interface org.apache.activemq.artemis.api.core.Message
-
- setContext(RefCountMessageListener) - Method in class org.apache.activemq.artemis.api.core.RefCountMessage
-
- setContext(Context) - Method in class org.apache.activemq.artemis.jms.server.embedded.EmbeddedJMS
-
If you want to use JNDI instead of an internal map, set this property
- setCurrentThread(boolean) - Method in class org.apache.activemq.artemis.jms.client.ThreadAwareContext
-
Sets current thread to the context
- setDebug(boolean) - Method in class org.apache.activemq.artemis.spi.core.security.jaas.PropertiesLoader.FileNameKey
-
- setDebugStream(PrintStream) - Method in class org.apache.activemq.artemis.selector.hyphenated.HyphenatedParserTokenManager
-
Set debug output.
- setDebugStream(PrintStream) - Method in class org.apache.activemq.artemis.selector.strict.StrictParserTokenManager
-
Set debug output.
- setDecrypt(boolean) - Method in class org.apache.activemq.artemis.spi.core.security.jaas.PropertiesLoader.FileNameKey
-
- setDefaultActiveMQPrincipal(ActiveMQPrincipal) - Method in interface org.apache.activemq.artemis.spi.core.remoting.Acceptor
-
Set the default security Principal to be used when no user/pass are defined, only for InVM
- setDeliveryCount(int) - Method in interface org.apache.activemq.artemis.api.core.client.ClientMessage
-
Sets the delivery count for this message.
- 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
-
- setDeserializationBlackList(String) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
-
- setDeserializationBlackList(String) - Method in interface org.apache.activemq.artemis.jms.client.ConnectionFactoryOptions
-
- setDeserializationBlackList(String) - Method in interface org.apache.activemq.artemis.jms.server.config.ConnectionFactoryConfiguration
-
- setDeserializationBlackList(String) - Method in class org.apache.activemq.artemis.jms.server.config.impl.ConnectionFactoryConfigurationImpl
-
- setDeserializationWhiteList(String) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
-
- setDeserializationWhiteList(String) - Method in interface org.apache.activemq.artemis.jms.client.ConnectionFactoryOptions
-
- setDeserializationWhiteList(String) - Method in interface org.apache.activemq.artemis.jms.server.config.ConnectionFactoryConfiguration
-
- setDeserializationWhiteList(String) - Method in class org.apache.activemq.artemis.jms.server.config.impl.ConnectionFactoryConfigurationImpl
-
- 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
-
- setDiscoveryGroupName(String) - Method in interface org.apache.activemq.artemis.jms.server.config.ConnectionFactoryConfiguration
-
- setDiscoveryGroupName(String) - Method in class org.apache.activemq.artemis.jms.server.config.impl.ConnectionFactoryConfigurationImpl
-
- setDiscoveryInitialWaitTimeout(long) - Method in class org.apache.activemq.artemis.api.core.DiscoveryGroupConfiguration
-
- setDomain(String) - Method in class org.apache.activemq.artemis.jms.server.config.impl.JMSConfigurationImpl
-
- setDomain(String) - Method in interface org.apache.activemq.artemis.jms.server.config.JMSConfiguration
-
- 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 class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
-
- setDupsOKBatchSize(int) - Method in interface org.apache.activemq.artemis.jms.server.config.ConnectionFactoryConfiguration
-
- setDupsOKBatchSize(int) - Method in class org.apache.activemq.artemis.jms.server.config.impl.ConnectionFactoryConfigurationImpl
-
- setDurable(boolean) - Method in interface org.apache.activemq.artemis.api.core.Message
-
Sets whether this message is durable or not.
- setDurable(boolean) - Method in class org.apache.activemq.artemis.jms.server.config.impl.JMSQueueConfigurationImpl
-
- setDurable(boolean) - Method in interface org.apache.activemq.artemis.jms.server.config.JMSQueueConfiguration
-
- setEndpointFactory(BroadcastEndpointFactory) - Method in class org.apache.activemq.artemis.api.core.BroadcastGroupConfiguration
-
- setExceptionListener(ExceptionListener) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnection
-
- setExceptionListener(ExceptionListener) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQJMSContext
-
- setExpiration(long) - Method in interface org.apache.activemq.artemis.api.core.Message
-
Sets the expiration of this message.
- setFactoryType(JMSFactoryType) - Method in interface org.apache.activemq.artemis.jms.server.config.ConnectionFactoryConfiguration
-
- setFactoryType(JMSFactoryType) - Method in class org.apache.activemq.artemis.jms.server.config.impl.ConnectionFactoryConfigurationImpl
-
- 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.core.client.ServerLocator
-
Sets the value for FailoverOnInitialReconnection
- setFailoverOnInitialConnection(boolean) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
-
- setFailoverOnInitialConnection(boolean) - Method in interface org.apache.activemq.artemis.jms.server.config.ConnectionFactoryConfiguration
-
- setFailoverOnInitialConnection(boolean) - Method in class org.apache.activemq.artemis.jms.server.config.impl.ConnectionFactoryConfigurationImpl
-
- setFailoverOnServerShutdown(boolean) - Method in interface org.apache.activemq.artemis.api.core.management.ActiveMQServerControl
-
do any clients failover on a server shutdown
- setFailoverTimeout(long) - Method in class org.apache.activemq.artemis.jms.bridge.impl.JMSBridgeImpl
-
- setFailureListeners(List<FailureListener>) - Method in class org.apache.activemq.artemis.spi.core.protocol.AbstractRemotingConnection
-
- setFailureListeners(List<FailureListener>) - Method in interface org.apache.activemq.artemis.spi.core.protocol.RemotingConnection
-
set the failure listeners.
- setFailureRetryInterval(long) - Method in class org.apache.activemq.artemis.jms.bridge.impl.JMSBridgeControlImpl
-
- setFailureRetryInterval(long) - Method in class org.apache.activemq.artemis.jms.bridge.impl.JMSBridgeImpl
-
- setFailureRetryInterval(long) - Method in interface org.apache.activemq.artemis.jms.bridge.JMSBridge
-
- setFailureRetryInterval(long) - Method in interface org.apache.activemq.artemis.jms.bridge.JMSBridgeControl
-
- setFile(String) - Method in class org.apache.activemq.artemis.api.core.JGroupsFileBroadcastEndpointFactory
-
- 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
-
- setGlobalThreadPoolProperties(int, int) - Static method in class org.apache.activemq.artemis.api.core.client.ActiveMQClient
-
Allows programmatical configuration of global thread pools properties.
- setGroupAddress(String) - Method in class org.apache.activemq.artemis.api.core.UDPBroadcastEndpointFactory
-
- setGroupID(String) - Method in interface org.apache.activemq.artemis.api.core.client.ServerLocator
-
Sets the group ID that will be set on each message sent through this factory.
- setGroupID(String) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
-
- setGroupID(String) - Method in interface org.apache.activemq.artemis.jms.server.config.ConnectionFactoryConfiguration
-
- setGroupID(String) - Method in class org.apache.activemq.artemis.jms.server.config.impl.ConnectionFactoryConfigurationImpl
-
- setGroupPort(int) - Method in class org.apache.activemq.artemis.api.core.UDPBroadcastEndpointFactory
-
- setHA(boolean) - Method in interface org.apache.activemq.artemis.jms.server.config.ConnectionFactoryConfiguration
-
- setHA(boolean) - Method in class org.apache.activemq.artemis.jms.server.config.impl.ConnectionFactoryConfigurationImpl
-
- setHa(boolean) - Method in class org.apache.activemq.artemis.uri.schema.serverLocator.ConnectionOptions
-
- setHA(boolean) - Method in class org.apache.activemq.artemis.uri.schema.serverLocator.ConnectionOptions
-
- setHasNoLocal() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnection
-
- setHost(String) - Method in class org.apache.activemq.artemis.uri.schema.serverLocator.ConnectionOptions
-
- setId(long) - Method in class org.apache.activemq.artemis.jms.persistence.config.PersistedBindings
-
- setId(long) - Method in class org.apache.activemq.artemis.jms.persistence.config.PersistedConnectionFactory
-
- setId(long) - Method in class org.apache.activemq.artemis.jms.persistence.config.PersistedDestination
-
- setIncomingInterceptorList(String) - Method in interface org.apache.activemq.artemis.api.core.client.ServerLocator
-
- setIncomingInterceptorList(String) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
-
- setIndividualAcknowledge() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQMessage
-
- setInitialConnectAttempts(int) - Method in interface org.apache.activemq.artemis.api.core.client.ServerLocator
-
Sets the maximum number of attempts to establish an initial connection.
- setInitialConnectAttempts(int) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
-
- setInitialMessagePacketSize(int) - Method in interface org.apache.activemq.artemis.api.core.client.ServerLocator
-
Sets the initial size of messages created through this factory.
- setInitialMessagePacketSize(int) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
-
- setInitialMessagePacketSize(int) - Method in interface org.apache.activemq.artemis.jms.server.config.ConnectionFactoryConfiguration
-
- setInitialMessagePacketSize(int) - Method in class org.apache.activemq.artemis.jms.server.config.impl.ConnectionFactoryConfigurationImpl
-
- setInitialWaitTimeout(long) - Method in class org.apache.activemq.artemis.jms.server.config.impl.ConnectionFactoryConfigurationImpl
-
- 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
-
- setJmsConfiguration(JMSConfiguration) - Method in class org.apache.activemq.artemis.jms.server.embedded.EmbeddedJMS
-
By default, this class uses file-based configuration.
- setJMSCorrelationID(String) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQJMSProducer
-
- setJMSCorrelationID(String) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQMessage
-
- setJMSCorrelationID(Message, String) - Static method in class org.apache.activemq.artemis.reader.MessageUtil
-
- setJMSCorrelationIDAsBytes(byte[]) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQJMSProducer
-
- setJMSCorrelationIDAsBytes(byte[]) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQMessage
-
- setJMSCorrelationIDAsBytes(Message, byte[]) - Static method in class org.apache.activemq.artemis.reader.MessageUtil
-
- 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
-
- setJMSReplyTo(Message, SimpleString) - Static method in class org.apache.activemq.artemis.reader.MessageUtil
-
- 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
-
- setJMSType(Message, String) - Static method in class org.apache.activemq.artemis.reader.MessageUtil
-
- setLeft(Expression) - Method in class org.apache.activemq.artemis.selector.filter.BinaryExpression
-
- setLoadBalancingPolicyClassName(String) - Method in interface org.apache.activemq.artemis.jms.server.config.ConnectionFactoryConfiguration
-
- setLoadBalancingPolicyClassName(String) - Method in class org.apache.activemq.artemis.jms.server.config.impl.ConnectionFactoryConfigurationImpl
-
- setLocalBindAddress(String) - Method in class org.apache.activemq.artemis.api.core.UDPBroadcastEndpointFactory
-
- setLocalBindPort(int) - Method in class org.apache.activemq.artemis.api.core.UDPBroadcastEndpointFactory
-
- setLocator(ServerLocator) - Method in interface org.apache.activemq.artemis.spi.core.remoting.ClientProtocolManagerFactory
-
- 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
-
- setLoopbackMessages(boolean) - Method in class org.apache.activemq.artemis.api.core.jgroups.JChannelManager
-
- setMaxBatchSize(int) - Method in class org.apache.activemq.artemis.jms.bridge.impl.JMSBridgeControlImpl
-
- setMaxBatchSize(int) - Method in class org.apache.activemq.artemis.jms.bridge.impl.JMSBridgeImpl
-
- setMaxBatchSize(int) - Method in interface org.apache.activemq.artemis.jms.bridge.JMSBridge
-
- setMaxBatchSize(int) - Method in interface org.apache.activemq.artemis.jms.bridge.JMSBridgeControl
-
- setMaxBatchTime(long) - Method in class org.apache.activemq.artemis.jms.bridge.impl.JMSBridgeControlImpl
-
- setMaxBatchTime(long) - Method in class org.apache.activemq.artemis.jms.bridge.impl.JMSBridgeImpl
-
- setMaxBatchTime(long) - Method in interface org.apache.activemq.artemis.jms.bridge.JMSBridge
-
- setMaxBatchTime(long) - Method in interface org.apache.activemq.artemis.jms.bridge.JMSBridgeControl
-
- setMaxCacheSize(int) - Method in class org.apache.activemq.artemis.selector.impl.LRUCache
-
- setMaxRetries(int) - Method in class org.apache.activemq.artemis.jms.bridge.impl.JMSBridgeControlImpl
-
- setMaxRetries(int) - Method in class org.apache.activemq.artemis.jms.bridge.impl.JMSBridgeImpl
-
- setMaxRetries(int) - Method in interface org.apache.activemq.artemis.jms.bridge.JMSBridge
-
- setMaxRetries(int) - Method in interface org.apache.activemq.artemis.jms.bridge.JMSBridgeControl
-
- setMaxRetryInterval(long) - Method in interface org.apache.activemq.artemis.api.core.client.ServerLocator
-
Sets the maximum retry interval.
- setMaxRetryInterval(long) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
-
- setMaxRetryInterval(long) - Method in interface org.apache.activemq.artemis.jms.server.config.ConnectionFactoryConfiguration
-
- setMaxRetryInterval(long) - Method in class org.apache.activemq.artemis.jms.server.config.impl.ConnectionFactoryConfigurationImpl
-
- setMessageCounterMaxDayCount(int) - Method in interface org.apache.activemq.artemis.api.core.management.ActiveMQServerControl
-
Sets the maximum number of days kept in memory for message counter.
- setMessageCounterSamplePeriod(long) - Method in interface org.apache.activemq.artemis.api.core.management.ActiveMQServerControl
-
Sets the sample period to take message counter snapshot.
- setMessageHandler(MessageHandler) - Method in interface org.apache.activemq.artemis.api.core.client.ClientConsumer
-
Sets the MessageHandler for this consumer to consume messages asynchronously.
- setMessageID(long) - Method in interface org.apache.activemq.artemis.api.core.Message
-
- 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.core.client.ServerLocator
-
Sets the large message size threshold.
- setMinLargeMessageSize(int) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
-
- setMinLargeMessageSize(int) - Method in interface org.apache.activemq.artemis.jms.server.config.ConnectionFactoryConfiguration
-
- setMinLargeMessageSize(int) - Method in class org.apache.activemq.artemis.jms.server.config.impl.ConnectionFactoryConfigurationImpl
-
- setMulticastPrefix(String) - Method in class org.apache.activemq.artemis.spi.core.protocol.AbstractProtocolManager
-
- setMulticastPrefix(String) - Method in interface org.apache.activemq.artemis.spi.core.protocol.ProtocolManager
-
- setName(String) - Method in class org.apache.activemq.artemis.api.core.BroadcastGroupConfiguration
-
- setName(String) - Method in class org.apache.activemq.artemis.api.core.DiscoveryGroupConfiguration
-
- setName(String) - Method in interface org.apache.activemq.artemis.jms.server.config.ConnectionFactoryConfiguration
-
- setName(String) - Method in class org.apache.activemq.artemis.jms.server.config.impl.ConnectionFactoryConfigurationImpl
-
- setName(String) - Method in class org.apache.activemq.artemis.jms.server.config.impl.JMSQueueConfigurationImpl
-
- setName(String) - Method in class org.apache.activemq.artemis.jms.server.config.impl.TopicConfigurationImpl
-
- setName(String) - Method in interface org.apache.activemq.artemis.jms.server.config.JMSQueueConfiguration
-
- setName(String) - Method in interface org.apache.activemq.artemis.jms.server.config.TopicConfiguration
-
- setNotificationService(NotificationService) - Method in interface org.apache.activemq.artemis.spi.core.remoting.Acceptor
-
Set the notification service for this acceptor to use.
- 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
-
- setOutgoingInterceptorList(String) - Method in interface org.apache.activemq.artemis.api.core.client.ServerLocator
-
- setOutgoingInterceptorList(String) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
-
- setOutputStream(OutputStream) - Method in interface org.apache.activemq.artemis.api.core.client.ClientMessage
-
Sets the OutputStream that will receive the content of a message received in a non blocking way.
- setOutputStream(OutputStream) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQMessage
-
- setPageCacheMaxSize(int) - Method in class org.apache.activemq.artemis.api.core.management.AddressSettingsInfo
-
- setPassword(String) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
-
- setPasswordCodec(String) - Method in class org.apache.activemq.artemis.jms.bridge.impl.JMSBridgeImpl
-
- setPasswordCodec(String) - Method in interface org.apache.activemq.artemis.jms.bridge.JMSBridge
-
- setPeerPrincipal(Principal) - Method in class org.apache.activemq.artemis.spi.core.security.jaas.Krb5Callback
-
Setter for peer Principal.
- setPort(int) - Method in class org.apache.activemq.artemis.uri.schema.serverLocator.ConnectionOptions
-
- setPreAcknowledge(boolean) - Method in interface org.apache.activemq.artemis.api.core.client.ServerLocator
-
Sets to true
to pre-acknowledge consumed messages on the
server before they are sent to consumers, else set to false
to let clients acknowledge the message they consume.
- setPreAcknowledge(boolean) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
-
- setPreAcknowledge(boolean) - Method in interface org.apache.activemq.artemis.jms.server.config.ConnectionFactoryConfiguration
-
- setPreAcknowledge(boolean) - Method in class org.apache.activemq.artemis.jms.server.config.impl.ConnectionFactoryConfigurationImpl
-
- setPriority(byte) - Method in interface org.apache.activemq.artemis.api.core.Message
-
Sets the message priority.
- 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.core.client.ServerLocator
-
Sets the maximum rate of message production for producers created through this factory.
- setProducerMaxRate(int) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
-
- setProducerMaxRate(int) - Method in interface org.apache.activemq.artemis.jms.server.config.ConnectionFactoryConfiguration
-
- setProducerMaxRate(int) - Method in class org.apache.activemq.artemis.jms.server.config.impl.ConnectionFactoryConfigurationImpl
-
- setProducerWindowSize(int) - Method in interface org.apache.activemq.artemis.api.core.client.ServerLocator
-
Returns the window size for flow control of the producers created through this factory.
- setProducerWindowSize(int) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
-
- setProducerWindowSize(int) - Method in interface org.apache.activemq.artemis.jms.server.config.ConnectionFactoryConfiguration
-
- setProducerWindowSize(int) - Method in class org.apache.activemq.artemis.jms.server.config.impl.ConnectionFactoryConfigurationImpl
-
- setProperties(String) - Method in class org.apache.activemq.artemis.api.core.JGroupsPropertiesBroadcastEndpointFactory
-
- setProperties(Map<String, String>) - Method in class org.apache.activemq.artemis.jndi.JNDIStorable
-
set the properties for this instance as retrieved from JNDI
- 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
-
- setProtocolConnection(RemotingConnection) - Method in interface org.apache.activemq.artemis.spi.core.remoting.Connection
-
- setProtocolManagerFactory(ClientProtocolManagerFactory) - Method in interface org.apache.activemq.artemis.api.core.client.ServerLocator
-
- setProtocolManagerFactoryStr(String) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
-
- setProtocolManagerFactoryStr(String) - Method in interface org.apache.activemq.artemis.jms.server.config.ConnectionFactoryConfiguration
-
- setProtocolManagerFactoryStr(String) - Method in class org.apache.activemq.artemis.jms.server.config.impl.ConnectionFactoryConfigurationImpl
-
- setQualityOfServiceMode(String) - Method in class org.apache.activemq.artemis.jms.bridge.impl.JMSBridgeControlImpl
-
- setQualityOfServiceMode(QualityOfServiceMode) - Method in class org.apache.activemq.artemis.jms.bridge.impl.JMSBridgeImpl
-
- setQualityOfServiceMode(QualityOfServiceMode) - Method in interface org.apache.activemq.artemis.jms.bridge.JMSBridge
-
- setQualityOfServiceMode(String) - Method in interface org.apache.activemq.artemis.jms.bridge.JMSBridgeControl
-
- setQueueConfigurations(List<JMSQueueConfiguration>) - Method in class org.apache.activemq.artemis.jms.server.config.impl.JMSConfigurationImpl
-
- setQueueConfigurations(List<JMSQueueConfiguration>) - Method in interface org.apache.activemq.artemis.jms.server.config.JMSConfiguration
-
- setQueuePrefix(String) - Method in class org.apache.activemq.artemis.jndi.ActiveMQInitialContextFactory
-
- setReconnectAttempts(int) - Method in interface org.apache.activemq.artemis.api.core.client.ServerLocator
-
Sets the maximum number of attempts to retry connection in case of failure.
- setReconnectAttempts(int) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
-
- setReconnectAttempts(int) - Method in interface org.apache.activemq.artemis.jms.server.config.ConnectionFactoryConfiguration
-
- setReconnectAttempts(int) - Method in class org.apache.activemq.artemis.jms.server.config.impl.ConnectionFactoryConfigurationImpl
-
- setRecoverCalled(boolean) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQSession
-
- setReference(ActiveMQConnectionFactory) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnection
-
- setRefreshTimeout(long) - Method in class org.apache.activemq.artemis.api.core.DiscoveryGroupConfiguration
-
- setRegistry(BindingRegistry) - Method in class org.apache.activemq.artemis.jms.server.embedded.EmbeddedJMS
-
Only set this property if you are using a custom BindingRegistry
- setRegistry(BindingRegistry) - Method in class org.apache.activemq.artemis.jms.server.impl.JMSServerManagerImpl
-
Deprecated.
- setRegistry(BindingRegistry) - Method in interface org.apache.activemq.artemis.jms.server.JMSServerManager
-
Deprecated.
Set this property if you want JMS resources bound to a registry
- setReplyTo(SimpleString) - Method in interface org.apache.activemq.artemis.api.core.Message
-
- setRetryInterval(long) - Method in interface org.apache.activemq.artemis.api.core.client.ServerLocator
-
Sets the time to retry connections created by this factory after failure.
- setRetryInterval(long) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
-
- setRetryInterval(long) - Method in interface org.apache.activemq.artemis.jms.server.config.ConnectionFactoryConfiguration
-
- setRetryInterval(long) - Method in class org.apache.activemq.artemis.jms.server.config.impl.ConnectionFactoryConfigurationImpl
-
- setRetryIntervalMultiplier(double) - Method in interface org.apache.activemq.artemis.api.core.client.ServerLocator
-
Sets the multiplier to apply to successive retry intervals.
- setRetryIntervalMultiplier(double) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
-
- setRetryIntervalMultiplier(double) - Method in interface org.apache.activemq.artemis.jms.server.config.ConnectionFactoryConfiguration
-
- setRetryIntervalMultiplier(double) - Method in class org.apache.activemq.artemis.jms.server.config.impl.ConnectionFactoryConfigurationImpl
-
- setRight(Expression) - Method in class org.apache.activemq.artemis.selector.filter.BinaryExpression
-
- setRight(Expression) - Method in class org.apache.activemq.artemis.selector.filter.UnaryExpression
-
- setRolePrincipalClass(String) - Method in class org.apache.activemq.artemis.spi.core.security.ActiveMQJAASSecurityManager
-
- setRoutingType(RoutingType) - Method in interface org.apache.activemq.artemis.api.core.Message
-
- setScheduledDeliveryTime(Long) - Method in interface org.apache.activemq.artemis.api.core.Message
-
- setScheduledThreadPoolMaxSize(int) - Method in interface org.apache.activemq.artemis.api.core.client.ServerLocator
-
Sets the maximum size of the scheduled thread pool.
- setScheduledThreadPoolMaxSize(int) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
-
- setScheduledThreadPoolMaxSize(int) - Method in interface org.apache.activemq.artemis.jms.server.config.ConnectionFactoryConfiguration
-
- setScheduledThreadPoolMaxSize(int) - Method in class org.apache.activemq.artemis.jms.server.config.impl.ConnectionFactoryConfigurationImpl
-
- setSelector(String) - Method in class org.apache.activemq.artemis.jms.bridge.impl.JMSBridgeControlImpl
-
- setSelector(String) - Method in class org.apache.activemq.artemis.jms.bridge.impl.JMSBridgeImpl
-
- setSelector(String) - Method in interface org.apache.activemq.artemis.jms.bridge.JMSBridge
-
- setSelector(String) - Method in interface org.apache.activemq.artemis.jms.bridge.JMSBridgeControl
-
- setSelector(String) - Method in class org.apache.activemq.artemis.jms.server.config.impl.JMSQueueConfigurationImpl
-
- setSelector(String) - Method in interface org.apache.activemq.artemis.jms.server.config.JMSQueueConfiguration
-
- setSendAcknowledgementHandler(SendAcknowledgementHandler) - Method in interface org.apache.activemq.artemis.api.core.client.ClientSession
-
Sets a SendAcknowledgementHandler
for this session.
- setSendAcknowledgementHandler(SendAcknowledgementHandler) - Method in class org.apache.activemq.artemis.spi.core.remoting.SessionContext
-
- setSession(ClientSessionInternal) - Method in class org.apache.activemq.artemis.spi.core.remoting.SessionContext
-
- setSessionFactory(ClientSessionFactory) - Method in interface org.apache.activemq.artemis.spi.core.remoting.ClientProtocolManager
-
- 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
-
- setSourceConnectionFactoryFactory(ConnectionFactoryFactory) - Method in class org.apache.activemq.artemis.jms.bridge.impl.JMSBridgeImpl
-
- setSourceConnectionFactoryFactory(ConnectionFactoryFactory) - Method in interface org.apache.activemq.artemis.jms.bridge.JMSBridge
-
- setSourceDestinationFactory(DestinationFactory) - Method in class org.apache.activemq.artemis.jms.bridge.impl.JMSBridgeImpl
-
- setSourceDestinationFactory(DestinationFactory) - Method in interface org.apache.activemq.artemis.jms.bridge.JMSBridge
-
- setSourcePassword(String) - Method in class org.apache.activemq.artemis.jms.bridge.impl.JMSBridgeControlImpl
-
- setSourcePassword(String) - Method in class org.apache.activemq.artemis.jms.bridge.impl.JMSBridgeImpl
-
- setSourcePassword(String) - Method in interface org.apache.activemq.artemis.jms.bridge.JMSBridge
-
- setSourcePassword(String) - Method in interface org.apache.activemq.artemis.jms.bridge.JMSBridgeControl
-
- setSourceUsername(String) - Method in class org.apache.activemq.artemis.jms.bridge.impl.JMSBridgeControlImpl
-
- setSourceUsername(String) - Method in class org.apache.activemq.artemis.jms.bridge.impl.JMSBridgeImpl
-
- setSourceUsername(String) - Method in interface org.apache.activemq.artemis.jms.bridge.JMSBridge
-
- setSourceUsername(String) - Method in interface org.apache.activemq.artemis.jms.bridge.JMSBridgeControl
-
- 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
-
- setSubscriptionName(String) - Method in class org.apache.activemq.artemis.jms.bridge.impl.JMSBridgeControlImpl
-
- setSubscriptionName(String) - Method in class org.apache.activemq.artemis.jms.bridge.impl.JMSBridgeImpl
-
- setSubscriptionName(String) - Method in interface org.apache.activemq.artemis.jms.bridge.JMSBridge
-
- setSubscriptionName(String) - Method in interface org.apache.activemq.artemis.jms.bridge.JMSBridgeControl
-
- setTabSize(int) - Method in class org.apache.activemq.artemis.selector.hyphenated.SimpleCharStream
-
- setTabSize(int) - Method in class org.apache.activemq.artemis.selector.strict.SimpleCharStream
-
- setTargetConnectionFactoryFactory(ConnectionFactoryFactory) - Method in class org.apache.activemq.artemis.jms.bridge.impl.JMSBridgeImpl
-
- setTargetConnectionFactoryFactory(ConnectionFactoryFactory) - Method in interface org.apache.activemq.artemis.jms.bridge.JMSBridge
-
- setTargetDestinationFactory(DestinationFactory) - Method in class org.apache.activemq.artemis.jms.bridge.impl.JMSBridgeImpl
-
- setTargetDestinationFactory(DestinationFactory) - Method in interface org.apache.activemq.artemis.jms.bridge.JMSBridge
-
- setTargetPassword(String) - Method in class org.apache.activemq.artemis.jms.bridge.impl.JMSBridgeControlImpl
-
- setTargetPassword(String) - Method in class org.apache.activemq.artemis.jms.bridge.impl.JMSBridgeImpl
-
- setTargetPassword(String) - Method in interface org.apache.activemq.artemis.jms.bridge.JMSBridge
-
- setTargetPassword(String) - Method in interface org.apache.activemq.artemis.jms.bridge.JMSBridgeControl
-
- setTargetUsername(String) - Method in class org.apache.activemq.artemis.jms.bridge.impl.JMSBridgeControlImpl
-
- setTargetUsername(String) - Method in class org.apache.activemq.artemis.jms.bridge.impl.JMSBridgeImpl
-
- setTargetUsername(String) - Method in interface org.apache.activemq.artemis.jms.bridge.JMSBridge
-
- setTargetUsername(String) - Method in interface org.apache.activemq.artemis.jms.bridge.JMSBridgeControl
-
- setText(String) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQTextMessage
-
- setThreadPoolMaxSize(int) - Method in interface org.apache.activemq.artemis.api.core.client.ServerLocator
-
Sets the maximum size of the thread pool.
- setThreadPoolMaxSize(int) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
-
- setThreadPoolMaxSize(int) - Method in interface org.apache.activemq.artemis.jms.server.config.ConnectionFactoryConfiguration
-
- setThreadPoolMaxSize(int) - Method in class org.apache.activemq.artemis.jms.server.config.impl.ConnectionFactoryConfigurationImpl
-
- setThreadPools(ExecutorService, ScheduledExecutorService) - Method in interface org.apache.activemq.artemis.api.core.client.ServerLocator
-
- setTimestamp(long) - Method in interface org.apache.activemq.artemis.api.core.Message
-
- setTimeToLive(long) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQJMSProducer
-
- setTimeToLive(long) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQMessageProducer
-
- setTopicConfigurations(List<TopicConfiguration>) - Method in class org.apache.activemq.artemis.jms.server.config.impl.JMSConfigurationImpl
-
- setTopicConfigurations(List<TopicConfiguration>) - Method in interface org.apache.activemq.artemis.jms.server.config.JMSConfiguration
-
- setTopicPrefix(String) - Method in class org.apache.activemq.artemis.jndi.ActiveMQInitialContextFactory
-
- setTransactionBatchSize(int) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
-
- setTransactionBatchSize(int) - Method in interface org.apache.activemq.artemis.jms.server.config.ConnectionFactoryConfiguration
-
- setTransactionBatchSize(int) - Method in class org.apache.activemq.artemis.jms.server.config.impl.ConnectionFactoryConfigurationImpl
-
- setTransactionManager(TransactionManager) - Method in class org.apache.activemq.artemis.jms.bridge.impl.JMSBridgeImpl
-
- setTransactionManager(TransactionManager) - Method in interface org.apache.activemq.artemis.jms.bridge.JMSBridge
-
- setType(byte) - Method in interface org.apache.activemq.artemis.api.core.ICoreMessage
-
the type of the message
- setType(byte) - Method in interface org.apache.activemq.artemis.api.core.Message
-
- setType(String) - Method in class org.apache.activemq.artemis.uri.JMSConnectionOptions
-
- setUseGlobalPools(boolean) - Method in interface org.apache.activemq.artemis.api.core.client.ServerLocator
-
Sets whether this factory will use global thread pools (shared among all the factories in the same JVM)
or its own pools.
- setUseGlobalPools(boolean) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
-
- setUseGlobalPools(boolean) - Method in interface org.apache.activemq.artemis.jms.server.config.ConnectionFactoryConfiguration
-
- setUseGlobalPools(boolean) - Method in class org.apache.activemq.artemis.jms.server.config.impl.ConnectionFactoryConfigurationImpl
-
- setUseMaskedPassword(boolean) - Method in class org.apache.activemq.artemis.jms.bridge.impl.JMSBridgeImpl
-
- setUseMaskedPassword(boolean) - Method in interface org.apache.activemq.artemis.jms.bridge.JMSBridge
-
- setUser(String) - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory
-
- setUserID(Object) - Method in interface org.apache.activemq.artemis.api.core.Message
-
- setUseTopologyForLoadBalancing(boolean) - Method in interface org.apache.activemq.artemis.api.core.client.ServerLocator
-
- setValidatedUserID(String) - Method in interface org.apache.activemq.artemis.api.core.Message
-
- shutdownConnectionFactory(String) - Method in class org.apache.activemq.artemis.jms.server.impl.JMSServerManagerImpl
-
Deprecated.
- signalStopToAllSessions() - Method in class org.apache.activemq.artemis.jms.client.ActiveMQConnection
-
- SimpleCharStream - Class in org.apache.activemq.artemis.selector.hyphenated
-
An implementation of interface CharStream, where the stream is assumed to
contain only ASCII characters (without unicode processing).
- SimpleCharStream(Reader, int, int, int) - Constructor for class org.apache.activemq.artemis.selector.hyphenated.SimpleCharStream
-
Constructor.
- SimpleCharStream(Reader, int, int) - Constructor for class org.apache.activemq.artemis.selector.hyphenated.SimpleCharStream
-
Constructor.
- SimpleCharStream(Reader) - Constructor for class org.apache.activemq.artemis.selector.hyphenated.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream, String, int, int, int) - Constructor for class org.apache.activemq.artemis.selector.hyphenated.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream, int, int, int) - Constructor for class org.apache.activemq.artemis.selector.hyphenated.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream, String, int, int) - Constructor for class org.apache.activemq.artemis.selector.hyphenated.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream, int, int) - Constructor for class org.apache.activemq.artemis.selector.hyphenated.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream, String) - Constructor for class org.apache.activemq.artemis.selector.hyphenated.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream) - Constructor for class org.apache.activemq.artemis.selector.hyphenated.SimpleCharStream
-
Constructor.
- SimpleCharStream - Class in org.apache.activemq.artemis.selector.strict
-
An implementation of interface CharStream, where the stream is assumed to
contain only ASCII characters (without unicode processing).
- SimpleCharStream(Reader, int, int, int) - Constructor for class org.apache.activemq.artemis.selector.strict.SimpleCharStream
-
Constructor.
- SimpleCharStream(Reader, int, int) - Constructor for class org.apache.activemq.artemis.selector.strict.SimpleCharStream
-
Constructor.
- SimpleCharStream(Reader) - Constructor for class org.apache.activemq.artemis.selector.strict.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream, String, int, int, int) - Constructor for class org.apache.activemq.artemis.selector.strict.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream, int, int, int) - Constructor for class org.apache.activemq.artemis.selector.strict.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream, String, int, int) - Constructor for class org.apache.activemq.artemis.selector.strict.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream, int, int) - Constructor for class org.apache.activemq.artemis.selector.strict.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream, String) - Constructor for class org.apache.activemq.artemis.selector.strict.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream) - Constructor for class org.apache.activemq.artemis.selector.strict.SimpleCharStream
-
Constructor.
- simpleCommit() - Method in class org.apache.activemq.artemis.spi.core.remoting.SessionContext
-
- simpleCommit(boolean) - Method in class org.apache.activemq.artemis.spi.core.remoting.SessionContext
-
- simpleRollback(boolean) - Method in class org.apache.activemq.artemis.spi.core.remoting.SessionContext
-
If we are doing a simple rollback on the RA, we need to ack the last message sent to the consumer,
otherwise DLQ won't work.
- specialToken - Variable in class org.apache.activemq.artemis.selector.hyphenated.Token
-
This field is used to access special tokens that occur prior to this
token, but after the immediately preceding regular (non-special) token.
- specialToken - Variable in class org.apache.activemq.artemis.selector.strict.Token
-
This field is used to access special tokens that occur prior to this
token, but after the immediately preceding regular (non-special) token.
- splitHosts(String) - Static method in class org.apache.activemq.artemis.api.core.TransportConfiguration
-
Utility method for splitting a comma separated list of hosts
- start() - Method in interface org.apache.activemq.artemis.api.core.client.ClientSession
-
Starts the session.
- start() - Method in interface org.apache.activemq.artemis.api.core.management.ActiveMQComponentControl
-
Starts this component.
- start() - Method in class org.apache.activemq.artemis.jms.bridge.impl.JMSBridgeControlImpl
-
- start() - Method in class org.apache.activemq.artemis.jms.bridge.impl.JMSBridgeImpl
-
- 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
-
- start() - Method in class org.apache.activemq.artemis.jms.persistence.impl.journal.JMSJournalStorageManagerImpl
-
- start() - Method in class org.apache.activemq.artemis.jms.persistence.impl.nullpm.NullJMSStorageManagerImpl
-
- start() - Method in class org.apache.activemq.artemis.jms.server.embedded.EmbeddedJMS
-
- start() - Method in class org.apache.activemq.artemis.jms.server.impl.JMSServerManagerImpl
-
Deprecated.
- start() - Method in interface org.apache.activemq.artemis.spi.core.remoting.Connector
-
starts the connector
- startingThread() - Method in interface org.apache.activemq.artemis.journal.ActiveMQJournalLogger
-
- staticFlag - Static variable in class org.apache.activemq.artemis.selector.hyphenated.SimpleCharStream
-
Whether parser is static.
- staticFlag - Static variable in class org.apache.activemq.artemis.selector.strict.SimpleCharStream
-
Whether parser is static.
- stop() - Method in interface org.apache.activemq.artemis.api.core.client.ClientSession
-
Stops the session.
- stop() - Method in interface org.apache.activemq.artemis.api.core.management.ActiveMQComponentControl
-
Stops this component.
- stop() - Method in class org.apache.activemq.artemis.jms.bridge.impl.JMSBridgeControlImpl
-
- stop() - Method in class org.apache.activemq.artemis.jms.bridge.impl.JMSBridgeImpl
-
- 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
-
- stop() - Method in class org.apache.activemq.artemis.jms.persistence.impl.journal.JMSJournalStorageManagerImpl
-
- stop() - Method in class org.apache.activemq.artemis.jms.persistence.impl.nullpm.NullJMSStorageManagerImpl
-
- stop() - Method in class org.apache.activemq.artemis.jms.server.embedded.EmbeddedJMS
-
- stop() - Method in class org.apache.activemq.artemis.jms.server.impl.JMSServerManagerImpl
-
Deprecated.
- stop() - Method in interface org.apache.activemq.artemis.spi.core.remoting.ClientProtocolManager
-
This is to be called when a connection failed and we want to interrupt any communication.
- storeConnectionFactory(PersistedConnectionFactory) - Method in class org.apache.activemq.artemis.jms.persistence.impl.journal.JMSJournalStorageManagerImpl
-
- storeConnectionFactory(PersistedConnectionFactory) - Method in class org.apache.activemq.artemis.jms.persistence.impl.nullpm.NullJMSStorageManagerImpl
-
- storeConnectionFactory(PersistedConnectionFactory) - Method in interface org.apache.activemq.artemis.jms.persistence.JMSStorageManager
-
- storeDestination(PersistedDestination) - Method in class org.apache.activemq.artemis.jms.persistence.impl.journal.JMSJournalStorageManagerImpl
-
- storeDestination(PersistedDestination) - Method in class org.apache.activemq.artemis.jms.persistence.impl.nullpm.NullJMSStorageManagerImpl
-
- storeDestination(PersistedDestination) - Method in interface org.apache.activemq.artemis.jms.persistence.JMSStorageManager
-
- storeResult(CoreMessage, Object) - Static method in class org.apache.activemq.artemis.api.core.management.ManagementHelper
-
Used by ActiveMQ Artemis management service.
- STREAM_TYPE - Static variable in interface org.apache.activemq.artemis.api.core.Message
-
- StreamMessageUtil - Class in org.apache.activemq.artemis.reader
-
- StreamMessageUtil() - Constructor for class org.apache.activemq.artemis.reader.StreamMessageUtil
-
- streamReadBoolean(ActiveMQBuffer) - Static method in class org.apache.activemq.artemis.reader.StreamMessageUtil
-
Method to read boolean values out of the Stream protocol existent on JMS Stream Messages
Throws IllegalStateException if the type was invalid
- streamReadByte(ActiveMQBuffer) - Static method in class org.apache.activemq.artemis.reader.StreamMessageUtil
-
- streamReadBytes(ActiveMQBuffer, int, byte[]) - Static method in class org.apache.activemq.artemis.reader.StreamMessageUtil
-
Utility for reading bytes out of streaming.
- streamReadChar(ActiveMQBuffer) - Static method in class org.apache.activemq.artemis.reader.StreamMessageUtil
-
- streamReadDouble(ActiveMQBuffer) - Static method in class org.apache.activemq.artemis.reader.StreamMessageUtil
-
- streamReadFloat(ActiveMQBuffer) - Static method in class org.apache.activemq.artemis.reader.StreamMessageUtil
-
- streamReadInteger(ActiveMQBuffer) - Static method in class org.apache.activemq.artemis.reader.StreamMessageUtil
-
- streamReadLong(ActiveMQBuffer) - Static method in class org.apache.activemq.artemis.reader.StreamMessageUtil
-
- streamReadObject(ActiveMQBuffer) - Static method in class org.apache.activemq.artemis.reader.StreamMessageUtil
-
- streamReadShort(ActiveMQBuffer) - Static method in class org.apache.activemq.artemis.reader.StreamMessageUtil
-
- streamReadString(ActiveMQBuffer) - Static method in class org.apache.activemq.artemis.reader.StreamMessageUtil
-
- StrictParser - Class in org.apache.activemq.artemis.selector.strict
-
JMS Selector Parser generated by JavaCC
Do not edit this .java file directly - it is autogenerated from StrictParser.jj
- StrictParser(InputStream) - Constructor for class org.apache.activemq.artemis.selector.strict.StrictParser
-
Constructor with InputStream.
- StrictParser(InputStream, String) - Constructor for class org.apache.activemq.artemis.selector.strict.StrictParser
-
Constructor with InputStream and supplied encoding
- StrictParser(Reader) - Constructor for class org.apache.activemq.artemis.selector.strict.StrictParser
-
Constructor.
- StrictParser(StrictParserTokenManager) - Constructor for class org.apache.activemq.artemis.selector.strict.StrictParser
-
Constructor with generated Token Manager.
- StrictParserConstants - Interface in org.apache.activemq.artemis.selector.strict
-
Token literal values and constants.
- StrictParserTokenManager - Class in org.apache.activemq.artemis.selector.strict
-
Token Manager.
- StrictParserTokenManager(SimpleCharStream) - Constructor for class org.apache.activemq.artemis.selector.strict.StrictParserTokenManager
-
Constructor.
- StrictParserTokenManager(SimpleCharStream, int) - Constructor for class org.apache.activemq.artemis.selector.strict.StrictParserTokenManager
-
Constructor.
- STRING_LITERAL - Static variable in interface org.apache.activemq.artemis.selector.hyphenated.HyphenatedParserConstants
-
RegularExpression Id.
- STRING_LITERAL - Static variable in interface org.apache.activemq.artemis.selector.strict.StrictParserConstants
-
RegularExpression Id.
- stringLitteral() - Method in class org.apache.activemq.artemis.selector.hyphenated.HyphenatedParser
-
- stringLitteral() - Method in class org.apache.activemq.artemis.selector.strict.StrictParser
-
- supportsDirectDelivery() - Method in interface org.apache.activemq.artemis.spi.core.protocol.SessionCallback
-
A requirement to do direct delivery is:
no extra locking required at the protocol layer.
- supportsLargeMessage() - Method in class org.apache.activemq.artemis.spi.core.remoting.SessionContext
-
- SwitchTo(int) - Method in class org.apache.activemq.artemis.selector.hyphenated.HyphenatedParserTokenManager
-
Switch to specified lex state.
- SwitchTo(int) - Method in class org.apache.activemq.artemis.selector.strict.StrictParserTokenManager
-
Switch to specified lex state.