Uses of Interface
org.apache.camel.builder.endpoint.dsl.Sjms2EndpointBuilderFactory.Sjms2EndpointConsumerBuilder
Packages that use Sjms2EndpointBuilderFactory.Sjms2EndpointConsumerBuilder
-
Uses of Sjms2EndpointBuilderFactory.Sjms2EndpointConsumerBuilder in org.apache.camel.builder.endpoint.dsl
Subinterfaces of Sjms2EndpointBuilderFactory.Sjms2EndpointConsumerBuilder in org.apache.camel.builder.endpoint.dslModifier and TypeInterfaceDescriptionstatic interfaceBuilder for endpoint for the Simple JMS2 component.Methods in org.apache.camel.builder.endpoint.dsl that return Sjms2EndpointBuilderFactory.Sjms2EndpointConsumerBuilderModifier and TypeMethodDescriptionSjms2EndpointBuilderFactory.Sjms2EndpointConsumerBuilder.acknowledgementMode(String acknowledgementMode) The JMS acknowledgement name, which is one of: SESSION_TRANSACTED, CLIENT_ACKNOWLEDGE, AUTO_ACKNOWLEDGE, DUPS_OK_ACKNOWLEDGE.Sjms2EndpointBuilderFactory.Sjms2EndpointConsumerBuilder.acknowledgementMode(org.apache.camel.component.sjms.jms.SessionAcknowledgementType acknowledgementMode) The JMS acknowledgement name, which is one of: SESSION_TRANSACTED, CLIENT_ACKNOWLEDGE, AUTO_ACKNOWLEDGE, DUPS_OK_ACKNOWLEDGE.Sjms2EndpointBuilderFactory.Sjms2EndpointConsumerBuilder.asyncConsumer(boolean asyncConsumer) Whether the JmsConsumer processes the Exchange asynchronously.Sjms2EndpointBuilderFactory.Sjms2EndpointConsumerBuilder.asyncConsumer(String asyncConsumer) Whether the JmsConsumer processes the Exchange asynchronously.Sjms2EndpointBuilderFactory.Sjms2EndpointConsumerBuilder.autoStartup(boolean autoStartup) Specifies whether the consumer container should auto-startup.Sjms2EndpointBuilderFactory.Sjms2EndpointConsumerBuilder.autoStartup(String autoStartup) Specifies whether the consumer container should auto-startup.Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointConsumerBuilder.basic()Sets the JMS client ID to use.Sjms2EndpointBuilderFactory.Sjms2EndpointConsumerBuilder.concurrentConsumers(int concurrentConsumers) Specifies the default number of concurrent consumers when consuming from JMS (not for request/reply over JMS).Sjms2EndpointBuilderFactory.Sjms2EndpointConsumerBuilder.concurrentConsumers(String concurrentConsumers) Specifies the default number of concurrent consumers when consuming from JMS (not for request/reply over JMS).Sjms2EndpointBuilderFactory.Sjms2EndpointConsumerBuilder.connectionFactory(jakarta.jms.ConnectionFactory connectionFactory) The connection factory to be use.Sjms2EndpointBuilderFactory.Sjms2EndpointConsumerBuilder.connectionFactory(String connectionFactory) The connection factory to be use.Sjms2EndpointBuilderFactory.Sjms2EndpointConsumerBuilder.disableReplyTo(boolean disableReplyTo) Specifies whether Camel ignores the JMSReplyTo header in messages.Sjms2EndpointBuilderFactory.Sjms2EndpointConsumerBuilder.disableReplyTo(String disableReplyTo) Specifies whether Camel ignores the JMSReplyTo header in messages.Sjms2EndpointBuilderFactory.Sjms2EndpointConsumerBuilder.durable(boolean durable) Sets the topic to be durable.Sets the topic to be durable.Sjms2EndpointBuilderFactory.Sjms2EndpointConsumerBuilder.durableSubscriptionName(String durableSubscriptionName) The durable subscriber name for specifying durable topic subscriptions.Provides an explicit ReplyTo destination (overrides any incoming value of Message.getJMSReplyTo() in consumer).Sjms2EndpointBuilderFactory.Sjms2EndpointConsumerBuilder.replyToDeliveryPersistent(boolean replyToDeliveryPersistent) Specifies whether to use persistent delivery by default for replies.Sjms2EndpointBuilderFactory.Sjms2EndpointConsumerBuilder.replyToDeliveryPersistent(String replyToDeliveryPersistent) Specifies whether to use persistent delivery by default for replies.Sjms2EndpointBuilderFactory.Sjms2EndpointConsumerBuilder.shared(boolean shared) Sets the topic to be shared.Sets the topic to be shared.Sjms2EndpointBuilderFactory.Sjms2EndpointConsumerBuilder.subscriptionId(String subscriptionId) Sets the topic subscription id, required for durable or shared topics.Sjms2EndpointBuilderFactory.Sjms2EndpointConsumerBuilder.testConnectionOnStartup(boolean testConnectionOnStartup) Specifies whether to test the connection on startup.Sjms2EndpointBuilderFactory.Sjms2EndpointConsumerBuilder.testConnectionOnStartup(String testConnectionOnStartup) Specifies whether to test the connection on startup.Sjms2EndpointBuilderFactory.Sjms2EndpointConsumerBuilder.transacted(boolean transacted) Specifies whether to use transacted mode.Sjms2EndpointBuilderFactory.Sjms2EndpointConsumerBuilder.transacted(String transacted) Specifies whether to use transacted mode.