You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@oozie.apache.org by "Virag Kothari (JIRA)" <ji...@apache.org> on 2013/03/02 01:21:13 UTC

[jira] [Commented] (OOZIE-1235) Client API for retrieving topic and jms connection related details

    [ https://issues.apache.org/jira/browse/OOZIE-1235?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13591140#comment-13591140 ] 

Virag Kothari commented on OOZIE-1235:
--------------------------------------

https://reviews.apache.org/r/9709/
                
> Client API for retrieving topic and jms connection related details
> ------------------------------------------------------------------
>
>                 Key: OOZIE-1235
>                 URL: https://issues.apache.org/jira/browse/OOZIE-1235
>             Project: Oozie
>          Issue Type: Sub-task
>            Reporter: Virag Kothari
>            Assignee: Virag Kothari
>
> The consumers interested in JMS notifications will require JNDI properties for connecting to the JMS broker. They will also require to know the topic on which the messages are sent.
> OozieClient can provide the following API
> {code}
> OozieJMSConnectionInfo getJMSConnectionInfo(String jobId)
> {code}
> OozieJMSConnectionInfo interface has two methods
> {code}
> Properties getJNDIProperties();
> String getTopicName();
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira