package action
Type Members
- abstract class JmsAction extends RequestAction with JmsLogging with NameGen
- trait JmsLogging extends StrictLogging
-
class
RequestReply extends JmsAction
Core JMS Action to handle Request-Reply semantics
Core JMS Action to handle Request-Reply semantics
This handles the core "send"ing of messages. Gatling calls the execute method to trigger a send. This implementation then forwards it on to a tracking actor.
- case class RequestReplyBuilder(attributes: JmsAttributes, replyDestination: JmsDestination, setJmsReplyTo: Boolean, trackerDestination: Option[JmsDestination], configuration: GatlingConfiguration) extends ActionBuilder with Product with Serializable
-
class
Send extends JmsAction
Core JMS Action to handle Send
Core JMS Action to handle Send
This handles the core "send"ing of messages. Gatling calls the execute method to trigger a send.
- case class SendBuilder(attributes: JmsAttributes, configuration: GatlingConfiguration) extends ActionBuilder with Product with Serializable