Quantcast
Channel: Apache Timeline
Viewing all articles
Browse latest Browse all 5648

Problems with Camel and Spring remoting

$
0
0
Hi everybody.

I´m developing my first examples with Camel and Spring remoting , but
unfortunately with no success.
I have a external app exposing services , wich is a tomcat.

But i don´t have clearly how i must connect to the service, i supose that
will be something like this.

<bean id="remoteService"
class="org.apache.camel.spring.remoting.CamelProxyFactoryBean">
<property name="serviceInterface" value="MyInterface" />
<property name="serviceUrl" value="
http://localhost:9911/tomcat-module/moduleService" />
<property name="camelContextId" value="CamelContext" />
</bean>

¿I´m i doing something wrong in this bean?

Thanks

Erwin

Viewing all articles
Browse latest Browse all 5648

Trending Articles