<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question Re: Multiple Flume Agents to fetch data from MQ messaging broker in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Multiple-Flume-Agents-to-fetch-data-from-MQ-messaging-broker/m-p/168574#M25142</link>
    <description>&lt;P&gt;Ryan, can i ask you how do you set up flume to fectch messages from MQ?&lt;/P&gt;</description>
    <pubDate>Wed, 19 Apr 2017 20:44:00 GMT</pubDate>
    <dc:creator>avendano_mauro</dc:creator>
    <dc:date>2017-04-19T20:44:00Z</dc:date>
    <item>
      <title>Multiple Flume Agents to fetch data from MQ messaging broker</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Multiple-Flume-Agents-to-fetch-data-from-MQ-messaging-broker/m-p/168569#M25137</link>
      <description>&lt;P&gt;How would I go about configuring multiple flume agents to fetch data from an MQ messaging broker?  So that they don't duplicate messages back to their sink.  &lt;/P&gt;</description>
      <pubDate>Thu, 14 Apr 2016 04:37:21 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Multiple-Flume-Agents-to-fetch-data-from-MQ-messaging-broker/m-p/168569#M25137</guid>
      <dc:creator>RyanCicak</dc:creator>
      <dc:date>2016-04-14T04:37:21Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Flume Agents to fetch data from MQ messaging broker</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Multiple-Flume-Agents-to-fetch-data-from-MQ-messaging-broker/m-p/168570#M25138</link>
      <description>&lt;P&gt;Can you explain a bit the issue with MQ? Im not an expert in WebSphere, but seems MQ is supposed to deliver each event only once. So, there should be no duplicates by design. Is it correct?&lt;/P&gt;</description>
      <pubDate>Thu, 14 Apr 2016 15:19:38 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Multiple-Flume-Agents-to-fetch-data-from-MQ-messaging-broker/m-p/168570#M25138</guid>
      <dc:creator>bluesmix</dc:creator>
      <dc:date>2016-04-14T15:19:38Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Flume Agents to fetch data from MQ messaging broker</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Multiple-Flume-Agents-to-fetch-data-from-MQ-messaging-broker/m-p/168571#M25139</link>
      <description>&lt;P&gt;Hi &lt;A href="https://community.hortonworks.com/questions/27472/multiple-flume-agents-to-fetch-data-from-mq-messag.html#"&gt;@Michael M&lt;/A&gt; - good question. I think my understanding of the MQ Queue was incorrect - where I thought if data is read, the data still exists on the queue when in fact that data is gone.  The flume agent is set to use the memory channel and not the file channel, so if the agent crashes, what has been ingested from the source is lost.  This may be the wrong approach because if the agent reads off the queue, that data off of the queue is no longer available for consumption.  So if the agent crashes (and is using Memory Channel), that data is lost right?  Multiple flume agents reading from the same queue won't step on each other because of this, right?&lt;/P&gt;</description>
      <pubDate>Thu, 14 Apr 2016 22:52:45 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Multiple-Flume-Agents-to-fetch-data-from-MQ-messaging-broker/m-p/168571#M25139</guid>
      <dc:creator>RyanCicak</dc:creator>
      <dc:date>2016-04-14T22:52:45Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Flume Agents to fetch data from MQ messaging broker</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Multiple-Flume-Agents-to-fetch-data-from-MQ-messaging-broker/m-p/168572#M25140</link>
      <description>&lt;P&gt;Well, based on what we know so far, i'd say 2 flume agents with the file or jdbc channel should work for you.&lt;/P&gt;&lt;P&gt;There will be no overlap in data because is controlled by MQ itself, so it not a matter of flume.&lt;/P&gt;&lt;P&gt;From flume processing side we ensure that no data loss happens by using file or jdbc channel.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Apr 2016 18:40:26 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Multiple-Flume-Agents-to-fetch-data-from-MQ-messaging-broker/m-p/168572#M25140</guid>
      <dc:creator>bluesmix</dc:creator>
      <dc:date>2016-04-15T18:40:26Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Flume Agents to fetch data from MQ messaging broker</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Multiple-Flume-Agents-to-fetch-data-from-MQ-messaging-broker/m-p/168573#M25141</link>
      <description>&lt;P&gt;Basically JMS standard  never delivers an acknowledged message twice. So yes each message goes to one flume agent. There is no replication in it and you need to make sure that agent doesn't have outages ( raided discs, file channel, ... ) &lt;/P&gt;&lt;P&gt;MQ systems provides different ways to provide reliability for example Publish subscribe. But I don't think Flume supports that.&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.ibm.com/support/knowledgecenter/#!/SSFKSJ_7.0.1/com.ibm.mq.amqnar.doc/ps20010_.htm"&gt;http://www.ibm.com/support/knowledgecenter/#!/SSFKSJ_7.0.1/com.ibm.mq.amqnar.doc/ps20010_.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;There is also the possibility to duplicate each message to two topics. however in this case you need to do a deduplication somewhere in your ingest  logic. ( Flume would not work here you would need to do that downstream when processing the messages ) &lt;/P&gt;</description>
      <pubDate>Fri, 15 Apr 2016 19:39:15 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Multiple-Flume-Agents-to-fetch-data-from-MQ-messaging-broker/m-p/168573#M25141</guid>
      <dc:creator>bleonhardi</dc:creator>
      <dc:date>2016-04-15T19:39:15Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Flume Agents to fetch data from MQ messaging broker</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Multiple-Flume-Agents-to-fetch-data-from-MQ-messaging-broker/m-p/168574#M25142</link>
      <description>&lt;P&gt;Ryan, can i ask you how do you set up flume to fectch messages from MQ?&lt;/P&gt;</description>
      <pubDate>Wed, 19 Apr 2017 20:44:00 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Multiple-Flume-Agents-to-fetch-data-from-MQ-messaging-broker/m-p/168574#M25142</guid>
      <dc:creator>avendano_mauro</dc:creator>
      <dc:date>2017-04-19T20:44:00Z</dc:date>
    </item>
  </channel>
</rss>

