Hi everyone, I apologize for my basic question but basically in the last month or so I've been working at creating a OSGi based model driven device controller. This controller had about 9-10 components that communicate via a shared message queue.
While integrating the the service components I decided to use ServiceMix 4 NMR because of it's OSGi implementation. However I was now looking at putting everything on the bus , even the device controllers. My current question is how can exchanging pojos across the bus be handled? Do I have to serialize everything, I'm a little concerned about the performance of such a serialization process as it would need to go about 4-5 serialization/deserialization stages for a single command to the device. Regards, Mathieu -- View this message in context: http://www.nabble.com/Sending-POJOs-across-the-bus-for-OSGi-tp21866758p21866758.html Sent from the ServiceMix - User mailing list archive at Nabble.com.
