Is Lotus Notes 6 support MQ Series

Hi,

I need to know whether Lotus Notes 6 will support MQ Series?

If yes please send me the link where i can have more info on the same.

Subject: Is Lotus Notes 6 support MQ Series

Sure, you can have a Notes/Domino application interact with WebSphere MQ, you just have to use a Java API (either IBM’s base Java MQ classes or Sun’s JMS). You can start off writing a Java agent that interacts with WebSphere MQ and if you run into performance problems with class loading issues, as we did, then move the code to a standalone Java application that your Notes application interacts with.

Ken