You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ambari.apache.org by "Andrew Onischuk (JIRA)" <ji...@apache.org> on 2017/03/30 12:25:41 UTC

[jira] [Updated] (AMBARI-20630) Integrate stomp client library into agent code

     [ https://issues.apache.org/jira/browse/AMBARI-20630?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrew Onischuk updated AMBARI-20630:
-------------------------------------
    Attachment: AMBARI-20630.patch

> 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
>             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
(v6.3.15#6346)