Pierre Villard created NIFI-7015:
------------------------------------
Summary: ConsumeJMS should handle any message type
Key: NIFI-7015
URL: https://issues.apache.org/jira/browse/NIFI-7015
Project: Apache NiFi
Issue Type: Improvement
Components: Extensions
Reporter: Pierre Villard
Assignee: Tamas Palfy
At the moment {{ConsumeJMS}} only handles {{TextMessage}} and {{ByteMessage}}.
Support for {{StreamMessage}}, {{ObjectMessage}} and {{MapMessage}} should be
added. Besides, there could be additional message types implementing the
interface like {{ActiveMQBlobMessage}}.
Supporting this would require extra work as this depends of the JMS providers.
A property {{ERROR_QUEUE}} should be added to re-route the messages into
another queue when there is no way to process the messages in the processor so
that unsupported and/or malformed messages are still acknowledged and moved
somewhere else without further blocking message processing.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)