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

Feature/updates and fixes #5

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from
Open

Conversation

darrylms
Copy link

@darrylms darrylms commented Oct 5, 2015

NOT YET READY TO MERGE.

  • Add vhost support
  • Lower RabbitMQ lib to match the version used on the project
  • Slight update to codebase to allow for changes in RabbitMQ lib versions
  • Use a more recent Solr lib

@@ -56,13 +56,13 @@ protected void applySettings(NamedList workerSettings) {
String password = (String)authentication.get("password");
applyAuthentication(username, password);
}
String vHost = (String)workerSettings.get("virtualHost");
//String vHost = (String)workerSettings.get("virtualHost");
String vHost = "rabbit_data_vagrant_vhost";
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should not be here.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants