You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to flume-user
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)?