简体   繁体   中英

Is there some way to run solace queue locally like with ActiveMQ?

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?

You could run a Solace broker in Docker locally on your machine to run your tests against. Have a look at the docs here to help you get started: https://docs.solace.com/Solace-SW-Broker-Set-Up/Docker-Containers/Set-Up-Docker-Container-Image.htm

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM