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