Class SjmsEndpointBuilderFactory.SjmsHeaderNameBuilder

java.lang.Object
org.apache.camel.builder.endpoint.dsl.SjmsEndpointBuilderFactory.SjmsHeaderNameBuilder
Enclosing interface:
SjmsEndpointBuilderFactory

public static class SjmsEndpointBuilderFactory.SjmsHeaderNameBuilder extends Object
The builder of headers' name for the Simple JMS component.
  • Constructor Details

    • SjmsHeaderNameBuilder

      public SjmsHeaderNameBuilder()
  • Method Details

    • jMSDestinationName

      public String jMSDestinationName()
      DestinationName is a JMS queue or topic name. By default, the destinationName is interpreted as a queue name. The option is a: String type. Group: producer
      Returns:
      the name of the header JMSDestinationName.
    • jmsRequestTimeout

      public String jmsRequestTimeout()
      The timeout for waiting for a reply when using the InOut Exchange Pattern (in milliseconds). The option is a: long type. Group: producer
      Returns:
      the name of the header JmsRequestTimeout.
    • jMSCorrelationID

      public String jMSCorrelationID()
      The correlation ID. The option is a: String type. Group: producer
      Returns:
      the name of the header JMSCorrelationID.
    • jMSReplyTo

      public String jMSReplyTo()
      Provides an explicit ReplyTo destination (overrides any incoming value of Message.getJMSReplyTo() in consumer). The option is a: String type. Group: producer
      Returns:
      the name of the header JMSReplyTo.