No serialization happens at all when within the jbi container.
Serialization only occurs when using clustering.

Guillaume

Maxim Surov wrote:

Guys,
I send objects from one JBI component to another using property, such as NormalizedMessage nmMessage = message.createMessage();
                        nmMessage.setProperty("request", packet);
How is object being transfered? Is it serialized?
Or just a reference to object transfers?
All my JBI components work in a single JVM in JBoss + ServiceMix environment. Regards,
Maxim


Reply via email to