Uses of Interface
com.rabbitmq.jms.client.ReplyToStrategy
-
Packages that use ReplyToStrategy Package Description com.rabbitmq.jms.admin com.rabbitmq.jms.client -
-
Uses of ReplyToStrategy in com.rabbitmq.jms.admin
Methods in com.rabbitmq.jms.admin that return ReplyToStrategy Modifier and Type Method Description ReplyToStrategyRMQConnectionFactory. getReplyToStrategy()Gets ths reply to strategy to use when receiving messages with a reply-to specified.Methods in com.rabbitmq.jms.admin with parameters of type ReplyToStrategy Modifier and Type Method Description voidRMQConnectionFactory. setReplyToStrategy(ReplyToStrategy replyToStrategy)Sets the strategy to use when receiving messages with a reply-to specified. -
Uses of ReplyToStrategy in com.rabbitmq.jms.client
Classes in com.rabbitmq.jms.client that implement ReplyToStrategy Modifier and Type Class Description classDefaultReplyToStrategyDefault implementation of the reply-to strategy.classHandleAnyReplyToStrategyImplementation of the reply to strategy that deals with any reply-to value received and will use the default, i.e.Methods in com.rabbitmq.jms.client that return ReplyToStrategy Modifier and Type Method Description ReplyToStrategyConnectionParams. getReplyToStrategy()ReplyToStrategyRMQConnection. getReplyToStrategy()Gets the reply to strategy that should be followed if as reply to is found on a received message.ReplyToStrategyRMQSession. getReplyToStrategy()Gets the reply to strategy that should be followed if as reply to is found on a received message.ReplyToStrategySessionParams. getReplyToStrategy()Methods in com.rabbitmq.jms.client with parameters of type ReplyToStrategy Modifier and Type Method Description ConnectionParamsConnectionParams. setReplyToStrategy(ReplyToStrategy replyToStrategy)SessionParamsSessionParams. setReplyToStrategy(ReplyToStrategy replyToStrategy)
-