Packages

p

io.gatling.jms

protocol

package protocol

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. final class JmsComponents extends ProtocolComponents
  2. trait JmsMessageMatcher extends AnyRef

    define trait for message matching logic with separate request/response to see how it can be used check JmsDefaultMessageMatcher

  3. final case class JmsProtocol(connectionFactory: ConnectionFactory, credentials: Option[Credentials], deliveryMode: Int, replyTimeout: Option[FiniteDuration], listenerThreadCount: Int, messageMatcher: JmsMessageMatcher) extends Protocol with Product with Serializable
  4. final case class JmsProtocolBuilder(connectionFactory: ConnectionFactory, creds: Option[Credentials], deliveryMode: Int, messageMatcher: JmsMessageMatcher, listenerThreadCount: Int, replyTimeout: Option[FiniteDuration]) extends Product with Serializable

Value Members

  1. object CorrelationIdMessageMatcher extends JmsMessageMatcher
  2. object JmsProtocol extends Serializable
  3. case object JmsProtocolBuilderBase extends Product with Serializable

    JmsProtocolBuilder allows building of the JMS protocol

    JmsProtocolBuilder allows building of the JMS protocol

    This allows multiple scenarios or jms methods to refer to a single protocol configuration.

    See your JMS provider documentation for information on the values to set here.

  4. object MessageIdMessageMatcher extends JmsMessageMatcher

Ungrouped