Uses of Interface
org.apache.camel.builder.endpoint.dsl.SjmsEndpointBuilderFactory.SjmsEndpointBuilder
Packages that use SjmsEndpointBuilderFactory.SjmsEndpointBuilder
-
Uses of SjmsEndpointBuilderFactory.SjmsEndpointBuilder in org.apache.camel.builder.endpoint
Methods in org.apache.camel.builder.endpoint that return SjmsEndpointBuilderFactory.SjmsEndpointBuilderModifier and TypeMethodDescriptionSimple JMS (camel-sjms) Send and receive messages to/from a JMS Queue or Topic using plain JMS 1.x API.Simple JMS (camel-sjms) Send and receive messages to/from a JMS Queue or Topic using plain JMS 1.x API. -
Uses of SjmsEndpointBuilderFactory.SjmsEndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return SjmsEndpointBuilderFactory.SjmsEndpointBuilderModifier and TypeMethodDescriptionSjmsEndpointBuilderFactory.SjmsEndpointBuilder.acknowledgementMode(String acknowledgementMode) The JMS acknowledgement name, which is one of: SESSION_TRANSACTED, CLIENT_ACKNOWLEDGE, AUTO_ACKNOWLEDGE, DUPS_OK_ACKNOWLEDGE.SjmsEndpointBuilderFactory.SjmsEndpointBuilder.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.AdvancedSjmsEndpointBuilder.basic()SjmsEndpointBuilderFactory.SjmsEndpointBuilder.connectionFactory(jakarta.jms.ConnectionFactory connectionFactory) The connection factory to be use.SjmsEndpointBuilderFactory.SjmsEndpointBuilder.connectionFactory(String connectionFactory) The connection factory to be use.SjmsEndpointBuilderFactory.SjmsEndpointBuilder.disableReplyTo(boolean disableReplyTo) Specifies whether Camel ignores the JMSReplyTo header in messages.SjmsEndpointBuilderFactory.SjmsEndpointBuilder.disableReplyTo(String disableReplyTo) Specifies whether Camel ignores the JMSReplyTo header in messages.SjmsEndpointBuilderFactory.endpointBuilder(String componentName, String path) Provides an explicit ReplyTo destination (overrides any incoming value of Message.getJMSReplyTo() in consumer).Simple JMS (camel-sjms) Send and receive messages to/from a JMS Queue or Topic using plain JMS 1.x API.Simple JMS (camel-sjms) Send and receive messages to/from a JMS Queue or Topic using plain JMS 1.x API.SjmsEndpointBuilderFactory.SjmsEndpointBuilder.testConnectionOnStartup(boolean testConnectionOnStartup) Specifies whether to test the connection on startup.SjmsEndpointBuilderFactory.SjmsEndpointBuilder.testConnectionOnStartup(String testConnectionOnStartup) Specifies whether to test the connection on startup.SjmsEndpointBuilderFactory.SjmsEndpointBuilder.transacted(boolean transacted) Specifies whether to use transacted mode.SjmsEndpointBuilderFactory.SjmsEndpointBuilder.transacted(String transacted) Specifies whether to use transacted mode.