RE: MQConnectionFactory Error

2015-07-28 Thread Vanshul . Chawla
We set our properties like this. So MQQueueConnectionFactory uses CCDT(You can continue with the same properties you have.) Then we do caching of that connection to increase performance. And Main is your JMSComponent as that's what is used for making connection to IBM MQ.

Re: MQConnectionFactory Error

2015-07-28 Thread David Karlsen
Make sure the JMS api jar is available and in one version only 29. jul. 2015 00.07 skrev "VijaySathya" : > I get the following error when my server starts ( and tries to initialize > the > spring beans - I have a main camel context spring based config file, which > imports 3 other spring config fi