简体   繁体   English

什么事件经纪人可以用来安慰?

[英]What event broker can be used for solace?

Hello Tech Geeks around the world,世界各地的 Tech Geeks,您好,

I'm newbie to solace and have previously worked on MQTT system with broker known as HiveMQ which is an windows-based installer.我是安慰的新手,之前曾使用称为 HiveMQ 的代理在 MQTT 系统上工作,HiveMQ 是一个基于 Windows 的安装程序。

I'm looking for a solace event broker which i can use on my local ie, my laptop to send test messages to the.NET core microservice that i have developed.我正在寻找一个安慰事件代理,我可以在我的本地(即我的笔记本电脑)上使用它来将测试消息发送到我开发的 .NET 核心微服务。

I did some research on its related broker and only option i can see is of Solace PubSub event broker.我对其相关代理做了一些研究,我能看到的唯一选择是 Solace PubSub 事件代理。 But I'm unable to find the windows installer for the same.但是我找不到相同的 windows 安装程序。

Any pointers or help is welcomed.欢迎任何指点或帮助。

I'm quite sure Solace PubSub is meant to be run as a container, not with a traditional installer, so you'll need a container management software such as Docker or Podman installed.我很确定 Solace PubSub 是作为容器运行的,而不是使用传统的安装程序,因此您需要安装一个容器管理软件,例如 Docker 或 Podman。

The solace website recommends using Docker and has a quick tutorial for all the operating systems at shorturl.at/DPV04 which will guide you through the instructions.安慰网站建议使用 Docker,并在 shorturl.at/DPV04 上提供了所有操作系统的快速教程,它将指导您完成说明。 Hope this helps.希望这可以帮助。

Solace's PubSub+ portal is available both as a cloud offering and as a software deployable on your local machine. Solace 的 PubSub+ 门户既可以作为云产品提供,也可以作为可部署在本地计算机上的软件提供。

We have detailed codelabs available at https://codelabs.solace.dev/ which you can refer to learn about various functionalities and how to use them.我们在https://codelabs.solace.dev/提供了详细的代码实验室,您可以参考它来了解各种功能以及如何使用它们。 There is the Solace Primer codelab at https://codelabs.solace.dev/codelabs/get-started-basics/index.html?index=..%2F..index#0 which walks thru on using the cloud or software version of the broker.https://codelabs.solace.dev/codelabs/get-started-basics/index.html?index=..%2F..index#0有 Solace Primer 代码实验室,它介绍了使用云或软件版本经纪人的。

You can learn more about Solace PubSub+ platform and capabilities from our documentation available over at: https://docs.solace.com/Get-Started/Solace-PubSub-Platform.htm您可以从我们的文档中了解更多关于 Solace PubSub+ 平台和功能的信息: https://docs.solace.com/Get-Started/Solace-PubSub-Platform.htm

The .NET API documentation is available over here: https://docs.solace.com/API-Developer-Online-Ref-Documentation.net/html/98265723-512a-4f99-96e9-ea0d592bcb99.htm for your reference. .NET API 文档可在此处获得: https://docs.solace.com/API-Developer-Online-Ref-Documentation.net/html/98265723-512a-4f99-96e9-ea0d592bcb99.htm供您参考。

Please reach out to us in case you have any more queries about Solace and its platform and I will be happy to help you.如果您对 Solace 及其平台有任何疑问,请联系我们,我们很乐意为您提供帮助。

Happy holidays and a wonderful new year ahead.节日快乐,新年快乐。

Regards,问候,

Hari哈里

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

相关问题 如何使用 MassTransit 从 RabbitMQ 代理接收集成事件? - How to receive integration event from RabbitMQ broker using MassTransit? 什么是buildOptions和preserveCompilationContext用于? - What are buildOptions and preserveCompilationContext used for? 通过控制台在远程服务器上测试 Kafka 代理/主题的最佳简便方法是什么? - What is the best easy way to test Kafka broker/topics on the remote server by console? Webhook 在 Health Checks UI 中的用途是什么? - What are webhooks used for in the Health Checks UI? .Net Core中使用的ServiceCollectionExtensions类是什么? - What is the ServiceCollectionExtensions class used for in .Net Core? WebOptimizer 可以与单文件应用程序一起使用吗 - Can WebOptimizer be used with Single-File Application 可以将Response.OnStarting与异步等待一起使用吗? - Can Response.OnStarting be used with async await? 创建可用作链接查询的随机字符串 - Create random string that can be used as query in a link PasswordHasher 方法的用户参数是什么? - What's the user parameter to PasswordHasher's methods used for? 在project.json中使用“bin”包装多个DLL的语法是什么 - What is the syntax used to wrap multiple DLLs with “bin” in project.json
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM