package action
Type Members
- class Around extends AnyRef
- abstract class JmsAction extends RequestAction with JmsLogging with NameGen
- abstract class JmsActionBuilder extends ActionBuilder
- 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.
- final case class RequestReplyBuilder(attributes: JmsAttributes, replyDestination: JmsDestination, setJmsReplyTo: Boolean, trackerDestination: Option[JmsDestination]) extends JmsActionBuilder 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.
- final class SendBuilder extends JmsActionBuilder