Hi Keshav, I integrated Apache Storm with IBM MQ before, the solution was to get IBM MQ client library (e.g. mqjms.jar) from MQ server or your company repo, and then write customized IBM MQ Spout and final Bolt. Hope this helps!
regards, Jude 1904labs@St. Louis On Tue, Sep 18, 2018 at 9:14 AM Keshav Savant <[email protected]> wrote: > Hi, > > I am evaluating apache storm (1.2.2) for fitting it into our business > model. > > I have a requirement of reading from IBM MQ queue, then do some business & > transformation on read items and finally push again to a different IBM MQ > queue. > > I was able to do that with kafka as spout & bolt, but I a not able to find > any solution for my above use case with IBM MQ. > > I found on few forums that it was not supported earlier, but not sure > about its current status. > > Can anyone having some info on it, some link/pointers will be helpful in > doing this (maybe with some customization). > > Thanks, > Keshav > >
