Class Sjms2EndpointBuilderFactory.Sjms2HeaderNameBuilder

java.lang.Object
org.apache.camel.builder.endpoint.dsl.Sjms2EndpointBuilderFactory.Sjms2HeaderNameBuilder
Enclosing interface:
Sjms2EndpointBuilderFactory

public static class Sjms2EndpointBuilderFactory.Sjms2HeaderNameBuilder extends Object
The builder of headers' name for the Simple JMS2 component.
  • Constructor Details

    • Sjms2HeaderNameBuilder

      public Sjms2HeaderNameBuilder()
  • 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.