[
https://issues.apache.org/jira/browse/AMBARI-20630?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16367021#comment-16367021
]
Hudson commented on AMBARI-20630:
---------------------------------
FAILURE: Integrated in Jenkins build Ambari-trunk-Commit #8744 (See
[https://builds.apache.org/job/Ambari-trunk-Commit/8744/])
AMBARI-20630. Integrate stomp client library into agent code (aonishuk)
(aonishuk:
[https://gitbox.apache.org/repos/asf?p=ambari.git&a=commit&h=72b784249cc30da875393a411b9a78242256298c])
* (add) ambari-common/src/main/python/ambari_stomp/backwardsock25.py
* (add) ambari-common/src/main/python/ambari_stomp/colors.py
* (edit) ambari-agent/src/packages/tarball/all.xml
* (edit) ambari-agent/conf/unix/install-helper.sh
* (add) ambari-common/src/main/python/ambari_stomp/adapter/multicast.py
* (edit) pom.xml
* (add) ambari-common/src/main/python/ambari_stomp/__init__.py
* (add) ambari-common/src/main/python/ambari_stomp/backward3.py
* (add) ambari-common/src/main/python/ambari_stomp/backwardsock26.py
* (add) ambari-common/src/main/python/ambari_stomp/transport.py
* (add) ambari-common/src/main/python/ambari_stomp/constants.py
* (add) ambari-common/src/main/python/ambari_stomp/backward.py
* (add) ambari-common/src/main/python/ambari_stomp/__main__.py
* (add) ambari-common/src/main/python/ambari_stomp/exception.py
* (edit) ambari-agent/pom.xml
* (add) ambari-common/src/main/python/ambari_stomp/backward2.py
* (add) ambari-common/src/main/python/ambari_stomp/listener.py
* (add) ambari-common/src/main/python/ambari_stomp/protocol.py
* (add) ambari-common/src/main/python/ambari_stomp/utils.py
* (add) ambari-common/src/main/python/ambari_stomp/connect.py
* (add) ambari-common/src/main/python/ambari_stomp/backwardsock.py
* (add) ambari-common/src/main/python/ambari_stomp/adapter/__init__.py
> Integrate stomp client library into agent code
> ----------------------------------------------
>
> Key: AMBARI-20630
> URL: https://issues.apache.org/jira/browse/AMBARI-20630
> Project: Ambari
> Issue Type: Bug
> Reporter: Andrew Onischuk
> Assignee: Andrew Onischuk
> Priority: Major
> Fix For: 3.0.0
>
> Attachments: AMBARI-20630.patch
>
>
> 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
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)