[
https://issues.apache.org/jira/browse/FALCON-485?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14046549#comment-14046549
]
Shaik Idris Ali commented on FALCON-485:
----------------------------------------
* JMSMessageProducer.FALCON_FILTER needs atleast these many params, which are
further used for instrumentation and retries/reruns. run-id etc are missing.
{code}
String clusterName = context.getClusterName();
String entityName = context.getEntityName();
String entityType = context.getEntityType();
String operation = context.getOperation().name();
String workflowId = context.getWorkflowId();
String workflowUser = context.getWorkflowUser();
String nominalTime = context.getNominalTimeAsISO8601();
String runId = String.valueOf(context.getWorkflowRunId());
{code}
> Simplify JMS Message Sender/Consumer and use Workflow Context
> -------------------------------------------------------------
>
> Key: FALCON-485
> URL: https://issues.apache.org/jira/browse/FALCON-485
> Project: Falcon
> Issue Type: Sub-task
> Components: messaging
> Affects Versions: 0.6
> Reporter: Venkatesh Seetharam
> Assignee: Venkatesh Seetharam
> Labels: refactoring
> Fix For: 0.6
>
> Attachments: FALCON-485.patch
>
>
--
This message was sent by Atlassian JIRA
(v6.2#6252)