Packages

p

io.gatling.jms

action

package action

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. trait JmsAction [T <: JmsClient] extends AnyRef
  2. class JmsReqReplyActor extends ValidatedActionActor with JmsAction[JmsReqReplyClient]
  3. case class JmsReqReplyBuilder (attributes: JmsAttributes, replyDestination: JmsDestination, configuration: GatlingConfiguration) extends ActionBuilder with Product with Serializable
  4. class JmsRequestSend extends ExitableAction with JmsAction[JmsSendClient] with NameGen

    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.

  5. case class JmsRequestSendBuilder (attributes: JmsAttributes, configuration: GatlingConfiguration) extends ActionBuilder with Product with Serializable
  6. class JmsRequestTrackerActor extends BaseActor

    Bookkeeping actor to correlate request and response JMS messages Once a message is correlated, it publishes to the Gatling core DataWriter

  7. case class MessageKey (replyDestinationName: String, matchId: String) extends Product with Serializable
  8. case class MessageReceived (replyDestinationName: String, matchId: String, received: Long, message: Message) extends Product with Serializable

    Advise actor a response message was received from JMS provider

  9. case class MessageSent (replyDestinationName: String, matchId: String, sent: Long, checks: List[JmsCheck], session: Session, next: Action, title: String) extends Product with Serializable

    Advise actor a message was sent to JMS provider

Value Members

  1. object BlockingReceiveReturnedNull extends Product with Serializable

    Advise actor that the blocking receive failed

  2. object JmsReqReply extends NameGen

    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.

  3. object JmsReqReplyActor
  4. object JmsRequestTrackerActor

Ungrouped