You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@flume.apache.org by Rani Yaroshinski <ra...@gmail.com> on 2015/07/29 10:24:22 UTC

A question regarding the JMS source of flume

Hi,

Supposed I would like to read from JMS-source into multiple agents of flume.
JMS supports both TOPICS & QUEUE.
The question is if there is anyway to pass the subscriber string for the
TOPIC, since
I would like to read concurrently from many agents (the order of the events
is not important)
but the case of TOPIC is a bit tricky, since if I create a new "subscriber"
by enlisting from
another agent, then I'll read the same messages as a new subscriber.

Regards,
Rani