When the build option BUILD_REMOTE is enabled, the dcurl can be treated as two part.
The library for local machine and the executable for remote machine.
Both of them need to connect to the RabbitMQ broker.
However, the IP address of the RabbitMQ broker can not be assigned by the user.
It is written in the source code with the value localhost.
Goal:
Allow the remote worker executable to pass the RabbitMQ brokerIP address with command line arguments like --broker 192.168.XX.XX.
When the build option
BUILD_REMOTE
is enabled, thedcurl
can be treated as two part. The library for local machine and the executable for remote machine.Both of them need to connect to the RabbitMQ broker. However, the IP address of the RabbitMQ broker can not be assigned by the user. It is written in the source code with the value
localhost
.Goal:
--broker 192.168.XX.XX
.