bloomberg / blazingmq

A modern high-performance open source message queuing system
https://bloomberg.github.io/blazingmq/
Apache License 2.0
2.57k stars 139 forks source link

Does this mq supports Windows? #314

Open portsip opened 5 months ago

portsip commented 5 months ago

Is there an existing proposal for this?

Is your feature request related to a problem?

No, note related to the problem.

Describe the solution you'd like

Hi, we would like to use this message queue in our system, my question is: does it support the Windows platform?

Thanks

Alternatives you considered

No response

678098 commented 5 months ago

Hi @portsip, are you interested in setting up the broker/cluster itself on Windows or writing a Windows client?

If you need the broker work in Windows:

If you need a Windows client:

portsip commented 4 months ago

Thanks, do you have any plan to support running the broker/cluster on a Windows(no user docker.) Our product currently uses NATS, but we would like to switch to Blazing, since our product is cross-platform, we need to support Windows.

678098 commented 4 months ago

Supporting BlazingMQ on Windows was not a priority for us, so we didn't put effort into this. We tried to build it on Windows as an experiment a few days ago, but encountered some problems with our dependencies. We'll try to bump dependencies versions in vcpkg registry, and it might help to build on Windows at least. Still, even if the build is ok, extensive testing is required.