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
