Hi We have used in WebSphere, so when it runs in WebSphere it runs anywhere ;) Ah okay kidding, but that is at least an help. We had a proof of concept with success that could send and receive messages from WebSphere JMS. Just setup the jndi lookup in spring xml and of you go.
This was our WebSphere spring setup <!-- websphere JMS connection factory --> <jee:jndi-lookup id="wasJMSConnectionFactory" jndi-name="jms/connectionFactory"/> <!-- jms provider --> <bean id="jms" class="org.apache.camel.component.jms.JmsComponent"> <property name="connectionFactory" ref="wasJMSConnectionFactory"/> </bean> And then we could use the endpoints just as: uri="jms:queue:gsopenInbox". Med venlig hilsen Claus Ibsen ...................................... Silverbullet Skovsgårdsvænget 21 8362 Hørning Tlf. +45 2962 7576 Web: www.silverbullet.dk -----Original Message----- From: dhaas [mailto:[EMAIL PROTECTED] Sent: 25. september 2008 16:29 To: camel-user@activemq.apache.org Subject: Camel and Weblogic Has anyone used Camel running in a Weblogic instance, using Weblogic for JMS, without ActiveMQ? Is this possible? Any ideas how Camel will act in a Weblogic cluster? -- View this message in context: http://www.nabble.com/Camel-and-Weblogic-tp19670724s22882p19670724.html Sent from the Camel - Users mailing list archive at Nabble.com.