简体   繁体   English

是否可以通过互联网公开托管RabbitMQ服务器?

[英]Is it possible to host a RabbitMQ Server publicly over the internet?

I need a Messaging system to be accessible to remote distributed clients over the Internet. 我需要通过Internet访问远程分布式客户端的消息系统。 It needs to be secure and encrypted (SSL?). 它需要安全和加密(SSL?)。 Does RabbitMQ support this natively or will I need to use a WCF Wrapper? RabbitMQ本机支持这种方式还是需要使用WCF Wrapper? Both the Server and the Clients are .Net on Windows. 服务器和客户端都是Windows上的.Net。

RabbitMQ works on TCP, so it is certainly possible to expose it over the internet. RabbitMQ适用于TCP,因此可以通过Internet公开它。 It also supports secure SSL connections . 它还支持安全的SSL连接

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

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