Re: Need help on integration of Apache Storm with WebSphere MQ

2016-01-21 Thread Seungtack Baek
We do have both MQ and Storm in-house. However, we actually have another java process running to read from MQ (polling and stopping every x seconds when the queue is empty) and push message to kafka. We thought it was easier to use KafkaSpout then creating another spout. Not saying this is the r

Re: Need help on integration of Apache Storm with WebSphere MQ

2016-01-21 Thread Don Frascuchon
Hi Sameer, I worked with MQSeries and storm using the MQSeries JMS API implementation and https://github.com/ptgoetz/storm-jms components Best regards! El jue., 21 ene. 2016 a las 13:26, Sameer Kirange () escribió: > Hi, > > I'm quite new to world of IBM Websphere MQ and need advise on one of

Fwd: Need help on integration of Apache Storm with WebSphere MQ

2016-01-21 Thread Sameer Kirange
Hi, I'm quite new to world of IBM Websphere MQ and need advise on one of the Integration scenario. In this scenario, we need to integrate MQ with Apache Storm, We need to read the MQ in Apache Storm spout so that message can be processed in bolt. Has anybody worked on this integration and is abl