Hi All, We are designing a near-real time pipeline in which we will receive messages from IBM MQ. On the Hadoop side, we are planning to use Flume to ingest the messages using JMS source. The messages will include some custom header information, which we need to extract as well. We discovered that interceptors cannot be configured with a JMS source. In that case: what are the alternatives in order to extract the message headers using Flume? Or should we try something else (e.g. Kafka)?
Regards Kajal Kr. Das