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 Summary
Constructors Constructor Description Sjms2HeaderNameBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringjMSCorrelationID()The correlation ID.StringjMSDestinationName()DestinationName is a JMS queue or topic name.StringjMSReplyTo()Provides an explicit ReplyTo destination (overrides any incoming value of Message.getJMSReplyTo() in consumer).StringjmsRequestTimeout()The timeout for waiting for a reply when using the InOut Exchange Pattern (in milliseconds).
-
-
-
Method Detail
-
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:Stringtype. 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:longtype. Group: producer- Returns:
- the name of the header
JmsRequestTimeout.
-
jMSCorrelationID
public String jMSCorrelationID()
The correlation ID. The option is a:Stringtype. 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:Stringtype. Group: producer- Returns:
- the name of the header
JMSReplyTo.
-
-