简体   繁体   English

有没有办法像 ActiveMQ 一样在本地运行 solace queue?

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

Is there some way to run Solace queue locally like with ActiveMQ?有没有办法像 ActiveMQ 一样在本地运行 Solace 队列?

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.我在 Spring 集成上有一个使用 MQ 消息的微服务,因此为了在本地测试它,我运行 activemq-all.jar,启动我的微服务并使用 Hermes JMS 将消息推送到本地主机队列。

So the question: is there some way I can do same thing with Solace queues and topics?所以问题是:有什么方法可以对 Solace 队列和主题做同样的事情吗?

You could run a Solace broker in Docker locally on your machine to run your tests against.您可以在本地机器上的 Docker 中运行 Solace 代理来运行您的测试。 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查看此处的文档以帮助您入门: https : //docs.solace.com/Solace-SW-Broker-Set-Up/Docker-Containers/Set-Up-Docker-Container-Image.htm

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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