I addressed this same question over on Stack Overflow [1].
Justin [1] https://stackoverflow.com/questions/75409341/create-an-activemq-artemis-server-and-send-a-message-on-queue-through-it-inside On Fri, Feb 10, 2023 at 8:37 AM Andrea Paga <pagar...@hotmail.it> wrote: > 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? >