One last point on how Camel receive messages from JMS :
In my other applications I use Message Driven Bean (when running in a J2EE container) or Spring MDP via the DefaultMessageListenerContainer when running in Tomcat. - Is there a way to configure Camel to receive messages from a regular MDB? - Does the Camel JmsComponent use the Spring DefaultMessageListenerContainer underneath ? Can I configure a recovery Interval on the JmsComponent in case of a lost connection (I know it is build-in activeMQ but not in MQ Series...)? Thank you very much. Hiram Chirino wrote: > > On 10/5/07, James Strachan <[EMAIL PROTECTED]> wrote: >> On 05/10/2007, Bob G. <[EMAIL PROTECTED]> wrote: >> > >> > Thank you Hiram, >> > >> > I will download the lates version. >> > >> > Question: Was the JNDI working before in Camel? Was it the way I am >> using >> > Spring JNDI it that was not working? >> >> Before Hiram's patch I don't think the JmsComponent let you specify >> the DestinationResolver; to use JNDI to resolve destinations etc. >> > > Correct. > >> -- >> James >> ------- >> http://macstrac.blogspot.com/ >> >> Open Source SOA >> http://open.iona.com >> > > > -- > Regards, > Hiram > > Blog: http://hiramchirino.com > > -- View this message in context: http://www.nabble.com/How-camel-resolve-JNDI-End-point-tf4568653s22882.html#a13078120 Sent from the Camel - Users mailing list archive at Nabble.com.
