Re: Camel JMS component tied to Spring framework - bad news

2014-03-23 Thread sumeetkoshal
/Camel-JMS-component-tied-to-Spring-framework-bad-news-tp3207662p5749245.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Camel JMS component tied to Spring framework - bad news

2014-03-23 Thread Reji Mathews
to connect to third part JMS provider? If yes, can you please provide a sample? Regards Sumeet Email: sumeetkos...@hotmail.com -- View this message in context: http://camel.465427.n5.nabble.com/Camel-JMS-component-tied-to-Spring-framework-bad-news-tp3207662p5749245.html Sent from

Re: Camel JMS component tied to Spring framework - bad news

2010-10-13 Thread Tracy Snell
There are some caveats when using Spring-DM and OSGI. Guillaume Nodet does a far better job than I ever could explaining some of the issues in his blog: http://gnodet.blogspot.com/2010/03/spring-dm-aries-blueprint-and-custom.html Regards, Tracy Snell On Oct 12, 2010, at 3:08 AM, Christian

Re: Camel JMS component tied to Spring framework - bad news

2010-10-13 Thread Christian Schneider
Hi Traccy, thanks for the link. The article is quite interesting. In practice we did not encounter any problems till now but we did not mix several versions of the same bundle so this could still hit us later. As far as I understand you should be able to use Aries with camel even though we

Re: Camel JMS component tied to Spring framework - bad news

2010-10-12 Thread Christian Schneider
Hi Madhav, while it is a shame that you canĀ“t use JmsTemplate and JmsMessagListener without adding half of the spring jars to your project it does not force you to use spring for dependency injection. So you are not very much tied to spring. Btw. I am using spring on osgi and it works like

Camel JMS component tied to Spring framework - bad news

2010-10-11 Thread Madhav Bhargava
Hi, Camel JMS component is tightly coupled with Spring JmsTemplate, which is rather bad news. Given that Spring with its classloader hack tries to resolve the namspace handler and fails miserably. It is just not meant for OSGi setup. Even if we try to move to Apache Aries Blueprint we still

Re: Camel JMS component tied to Spring framework - bad news

2010-10-11 Thread Richard Kettelerij
). - Richard Kettelerij, http://github.com/rkettelerij -- View this message in context: http://camel.465427.n5.nabble.com/Camel-JMS-component-tied-to-Spring-framework-bad-news-tp3207662p3208032.html Sent from the Camel - Users mailing list archive at Nabble.com.