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

Re: supervisor still hasn't start

2015-12-18 Thread Don Frascuchon
Hi, Which version of storm are using ? Newer versions use netty for worker comunications instead zero MQ. El jue., 17 dic. 2015 a las 7:08, sam mohel () escribió: > i've problem with submitting topology i got in the supervisor log file still > hasn't start and in the worker log file > > 2015-12

Trident with IRichSpout

2015-02-26 Thread Don Frascuchon
Hi, I try to run the WordCount topology with a simple IRichSpout implementation (instead of IBatchSpout) but doesn't work. I show the aggregated tuples with a Debug filter, but isKeep never called. It's everything ok with a IBatchSpout. Any ideas ? Thanks in advance!