Uses of Interface
org.apache.activemq.artemis.jms.client.ConnectionFactoryOptions
Packages that use ConnectionFactoryOptions
Package
Description
-
Uses of ConnectionFactoryOptions in org.apache.activemq.artemis.jms.client
Classes in org.apache.activemq.artemis.jms.client that implement ConnectionFactoryOptionsModifier and TypeClassDescriptionclassActiveMQ Artemis implementation of a JMS ConnectionFactory.classActiveMQ Artemis implementation of a JMS ConnectionFactory.classActiveMQ Artemis implementation of a JMS ConnectionFactory.classActiveMQ Artemis implementation of a JMS ConnectionFactory.classA class that represents a XAConnectionFactory.classActiveMQ Artemis implementation of a JMS ConnectionFactory.classActiveMQ Artemis implementation of a JMS ConnectionFactory.Methods in org.apache.activemq.artemis.jms.client with parameters of type ConnectionFactoryOptionsModifier and TypeMethodDescriptionstatic ActiveMQMessageActiveMQMessage.createMessage(ClientMessage message, ClientSession session, ConnectionFactoryOptions options) Constructors in org.apache.activemq.artemis.jms.client with parameters of type ConnectionFactoryOptionsModifierConstructorDescriptionActiveMQConnection(ConnectionFactoryOptions options, String username, String password, int connectionType, String clientID, int dupsOKBatchSize, int transactionBatchSize, boolean cacheDestinations, boolean enable1xPrefixes, ClientSessionFactory sessionFactory) protectedActiveMQMessageConsumer(ConnectionFactoryOptions options, ActiveMQConnection connection, ActiveMQSession session, ClientConsumer consumer, boolean noLocal, ActiveMQDestination destination, String selector, SimpleString autoDeleteQueueName) protectedActiveMQMessageProducer(ActiveMQConnection connection, ClientProducer producer, ActiveMQDestination defaultDestination, ActiveMQSession session, ConnectionFactoryOptions options) ActiveMQObjectMessage(jakarta.jms.ObjectMessage foreign, ClientSession session, ConnectionFactoryOptions options) A copy constructor for foreign JMS ObjectMessages.protectedActiveMQObjectMessage(ClientMessage message, ClientSession session, ConnectionFactoryOptions options) protectedActiveMQObjectMessage(ClientSession session, ConnectionFactoryOptions options) protectedActiveMQQueueBrowser(ConnectionFactoryOptions options, ActiveMQQueue queue, String messageSelector, ClientSession session, boolean enable1xPrefixes) protectedActiveMQSession(ConnectionFactoryOptions options, ActiveMQConnection connection, boolean transacted, boolean xa, int ackMode, boolean cacheDestination, boolean enable1xPrefixes, ClientSession session, int sessionType) ActiveMQXAConnection(ConnectionFactoryOptions options, String username, String password, int connectionType, String clientID, int dupsOKBatchSize, int transactionBatchSize, boolean cacheDestinations, boolean enable1xNaming, ClientSessionFactory sessionFactory) protectedActiveMQXASession(ConnectionFactoryOptions options, ActiveMQConnection connection, boolean transacted, boolean xa, int ackMode, boolean cacheDestinations, boolean enable1xNaming, ClientSession session, int sessionType) protectedJMSMessageListenerWrapper(ConnectionFactoryOptions options, ActiveMQConnection connection, ActiveMQSession session, ClientConsumer consumer, jakarta.jms.MessageListener listener, int ackMode) -
Uses of ConnectionFactoryOptions in org.apache.activemq.artemis.jms.client.compatible1X
Methods in org.apache.activemq.artemis.jms.client.compatible1X with parameters of type ConnectionFactoryOptionsModifier and TypeMethodDescriptionstatic ActiveMQMessageActiveMQCompatibleMessage.createMessage(ClientMessage message, ClientSession session, ConnectionFactoryOptions options) Constructors in org.apache.activemq.artemis.jms.client.compatible1X with parameters of type ConnectionFactoryOptionsModifierConstructorDescriptionActiveMQObjectCompatibleMessage(jakarta.jms.ObjectMessage foreign, ClientSession session, ConnectionFactoryOptions options) ActiveMQObjectCompatibleMessage(ClientMessage message, ClientSession session, ConnectionFactoryOptions options) ActiveMQObjectCompatibleMessage(ClientSession session, ConnectionFactoryOptions options)