I have a ConsumeJMS processor feeding into a PutTCP processor. The JMS messages are binary messages. I have "Connection Per FlowFile" setting to true, and I am using that to determine when the message has been sent.
The "Outgoing Message Delimiter" is set to '\n', but I seem to be reading conflicting information on if this is used if the Connection Per FlowFile setting is true. The issue is that it seems the binary data I am receiving is not the same as the binary data I sent. My guess is that the binary data is getting encoded into the UTF-8 character set which is corrupting my data. My question is, is there a way around this issue? What is the use case for sending arbitrary binary data over the PutTCP processor. -- View this message in context: http://apache-nifi-developer-list.39713.n7.nabble.com/Binary-Data-over-the-PutTCP-processor-tp13364.html Sent from the Apache NiFi Developer List mailing list archive at Nabble.com.
