Uses of Enum Class
org.apache.camel.component.jms.ReplyToType
Packages that use ReplyToType
-
Uses of ReplyToType in org.apache.camel.component.jms
Methods in org.apache.camel.component.jms that return ReplyToTypeModifier and TypeMethodDescriptionJmsComponent.getReplyToType()JmsConfiguration.getReplyToType()static ReplyToTypeReturns the enum constant of this class with the specified name.static ReplyToType[]ReplyToType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.camel.component.jms with parameters of type ReplyToTypeModifier and TypeMethodDescriptionvoidJmsComponent.setReplyToType(ReplyToType replyToType) voidJmsConfiguration.setReplyToType(ReplyToType replyToType) Allows for explicitly specifying which kind of strategy to use for replyTo queues when doing request/reply over JMS.