Core JMS Action to handle Send
Bookkeeping actor to correlate request and response JMS messages Once a message is correlated, it publishes to the Gatling core DataWriter
Advise actor a response message was received from JMS provider
Advise actor a message was sent to JMS provider
Advise actor that the blocking receive failed
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.
Core JMS Action to handle Send
This handles the core "send"ing of messages. Gatling calls the execute method to trigger a send.