Products | Versions |
---|---|
TIBCO Enterprise Message Service | - |
Not Applicable | - |
Resolution:
Object serialization differs among the various EMS language APIs in ways that are incompatible. An ObjectMessage contains
a serialized object. Therefore EMS programs can only send an ObjectMessage to another program written in the same language;
for example, Java to Java, C to C, .NET to .NET. So in order to exchange object message type, both end should have the same
language API. So for example, we can not transfer object type from C and retrieve in .NET.