Uses of Interface
org.apache.camel.builder.component.dsl.SjmsComponentBuilderFactory.SjmsComponentBuilder
Packages that use SjmsComponentBuilderFactory.SjmsComponentBuilder
-
Uses of SjmsComponentBuilderFactory.SjmsComponentBuilder in org.apache.camel.builder.component
Methods in org.apache.camel.builder.component that return SjmsComponentBuilderFactory.SjmsComponentBuilderModifier and TypeMethodDescriptionComponentsBuilderFactory.sjms()Simple JMS (camel-sjms) Send and receive messages to/from a JMS Queue or Topic using plain JMS 1.x API. -
Uses of SjmsComponentBuilderFactory.SjmsComponentBuilder in org.apache.camel.builder.component.dsl
Classes in org.apache.camel.builder.component.dsl that implement SjmsComponentBuilderFactory.SjmsComponentBuilderModifier and TypeClassDescriptionstatic classMethods in org.apache.camel.builder.component.dsl that return SjmsComponentBuilderFactory.SjmsComponentBuilderModifier and TypeMethodDescriptionSjmsComponentBuilderFactory.SjmsComponentBuilder.autowiredEnabled(boolean autowiredEnabled) Whether autowiring is enabled.SjmsComponentBuilderFactory.SjmsComponentBuilder.bridgeErrorHandler(boolean bridgeErrorHandler) Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler.SjmsComponentBuilderFactory.SjmsComponentBuilder.connectionFactory(jakarta.jms.ConnectionFactory connectionFactory) The connection factory to be use.SjmsComponentBuilderFactory.SjmsComponentBuilder.destinationCreationStrategy(org.apache.camel.component.sjms.jms.DestinationCreationStrategy destinationCreationStrategy) To use a custom DestinationCreationStrategy.SjmsComponentBuilderFactory.SjmsComponentBuilder.exceptionListener(jakarta.jms.ExceptionListener exceptionListener) Specifies the JMS Exception Listener that is to be notified of any underlying JMS exceptions.SjmsComponentBuilderFactory.SjmsComponentBuilder.headerFilterStrategy(org.apache.camel.spi.HeaderFilterStrategy headerFilterStrategy) To use a custom org.apache.camel.spi.HeaderFilterStrategy to filter header to and from Camel message.SjmsComponentBuilderFactory.SjmsComponentBuilder.jmsKeyFormatStrategy(org.apache.camel.component.sjms.jms.JmsKeyFormatStrategy jmsKeyFormatStrategy) Pluggable strategy for encoding and decoding JMS keys so they can be compliant with the JMS specification.SjmsComponentBuilderFactory.SjmsComponentBuilder.lazyStartProducer(boolean lazyStartProducer) Whether the producer should be started lazy (on the first message).SjmsComponentBuilderFactory.SjmsComponentBuilder.messageCreatedStrategy(org.apache.camel.component.sjms.jms.MessageCreatedStrategy messageCreatedStrategy) To use the given MessageCreatedStrategy which are invoked when Camel creates new instances of jakarta.jms.Message objects when Camel is sending a JMS message.SjmsComponentBuilderFactory.SjmsComponentBuilder.recoveryInterval(long recoveryInterval) Specifies the interval between recovery attempts, i.e.SjmsComponentBuilderFactory.SjmsComponentBuilder.replyToOnTimeoutMaxConcurrentConsumers(int replyToOnTimeoutMaxConcurrentConsumers) Specifies the maximum number of concurrent consumers for continue routing when timeout occurred when using request/reply over JMS.SjmsComponentBuilderFactory.SjmsComponentBuilder.requestTimeoutCheckerInterval(long requestTimeoutCheckerInterval) Configures how often Camel should check for timed out Exchanges when doing request/reply over JMS.SjmsComponentBuilderFactory.sjms()Simple JMS (camel-sjms) Send and receive messages to/from a JMS Queue or Topic using plain JMS 1.x API.