You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@oozie.apache.org by "Robert Kanter (JIRA)" <ji...@apache.org> on 2014/03/28 22:03:19 UTC

[jira] [Created] (OOZIE-1765) JMS Notifications for Workflows not always on the correct topic

Robert Kanter created OOZIE-1765:
------------------------------------

             Summary: JMS Notifications for Workflows not always on the correct topic
                 Key: OOZIE-1765
                 URL: https://issues.apache.org/jira/browse/OOZIE-1765
             Project: Oozie
          Issue Type: Bug
          Components: core
    Affects Versions: 4.0.0, trunk
            Reporter: Robert Kanter
            Assignee: Robert Kanter


If you configure your JMS topics as follows
{code:xml}
<property>
    <name>oozie.service.JMSTopicService.topic.name</name>
    <value>
       default=${username},
       WORKFLOW=flows
    </value>
  </property>
{code}
you would expect all WORKFLOW_JOB and WORKFLOW_ACTION messages to be on the "flow" topic and everything else on the "$\{username}" topic.  
However, that is not the case: everything ends up on the "$\{username}" topic.




--
This message was sent by Atlassian JIRA
(v6.2#6252)