Joey Frazee created NIFI-7599:
---------------------------------
Summary: JMSConsumer sets no-local for all TOPIC destinations
Key: NIFI-7599
URL: https://issues.apache.org/jira/browse/NIFI-7599
Project: Apache NiFi
Issue Type: Improvement
Components: Extensions
Affects Versions: 1.11.4
Reporter: Joey Frazee
Assignee: Joey Frazee
[createConsumer()|https://github.com/apache/nifi/blob/239a2e884c8a5c8215cf41c55122472e11dc419a/nifi-nar-bundles/nifi-jms-bundle/nifi-jms-processors/src/main/java/org/apache/nifi/jms/processors/JMSConsumer.java#L58-L83]
in JMSConsumer sets no-local based on whether the destination is TOPIC
(pubSubDomain) or not. Setting no-local isn't supported by all brokers, nor
does every TOPIC need to ignore local messages.
This should be broken out into its own property or available via a dynamic
property.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)