James Strachan wrote: > > On 24 Nov 2005, at 06:05, Raman Gupta wrote: > >> James Strachan wrote: >> >>> On 23 Nov 2005, at 18:14, Subramaniam, Parthiban wrote: >>> >>>> Hi James, Forgive me for being thick, i could not find any examples >>>> with regards to Websphere MQ most of them were for ActiveMQ >>>> >>>> is there anything regardsing Websphere MQ? >>>> >>> Use the GenericJMSRA... >>> >>> and just change the JMS ConnectionFactory to instantiate the MQSeries >>> connection factory instead. >> >> I can confirm this works. Though, to be honest, I found the performance >> of MQSeries via the genericra was pretty so-so and ended up using the MQ >> base classes instead. If you are creating a performance-sensitive app, >> this may be of consideration for you. > > Ah - is there a Resource Adaptor for MQ from IBM? If so do you have the > class names - then we can add it to the wiki to help other MQ users.
I don't believe there is one, other than integrated with WebSphere. When I said "base classes" I meant the base MQ java implementation that does not use the JMS APIs (and therefore cannot be used from Jencks). IBM's JMS APIs, AFAIK, wrap their base APIs. Cheers, Raman
