Uses of Class
io.helidon.messaging.connectors.jms.JmsConnector.JmsConnectorBuilder
-
Uses of JmsConnector.JmsConnectorBuilder in io.helidon.messaging.connectors.jms
Modifier and TypeMethodDescriptionJmsConnector.builder()
Provides aJmsConnector.JmsConnectorBuilder
for creating aJmsConnector
instance.Custom configuration for connector.JmsConnector.JmsConnectorBuilder.connectionFactory
(String name, jakarta.jms.ConnectionFactory connectionFactory) Add customConnectionFactory
referencable by supplied name withJmsConnector.NAMED_FACTORY_ATTRIBUTE
.JmsConnector.JmsConnectorBuilder.executor
(ThreadPoolSupplier executorSupplier) Custom executor supplier for asynchronous operations like acknowledgement.JmsConnector.JmsConnectorBuilder.executor
(ExecutorService executor) Custom executor for asynchronous operations like acknowledgement.JmsConnector.JmsConnectorBuilder.scheduler
(ScheduledThreadPoolSupplier schedulerPoolSupplier) Custom executor supplier for loop pulling messages from JMS.JmsConnector.JmsConnectorBuilder.scheduler
(ScheduledExecutorService scheduler) Custom executor for loop pulling messages from JMS.