You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@camel.apache.org by Charles Moulliard <cm...@gmail.com> on 2009/10/28 16:22:13 UTC

Apache Camel & ActiveMQ - Remoting

Hi,

Does it make sense to design a topology like this between different
osgi servers to propose remote services ?

1) Bundle A

This bundle contains a spring DSL xml file with routes defined like this :

from().
.to()
.to()
.to(ActiveMq:queueSharedOut)

and service waiting feedback

from(ActiveMq:queueSharedIn).
.to()

deployed on server OSGI (1)

2) Bundle B

from(ActiveMq:queueSharedOut).
.to() // Service replying to the request
.to(ActiveMq:queueSharedIn)

deployed in server OSGI (2)

Regards,

Charles Moulliard
Senior Enterprise Architect
Apache Camel Committer

*****************************
blog : http://cmoulliard.blogspot.com
twitter : http://twitter.com/cmoulliard