Uses of Class
io.helidon.messaging.connectors.aq.AqConfigBuilder
Packages that use AqConfigBuilder
Package
Description
MicroProfile Reactive Messaging Oracle AQ connector.
-
Uses of AqConfigBuilder in io.helidon.messaging.connectors.aq
Methods in io.helidon.messaging.connectors.aq that return AqConfigBuilderModifier and TypeMethodDescriptionAqConfigBuilder.acknowledgeMode(AcknowledgeMode acknowledgeMode) JMS acknowledgement mode.Client identifier for JMS connection.static AqConfigBuilderAqConnector.configBuilder()Custom config builder for AQ connector.AqConfigBuilder.dataSource(String dataSourceName) Mapping toDataSourcesupplied withAqConnectorBuilder.dataSource().AqConfigBuilder.destination(String destination) Queue or topic name.AqConfigBuilder.durable(boolean durable) Indicates whether the consumer should be created as durable (only relevant for topic destinations).AqConfigBuilder.messageSelector(String messageSelector) JMS API message selector expression based on a subset of the SQL92.AqConfigBuilder.namedFactory(String factoryName) SelectConnectionFactoryin case factory is injected as a named bean or configured with name.AqConfigBuilder.nonLocal(boolean nonLocal) When set totrue, messages published by this connection, or any connection with the same client identifier, will not be delivered to this durable subscription.Password used for creating JMS connection.AqConfigBuilder.periodExecutions(long periodExecutions) Period for executing poll cycles in millis.AqConfigBuilder.pollTimeout(long pollTimeout) Timeout for polling for next message in every poll cycle in millis.Add custom property.Use supplied destination name andQUEUEas type.AqConfigBuilder.sessionGroupId(String sessionGroupId) When multiple channels share same session-group-id, they share same JMS session.AqConfigBuilder.subscriberName(String subscriberName) Subscriber name used to identify a durable subscription.Use supplied destination name andTOPICas type.AqConfigBuilder.transacted(boolean transacted) Indicates whether the session will use a local transaction.User name used for creating JMS connection.