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. However, if your performance results are better, then I'd be interested in knowing about it -- something in my config may have been the problem. Cheers, Raman
