Uses of Interface
org.apache.camel.builder.endpoint.dsl.SjmsEndpointBuilderFactory.SjmsEndpointConsumerBuilder
Packages that use SjmsEndpointBuilderFactory.SjmsEndpointConsumerBuilder
-
Uses of SjmsEndpointBuilderFactory.SjmsEndpointConsumerBuilder in org.apache.camel.builder.endpoint.dsl
Subinterfaces of SjmsEndpointBuilderFactory.SjmsEndpointConsumerBuilder in org.apache.camel.builder.endpoint.dslModifier and TypeInterfaceDescriptionstatic interfaceBuilder for endpoint for the Simple JMS component.Methods in org.apache.camel.builder.endpoint.dsl that return SjmsEndpointBuilderFactory.SjmsEndpointConsumerBuilderModifier and TypeMethodDescriptionSjmsEndpointBuilderFactory.SjmsEndpointConsumerBuilder.acknowledgementMode(String acknowledgementMode) The JMS acknowledgement name, which is one of: SESSION_TRANSACTED, CLIENT_ACKNOWLEDGE, AUTO_ACKNOWLEDGE, DUPS_OK_ACKNOWLEDGE.SjmsEndpointBuilderFactory.SjmsEndpointConsumerBuilder.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.SjmsEndpointBuilderFactory.SjmsEndpointConsumerBuilder.asyncConsumer(boolean asyncConsumer) Whether the JmsConsumer processes the Exchange asynchronously.SjmsEndpointBuilderFactory.SjmsEndpointConsumerBuilder.asyncConsumer(String asyncConsumer) Whether the JmsConsumer processes the Exchange asynchronously.SjmsEndpointBuilderFactory.SjmsEndpointConsumerBuilder.autoStartup(boolean autoStartup) Specifies whether the consumer container should auto-startup.SjmsEndpointBuilderFactory.SjmsEndpointConsumerBuilder.autoStartup(String autoStartup) Specifies whether the consumer container should auto-startup.SjmsEndpointBuilderFactory.AdvancedSjmsEndpointConsumerBuilder.basic()Sets the JMS client ID to use.SjmsEndpointBuilderFactory.SjmsEndpointConsumerBuilder.concurrentConsumers(int concurrentConsumers) Specifies the default number of concurrent consumers when consuming from JMS (not for request/reply over JMS).SjmsEndpointBuilderFactory.SjmsEndpointConsumerBuilder.concurrentConsumers(String concurrentConsumers) Specifies the default number of concurrent consumers when consuming from JMS (not for request/reply over JMS).SjmsEndpointBuilderFactory.SjmsEndpointConsumerBuilder.connectionFactory(jakarta.jms.ConnectionFactory connectionFactory) The connection factory to be use.SjmsEndpointBuilderFactory.SjmsEndpointConsumerBuilder.connectionFactory(String connectionFactory) The connection factory to be use.SjmsEndpointBuilderFactory.SjmsEndpointConsumerBuilder.disableReplyTo(boolean disableReplyTo) Specifies whether Camel ignores the JMSReplyTo header in messages.SjmsEndpointBuilderFactory.SjmsEndpointConsumerBuilder.disableReplyTo(String disableReplyTo) Specifies whether Camel ignores the JMSReplyTo header in messages.SjmsEndpointBuilderFactory.SjmsEndpointConsumerBuilder.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).SjmsEndpointBuilderFactory.SjmsEndpointConsumerBuilder.replyToDeliveryPersistent(boolean replyToDeliveryPersistent) Specifies whether to use persistent delivery by default for replies.SjmsEndpointBuilderFactory.SjmsEndpointConsumerBuilder.replyToDeliveryPersistent(String replyToDeliveryPersistent) Specifies whether to use persistent delivery by default for replies.SjmsEndpointBuilderFactory.SjmsEndpointConsumerBuilder.testConnectionOnStartup(boolean testConnectionOnStartup) Specifies whether to test the connection on startup.SjmsEndpointBuilderFactory.SjmsEndpointConsumerBuilder.testConnectionOnStartup(String testConnectionOnStartup) Specifies whether to test the connection on startup.SjmsEndpointBuilderFactory.SjmsEndpointConsumerBuilder.transacted(boolean transacted) Specifies whether to use transacted mode.SjmsEndpointBuilderFactory.SjmsEndpointConsumerBuilder.transacted(String transacted) Specifies whether to use transacted mode.