You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@activemq.apache.org by Andrea Paga <pa...@hotmail.it> on 2023/02/10 10:24:51 UTC

Missing EmbeddedJMSExtension in artemis-junit-5

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?

Re: Missing EmbeddedJMSExtension in artemis-junit-5

Posted by Justin Bertram <jb...@apache.org>.
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 <pa...@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?
>