This repository has been archived by the owner on Jan 19, 2019. It is now read-only.
WIP - Not ready for commit to repository yet. #36
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Based on the work done in tomcat, this provides an activemq_install and activemq_service resource.
An example of using these two resources can be seen in the test/cookbooks/test directory of this cookbook. It will set up an activemq_docs instance.
The activemq_install resource installs an instance of the activemq binary direct from Apache's mirror site. It is configured in such a way that if you wanted to run multiple broker instances on a single system you could, provided you explicitly set the ports to not conflict.
There are a multitude of configuration options that are available for ActiveMQ. This is just an initial install. The activemq.xml.erb template can be overridden to allow for security and other options.
Integration tests have been converted to inspec. An additional check has been added to test that the queue is working using the activemq producer and activemq consumer commands.
The community engineering team welcomes contributions to community cookbooks. We centralize our documentation for contributing which walks through the process.
Will resolve:
Check List