Hi everyone, I am trying to use the recently released module artemis-junit-5 to send messages to queues. I have a Spring boot application and so I want to use JMS to make it simpler. I guess I should use in test the EmbeddedJMSExtension but, even though it is in the documentation, it is not present in the module.
Could you please help me?