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