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