Re: Looking for a specific input on JMS source

2017-08-31 Thread Kajal K Das
:Re: Looking for a specific input on JMS source Hello, I think you can achieve what you want with the JMSSourceConverter. Looking at the Flume documentation it says that "The JMS source allows pluggable converters, though it?s likely the default converter will work for most purposes

Re: Looking for a specific input on JMS source

2017-08-31 Thread Muhammad Yaseen
Hello, I think you can achieve what you want with the JMSSourceConverter. Looking at the Flume documentation it says that "The JMS source allows pluggable converters, though it’s likely the default converter will work for most purposes. The default converter is able to convert Bytes, Text, and Obj

Looking for a specific input on JMS source

2017-08-31 Thread Kajal K Das
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 t