Does it make sense to design a topology like this between different osgi servers to propose remote services though an ActiveMq queue playing the role of osgi server integrator ?
1) Bundle A This bundle contains a spring DSL xml file with routes defined like this : from(). .to() .to() .to(ActiveMq:queueOut) and service waiting feedback from(ActiveMq:queueIn). .to() deployed on server OSGI (1) 2) Bundle B from(ActiveMq:queueOut). .to() // Service replying to the request .to(ActiveMq:queueIn) deployed in server OSGI (2) Additional question : Are there any restrictions if we use HTTP transport connector of ActiveMq to place Java object on the queue (size, serialization, ....) ? Regards, ----- Charles Moulliard SOA Architect My Blog : http://cmoulliard.blogspot.com/ http://cmoulliard.blogspot.com/ -- View this message in context: http://www.nabble.com/ActiveMQ---HTTP---Remoting-tp26109373p26109373.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.