简体   繁体   English

Spring Cloud Data Flow远程RabbitMQ服务器配置

[英]Spring Cloud Data Flow Remote RabbitMQ Server Config

I am new to SCDF and am trying to get started with a RabbitMQ transport layer and SCDF version 1.2.2. 我是SCDF的新手,正在尝试使用RabbitMQ传输层和SCDF 1.2.2版入门。 I have setup RabbitMQ in a separate VM and have the SCDF local server and SCDF shell jar in one VM. 我已经在单独的VM中设置RabbitMQ,并且在一个VM中具有SCDF本地服务器和SCDF Shell jar。 Can someone suggest how I can specify the server details of my RabbitMQ (which is in a different host in the same network) for SCDF to use as a transport. 有人可以建议我如何指定SCDF用作传输的RabbitMQ(位于同一网络中的其他主机中)的服务器详细信息。

For reasons outside my control I need to use the MQ setup in a different machine. 由于无法控制的原因,我需要在另一台机器上使用MQ设置。 Please advise. 请指教。

SCDF doesn't require RabbitMQ and I think you are trying to use RabbitMQ as the binder for your Spring Cloud Stream applications that are orchestrated via SCDF. SCDF不需要RabbitMQ,我想您正在尝试使用RabbitMQ作为通过SCDF编排的Spring Cloud Stream应用程序的绑定器。

You would need to configure the properties mentioned here 您将需要配置此处提到的属性

You can find more information here on how to specify these properties at SCDF. 您可以在此处找到有关如何在SCDF中指定这些属性的更多信息。

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

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