|
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
|
- [servicemix-dev] ServiceMix 1.1 Released with JAX WS suppo... James Strachan
- [servicemix-dev] ServiceMix 2.0 Released Guillaume Nodet
- [servicemix-dev] Re: [servicemix-user] ServiceMix... James Strachan
- [servicemix-dev] object serialization Maxim Surov
- Re: [servicemix-dev] object serialization Guillaume Nodet
