Spring Cloud Data Flow Remote RabbitMQ Server Config

578 Views Asked by At

I am new to SCDF and am trying to get started with a RabbitMQ transport layer and SCDF version 1.2.2. I have setup RabbitMQ in a separate VM and have the SCDF local server and SCDF shell jar in one VM. 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.

For reasons outside my control I need to use the MQ setup in a different machine. Please advise.

1

There are 1 best solutions below

8
On

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.

You would need to configure the properties mentioned here

You can find more information here on how to specify these properties at SCDF.