Uses of Interface
org.apache.camel.builder.endpoint.dsl.Sjms2EndpointBuilderFactory.Sjms2EndpointProducerBuilder
Packages that use Sjms2EndpointBuilderFactory.Sjms2EndpointProducerBuilder
-
Uses of Sjms2EndpointBuilderFactory.Sjms2EndpointProducerBuilder in org.apache.camel.builder.endpoint.dsl
Subinterfaces of Sjms2EndpointBuilderFactory.Sjms2EndpointProducerBuilder 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.Sjms2EndpointProducerBuilderModifier and TypeMethodDescriptionSjms2EndpointBuilderFactory.Sjms2EndpointProducerBuilder.acknowledgementMode(String acknowledgementMode) The JMS acknowledgement name, which is one of: SESSION_TRANSACTED, CLIENT_ACKNOWLEDGE, AUTO_ACKNOWLEDGE, DUPS_OK_ACKNOWLEDGE.Sjms2EndpointBuilderFactory.Sjms2EndpointProducerBuilder.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.AdvancedSjms2EndpointProducerBuilder.basic()Sjms2EndpointBuilderFactory.Sjms2EndpointProducerBuilder.connectionFactory(jakarta.jms.ConnectionFactory connectionFactory) The connection factory to be use.Sjms2EndpointBuilderFactory.Sjms2EndpointProducerBuilder.connectionFactory(String connectionFactory) The connection factory to be use.Sjms2EndpointBuilderFactory.Sjms2EndpointProducerBuilder.deliveryMode(Integer deliveryMode) Specifies the delivery mode to be used.Sjms2EndpointBuilderFactory.Sjms2EndpointProducerBuilder.deliveryMode(String deliveryMode) Specifies the delivery mode to be used.Sjms2EndpointBuilderFactory.Sjms2EndpointProducerBuilder.deliveryPersistent(boolean deliveryPersistent) Specifies whether persistent delivery is used by default.Sjms2EndpointBuilderFactory.Sjms2EndpointProducerBuilder.deliveryPersistent(String deliveryPersistent) Specifies whether persistent delivery is used by default.Sjms2EndpointBuilderFactory.Sjms2EndpointProducerBuilder.disableReplyTo(boolean disableReplyTo) Specifies whether Camel ignores the JMSReplyTo header in messages.Sjms2EndpointBuilderFactory.Sjms2EndpointProducerBuilder.disableReplyTo(String disableReplyTo) Specifies whether Camel ignores the JMSReplyTo header in messages.Sjms2EndpointBuilderFactory.Sjms2EndpointProducerBuilder.priority(int priority) Values greater than 1 specify the message priority when sending (where 1 is the lowest priority and 9 is the highest).Values greater than 1 specify the message priority when sending (where 1 is the lowest priority and 9 is the highest).Provides an explicit ReplyTo destination (overrides any incoming value of Message.getJMSReplyTo() in consumer).Sjms2EndpointBuilderFactory.Sjms2EndpointProducerBuilder.replyToConcurrentConsumers(int replyToConcurrentConsumers) Specifies the default number of concurrent consumers when doing request/reply over JMS.Sjms2EndpointBuilderFactory.Sjms2EndpointProducerBuilder.replyToConcurrentConsumers(String replyToConcurrentConsumers) Specifies the default number of concurrent consumers when doing request/reply over JMS.Sjms2EndpointBuilderFactory.Sjms2EndpointProducerBuilder.replyToOverride(String replyToOverride) Provides an explicit ReplyTo destination in the JMS message, which overrides the setting of replyTo.Sjms2EndpointBuilderFactory.Sjms2EndpointProducerBuilder.replyToType(String replyToType) Allows for explicitly specifying which kind of strategy to use for replyTo queues when doing request/reply over JMS.Sjms2EndpointBuilderFactory.Sjms2EndpointProducerBuilder.replyToType(org.apache.camel.component.sjms.ReplyToType replyToType) Allows for explicitly specifying which kind of strategy to use for replyTo queues when doing request/reply over JMS.Sjms2EndpointBuilderFactory.Sjms2EndpointProducerBuilder.requestTimeout(long requestTimeout) The timeout for waiting for a reply when using the InOut Exchange Pattern (in milliseconds).Sjms2EndpointBuilderFactory.Sjms2EndpointProducerBuilder.requestTimeout(String requestTimeout) The timeout for waiting for a reply when using the InOut Exchange Pattern (in milliseconds).Sjms2EndpointBuilderFactory.Sjms2EndpointProducerBuilder.testConnectionOnStartup(boolean testConnectionOnStartup) Specifies whether to test the connection on startup.Sjms2EndpointBuilderFactory.Sjms2EndpointProducerBuilder.testConnectionOnStartup(String testConnectionOnStartup) Specifies whether to test the connection on startup.Sjms2EndpointBuilderFactory.Sjms2EndpointProducerBuilder.timeToLive(long timeToLive) When sending messages, specifies the time-to-live of the message (in milliseconds).Sjms2EndpointBuilderFactory.Sjms2EndpointProducerBuilder.timeToLive(String timeToLive) When sending messages, specifies the time-to-live of the message (in milliseconds).Sjms2EndpointBuilderFactory.Sjms2EndpointProducerBuilder.transacted(boolean transacted) Specifies whether to use transacted mode.Sjms2EndpointBuilderFactory.Sjms2EndpointProducerBuilder.transacted(String transacted) Specifies whether to use transacted mode.