Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Assign RabbitMQ broker IP address by user #185

Closed
marktwtn opened this issue Aug 27, 2019 · 0 comments
Closed

Assign RabbitMQ broker IP address by user #185

marktwtn opened this issue Aug 27, 2019 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@marktwtn
Copy link
Collaborator

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 broker IP address with command line arguments like --broker 192.168.XX.XX.
@marktwtn marktwtn self-assigned this Aug 27, 2019
@marktwtn marktwtn added the enhancement New feature or request label Aug 27, 2019
marktwtn added a commit to marktwtn/dcurl that referenced this issue Aug 28, 2019
Add command line argument parsing in remote worker
for allowing user to assign the IP address of the RabbitMQ broker.

Close DLTcollab#185.
@jserv jserv closed this as completed in da9b541 Aug 29, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant