I have integrated ActiveMQ with my Spring-Boot application and it's working fine. But When I'm trying to create Integration test for my @JmsListener with Embedded ActiveMQ it's only looking for external ActiveMQ not internal.
So my Case always failed. Is there anyway to override default application.yml with application-test.yml so my Receiver call which have @JmsListner look for embedded-broker url not external one (which I have declared in application.yml)