Can I use different in-/output protocols for performance tests with Gatling?

The main difficulty is that in- and output channels do not use the same connection or protocol.

More specifically I am looking for all of the following scenarios:

  • in: HTTP request >> out: JMS queue
  • in: JMS queue >> out: SSE (Server Sent Events)

The basic test scenario would have the following steps:

  • first subscribe to JMS queue / SSE channel

  • only then send HTTP request / send JMS message
    Is gatling capable of implementing the above scenarios?

No

Thanks for your replay