Virag Kothari created OOZIE-1235:
------------------------------------

             Summary: 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

Reply via email to