[
https://issues.apache.org/jira/browse/OOZIE-1235?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Virag Kothari resolved OOZIE-1235.
----------------------------------
Resolution: Fixed
Fix Version/s: trunk
Committed to trunk. Combined patch attached on OOZIE-1234
> 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
> Fix For: trunk
>
>
> 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