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