Package

io.gatling.jms

action

Permalink

package action

Visibility
  1. Public
  2. All

Type Members

  1. trait JmsAction[T <: JmsClient] extends AnyRef

    Permalink
  2. class JmsReqReplyActor extends ValidatedActionActor with JmsAction[JmsReqReplyClient]

    Permalink
  3. case class JmsReqReplyBuilder(attributes: JmsAttributes, replyDestination: JmsDestination, configuration: GatlingConfiguration) extends ActionBuilder with Product with Serializable

    Permalink
  4. class JmsRequestSend extends ExitableAction with JmsAction[JmsSendClient] with NameGen

    Permalink

    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

    Permalink
  6. class JmsRequestTrackerActor extends BaseActor

    Permalink

    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

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

    Permalink

    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

    Permalink

    Advise actor a message was sent to JMS provider

Value Members

  1. object BlockingReceiveReturnedNull extends Product with Serializable

    Permalink

    Advise actor that the blocking receive failed

  2. object JmsReqReply extends NameGen

    Permalink

    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

    Permalink
  4. object JmsRequestTrackerActor

    Permalink

Ungrouped