Give Gatling a Spring boot context

Also answered on StackOverflow where you also posted.

You can’t use @Autowired . You have to create an ApplicationContext programmatically and pull the JMSConnectionFactoryBeanClass from it.

1 Like