Is there some way to run Solace queue locally like with ActiveMQ?
Below is the explanation of what I mean:
I've a microservice on Spring integretion that is consuming MQ messages, so for testing it locally I run activemq-all.jar, start my microservice and push messages into localhost queue with Hermes JMS.
So the question: is there some way I can do same thing with Solace queues and topics?