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

Reply via email to