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

add TLS support #48

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

Commits on Jun 7, 2018

  1. add TLS support

    This adds the ability to connect to TLS-protected queue brokers, via the 'protocol' option. Update affected unit tests, add functional test (verified against activemq v5.15.0). Also document how to run the functional tests
    brettmc committed Jun 7, 2018
    Configuration menu
    Copy the full SHA
    9833485 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2018

  1. remove tree package for travis build

    tree dependency is not found in trusty - two options to fix: 'apt update' before installing tree, or don't install it. I chose the latter because it does not look like it is being used
    brettmc committed Jun 8, 2018
    Configuration menu
    Copy the full SHA
    7fcd6f9 View commit details
    Browse the repository at this point in the history
  2. another blind fix for travis build failure

    I was able to somewhat replicate the activemq install issue with the ubuntu:trusty docker image, and an 'apt update' resolved it
    brettmc committed Jun 8, 2018
    Configuration menu
    Copy the full SHA
    562400c View commit details
    Browse the repository at this point in the history