Camel JMS Component with Spring on Weblogic Server -
i not found decent, clear example learn jms component spring configuration. wrote this: <bean id="weblogic" class="org.apache.camel.component.jms.jmscomponent"> <property name="connectionfactory" ref="jmsconnectionfactory"/> </bean> <bean id="jmsjnditemplate" class="org.springframework.jndi.jnditemplate"> <property name="environment"> <props> <prop key="java.naming.factory.initial">weblogic.jndi.wlinitialcontextfactory</prop> <prop key="java.naming.provider.url">t3://${ip}:${port}</prop> </props> </property> </bean> <bean id="jmsconnectionfactory" class="org.springframework.jndi.jndiobjectfactorybean"> <property name="jnditemplate" ref="jmsjnditemplate"/> <property name="jndiname" value=&quo