Uses of Interface
org.apache.camel.builder.endpoint.dsl.ActiveMQ6EndpointBuilderFactory.ActiveMQ6EndpointBuilder
Packages that use ActiveMQ6EndpointBuilderFactory.ActiveMQ6EndpointBuilder
-
Uses of ActiveMQ6EndpointBuilderFactory.ActiveMQ6EndpointBuilder in org.apache.camel.builder.endpoint
Methods in org.apache.camel.builder.endpoint that return ActiveMQ6EndpointBuilderFactory.ActiveMQ6EndpointBuilderModifier and TypeMethodDescriptionActiveMQ 6.x (camel-activemq6) Send messages to (or consume from) Apache ActiveMQ 6.x.ActiveMQ 6.x (camel-activemq6) Send messages to (or consume from) Apache ActiveMQ 6.x. -
Uses of ActiveMQ6EndpointBuilderFactory.ActiveMQ6EndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return ActiveMQ6EndpointBuilderFactory.ActiveMQ6EndpointBuilderModifier and TypeMethodDescriptionActiveMQ 6.x (camel-activemq6) Send messages to (or consume from) Apache ActiveMQ 6.x.ActiveMQ 6.x (camel-activemq6) Send messages to (or consume from) Apache ActiveMQ 6.x.ActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointBuilder.basic()Sets the JMS client ID to use.ActiveMQ6EndpointBuilderFactory.ActiveMQ6EndpointBuilder.connectionFactory(jakarta.jms.ConnectionFactory connectionFactory) The connection factory to be use.ActiveMQ6EndpointBuilderFactory.ActiveMQ6EndpointBuilder.connectionFactory(String connectionFactory) The connection factory to be use.ActiveMQ6EndpointBuilderFactory.ActiveMQ6EndpointBuilder.disableReplyTo(boolean disableReplyTo) Specifies whether Camel ignores the JMSReplyTo header in messages.ActiveMQ6EndpointBuilderFactory.ActiveMQ6EndpointBuilder.disableReplyTo(String disableReplyTo) Specifies whether Camel ignores the JMSReplyTo header in messages.ActiveMQ6EndpointBuilderFactory.ActiveMQ6EndpointBuilder.durableSubscriptionName(String durableSubscriptionName) The durable subscriber name for specifying durable topic subscriptions.ActiveMQ6EndpointBuilderFactory.endpointBuilder(String componentName, String path) ActiveMQ6EndpointBuilderFactory.ActiveMQ6EndpointBuilder.jmsMessageType(String jmsMessageType) Allows you to force the use of a specific jakarta.jms.Message implementation for sending JMS messages.ActiveMQ6EndpointBuilderFactory.ActiveMQ6EndpointBuilder.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).ActiveMQ6EndpointBuilderFactory.ActiveMQ6EndpointBuilder.testConnectionOnStartup(boolean testConnectionOnStartup) Specifies whether to test the connection on startup.ActiveMQ6EndpointBuilderFactory.ActiveMQ6EndpointBuilder.testConnectionOnStartup(String testConnectionOnStartup) Specifies whether to test the connection on startup.ActiveMQ6EndpointBuilderFactory.ActiveMQ6EndpointBuilder.transacted(boolean transacted) Specifies whether to use transacted mode.ActiveMQ6EndpointBuilderFactory.ActiveMQ6EndpointBuilder.transacted(String transacted) Specifies whether to use transacted mode.ActiveMQ6EndpointBuilderFactory.ActiveMQ6EndpointBuilder.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.ActiveMQ6EndpointBuilderFactory.ActiveMQ6EndpointBuilder.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.