Uses of Interface
org.apache.camel.builder.endpoint.dsl.JmsEndpointBuilderFactory.JmsEndpointBuilder
Packages that use JmsEndpointBuilderFactory.JmsEndpointBuilder
-
Uses of JmsEndpointBuilderFactory.JmsEndpointBuilder in org.apache.camel.builder.endpoint
Methods in org.apache.camel.builder.endpoint that return JmsEndpointBuilderFactory.JmsEndpointBuilderModifier and TypeMethodDescriptionJMS (camel-jms) Sent and receive messages to/from a JMS Queue or Topic.JMS (camel-jms) Sent and receive messages to/from a JMS Queue or Topic. -
Uses of JmsEndpointBuilderFactory.JmsEndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return JmsEndpointBuilderFactory.JmsEndpointBuilderModifier and TypeMethodDescriptionJmsEndpointBuilderFactory.AdvancedJmsEndpointBuilder.basic()Sets the JMS client ID to use.JmsEndpointBuilderFactory.JmsEndpointBuilder.connectionFactory(jakarta.jms.ConnectionFactory connectionFactory) The connection factory to be use.JmsEndpointBuilderFactory.JmsEndpointBuilder.connectionFactory(String connectionFactory) The connection factory to be use.JmsEndpointBuilderFactory.JmsEndpointBuilder.disableReplyTo(boolean disableReplyTo) Specifies whether Camel ignores the JMSReplyTo header in messages.JmsEndpointBuilderFactory.JmsEndpointBuilder.disableReplyTo(String disableReplyTo) Specifies whether Camel ignores the JMSReplyTo header in messages.JmsEndpointBuilderFactory.JmsEndpointBuilder.durableSubscriptionName(String durableSubscriptionName) The durable subscriber name for specifying durable topic subscriptions.JmsEndpointBuilderFactory.endpointBuilder(String componentName, String path) JMS (camel-jms) Sent and receive messages to/from a JMS Queue or Topic.JMS (camel-jms) Sent and receive messages to/from a JMS Queue or Topic.JmsEndpointBuilderFactory.JmsEndpointBuilder.jmsMessageType(String jmsMessageType) Allows you to force the use of a specific jakarta.jms.Message implementation for sending JMS messages.JmsEndpointBuilderFactory.JmsEndpointBuilder.jmsMessageType(org.apache.camel.component.jms.JmsMessageType jmsMessageType) Allows you to force the use of a specific jakarta.jms.Message implementation for sending JMS messages.Password to use with the ConnectionFactory.Provides an explicit ReplyTo destination (overrides any incoming value of Message.getJMSReplyTo() in consumer).JmsEndpointBuilderFactory.JmsEndpointBuilder.testConnectionOnStartup(boolean testConnectionOnStartup) Specifies whether to test the connection on startup.JmsEndpointBuilderFactory.JmsEndpointBuilder.testConnectionOnStartup(String testConnectionOnStartup) Specifies whether to test the connection on startup.JmsEndpointBuilderFactory.JmsEndpointBuilder.transacted(boolean transacted) Specifies whether to use transacted mode.JmsEndpointBuilderFactory.JmsEndpointBuilder.transacted(String transacted) Specifies whether to use transacted mode.JmsEndpointBuilderFactory.JmsEndpointBuilder.transactedInOut(boolean transactedInOut) Specifies whether InOut operations (request reply) default to using transacted mode If this flag is set to true, then Spring JmsTemplate will have sessionTransacted set to true, and the acknowledgeMode as transacted on the JmsTemplate used for InOut operations.JmsEndpointBuilderFactory.JmsEndpointBuilder.transactedInOut(String transactedInOut) Specifies whether InOut operations (request reply) default to using transacted mode If this flag is set to true, then Spring JmsTemplate will have sessionTransacted set to true, and the acknowledgeMode as transacted on the JmsTemplate used for InOut operations.Username to use with the ConnectionFactory.