-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/58070/
-----------------------------------------------------------
Review request for Ambari, Myroslav Papirkovskyy and Sid Wagle.
Bugs: AMBARI-20630
https://issues.apache.org/jira/browse/AMBARI-20630
Repository: ambari
Description
-------
It was decided to use stomp 4.1.17 (lastest version)
Some points about the library:
* It has apache license
* It supports basic functionality we need. Events
subscription/unsubscription, acks/nacks, transactions, sending events to server
and has a very simple neat API. Here are the docs on it
<http://jasonrbriggs.github.io/stomp.py/api.html>
* It does not require any non-default python libraries
* I have already tested it with a simple stomp server I have setup.
* Supports both Python2.x and Python3.x
Diffs
-----
ambari-agent/conf/unix/install-helper.sh 0e32d0a
ambari-agent/pom.xml fb08ce2
ambari-agent/src/packages/tarball/all.xml 363941a
ambari-common/src/main/python/ambari_stomp/__init__.py PRE-CREATION
ambari-common/src/main/python/ambari_stomp/__main__.py PRE-CREATION
ambari-common/src/main/python/ambari_stomp/adapter/__init__.py PRE-CREATION
ambari-common/src/main/python/ambari_stomp/adapter/multicast.py PRE-CREATION
ambari-common/src/main/python/ambari_stomp/backward.py PRE-CREATION
ambari-common/src/main/python/ambari_stomp/backward2.py PRE-CREATION
ambari-common/src/main/python/ambari_stomp/backward3.py PRE-CREATION
ambari-common/src/main/python/ambari_stomp/backwardsock.py PRE-CREATION
ambari-common/src/main/python/ambari_stomp/backwardsock25.py PRE-CREATION
ambari-common/src/main/python/ambari_stomp/backwardsock26.py PRE-CREATION
ambari-common/src/main/python/ambari_stomp/colors.py PRE-CREATION
ambari-common/src/main/python/ambari_stomp/connect.py PRE-CREATION
ambari-common/src/main/python/ambari_stomp/constants.py PRE-CREATION
ambari-common/src/main/python/ambari_stomp/exception.py PRE-CREATION
ambari-common/src/main/python/ambari_stomp/listener.py PRE-CREATION
ambari-common/src/main/python/ambari_stomp/protocol.py PRE-CREATION
ambari-common/src/main/python/ambari_stomp/transport.py PRE-CREATION
ambari-common/src/main/python/ambari_stomp/utils.py PRE-CREATION
Diff: https://reviews.apache.org/r/58070/diff/1/
Testing
-------
mvn clean test
Thanks,
Andrew Onischuk