Uses of Interface
org.apache.camel.builder.endpoint.dsl.SjmsEndpointBuilderFactory.AdvancedSjmsEndpointBuilder
Packages that use SjmsEndpointBuilderFactory.AdvancedSjmsEndpointBuilder
-
Uses of SjmsEndpointBuilderFactory.AdvancedSjmsEndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return SjmsEndpointBuilderFactory.AdvancedSjmsEndpointBuilderModifier and TypeMethodDescriptionSjmsEndpointBuilderFactory.SjmsEndpointBuilder.advanced()SjmsEndpointBuilderFactory.AdvancedSjmsEndpointBuilder.asyncStartListener(boolean asyncStartListener) Whether to startup the consumer message listener asynchronously, when starting a route.SjmsEndpointBuilderFactory.AdvancedSjmsEndpointBuilder.asyncStartListener(String asyncStartListener) Whether to startup the consumer message listener asynchronously, when starting a route.SjmsEndpointBuilderFactory.AdvancedSjmsEndpointBuilder.asyncStopListener(boolean asyncStopListener) Whether to stop the consumer message listener asynchronously, when stopping a route.SjmsEndpointBuilderFactory.AdvancedSjmsEndpointBuilder.asyncStopListener(String asyncStopListener) Whether to stop the consumer message listener asynchronously, when stopping a route.SjmsEndpointBuilderFactory.AdvancedSjmsEndpointBuilder.destinationCreationStrategy(String destinationCreationStrategy) To use a custom DestinationCreationStrategy.SjmsEndpointBuilderFactory.AdvancedSjmsEndpointBuilder.destinationCreationStrategy(org.apache.camel.component.sjms.jms.DestinationCreationStrategy destinationCreationStrategy) To use a custom DestinationCreationStrategy.SjmsEndpointBuilderFactory.AdvancedSjmsEndpointBuilder.exceptionListener(jakarta.jms.ExceptionListener exceptionListener) Specifies the JMS Exception Listener that is to be notified of any underlying JMS exceptions.SjmsEndpointBuilderFactory.AdvancedSjmsEndpointBuilder.exceptionListener(String exceptionListener) Specifies the JMS Exception Listener that is to be notified of any underlying JMS exceptions.SjmsEndpointBuilderFactory.AdvancedSjmsEndpointBuilder.headerFilterStrategy(String headerFilterStrategy) To use a custom HeaderFilterStrategy to filter header to and from Camel message.SjmsEndpointBuilderFactory.AdvancedSjmsEndpointBuilder.headerFilterStrategy(org.apache.camel.spi.HeaderFilterStrategy headerFilterStrategy) To use a custom HeaderFilterStrategy to filter header to and from Camel message.SjmsEndpointBuilderFactory.AdvancedSjmsEndpointBuilder.includeAllJMSXProperties(boolean includeAllJMSXProperties) Whether to include all JMSXxxx properties when mapping from JMS to Camel Message.SjmsEndpointBuilderFactory.AdvancedSjmsEndpointBuilder.includeAllJMSXProperties(String includeAllJMSXProperties) Whether to include all JMSXxxx properties when mapping from JMS to Camel Message.SjmsEndpointBuilderFactory.AdvancedSjmsEndpointBuilder.jmsKeyFormatStrategy(String jmsKeyFormatStrategy) Pluggable strategy for encoding and decoding JMS keys so they can be compliant with the JMS specification.SjmsEndpointBuilderFactory.AdvancedSjmsEndpointBuilder.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.SjmsEndpointBuilderFactory.AdvancedSjmsEndpointBuilder.mapJmsMessage(boolean mapJmsMessage) Specifies whether Camel should auto map the received JMS message to a suited payload type, such as jakarta.jms.TextMessage to a String etc.SjmsEndpointBuilderFactory.AdvancedSjmsEndpointBuilder.mapJmsMessage(String mapJmsMessage) Specifies whether Camel should auto map the received JMS message to a suited payload type, such as jakarta.jms.TextMessage to a String etc.SjmsEndpointBuilderFactory.AdvancedSjmsEndpointBuilder.messageCreatedStrategy(String 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.SjmsEndpointBuilderFactory.AdvancedSjmsEndpointBuilder.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.SjmsEndpointBuilderFactory.AdvancedSjmsEndpointBuilder.recoveryInterval(long recoveryInterval) Specifies the interval between recovery attempts, i.e.SjmsEndpointBuilderFactory.AdvancedSjmsEndpointBuilder.recoveryInterval(String recoveryInterval) Specifies the interval between recovery attempts, i.e.SjmsEndpointBuilderFactory.AdvancedSjmsEndpointBuilder.synchronous(boolean synchronous) Sets whether synchronous processing should be strictly used.SjmsEndpointBuilderFactory.AdvancedSjmsEndpointBuilder.synchronous(String synchronous) Sets whether synchronous processing should be strictly used.SjmsEndpointBuilderFactory.AdvancedSjmsEndpointBuilder.transferException(boolean transferException) If enabled and you are using Request Reply messaging (InOut) and an Exchange failed on the consumer side, then the caused Exception will be send back in response as a jakarta.jms.ObjectMessage.SjmsEndpointBuilderFactory.AdvancedSjmsEndpointBuilder.transferException(String transferException) If enabled and you are using Request Reply messaging (InOut) and an Exchange failed on the consumer side, then the caused Exception will be send back in response as a jakarta.jms.ObjectMessage.