Packages

p

io.gatling.jms

action

package action

Type Members

  1. abstract class JmsAction extends RequestAction with JmsLogging with NameGen
  2. trait JmsLogging extends StrictLogging
  3. 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.

  4. case class RequestReplyBuilder(attributes: JmsAttributes, replyDestination: JmsDestination, setJmsReplyTo: Boolean, trackerDestination: Option[JmsDestination], configuration: GatlingConfiguration) extends ActionBuilder with Product with Serializable
  5. 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.

  6. case class SendBuilder(attributes: JmsAttributes, configuration: GatlingConfiguration) extends ActionBuilder with Product with Serializable

Ungrouped