Home > Software engineering >  What event broker can be used for solace?
What event broker can be used for solace?

Time:12-27

Hello Tech Geeks around the world,

I'm newbie to solace and have previously worked on MQTT system with broker known as HiveMQ which is an windows-based installer.

I'm looking for a solace event broker which i can use on my local i.e., my laptop to send test messages to the.NET core microservice that i have developed.

I did some research on its related broker and only option i can see is of Solace PubSub event broker. But I'm unable to find the windows installer for the same.

Any pointers or help is welcomed.

CodePudding user response:

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.

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. Hope this helps.

CodePudding user response:

Solace's PubSub portal is available both as a cloud offering and as a software deployable on your local machine.

We have detailed codelabs available at https://codelabs.solace.dev/ which you can refer to learn about various functionalities and how to use them. There is the Solace Primer codelab at https://codelabs.solace.dev/codelabs/get-started-basics/index.html?index=../..index#0 which walks thru on using the cloud or software version of the broker.

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

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.

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.

Happy holidays and a wonderful new year ahead.

Regards,

Hari

  • Related