Is it possible to send and retrieve object message from one EMS API to another API ?

Is it possible to send and retrieve object message from one EMS API to another API ?

book

Article ID: KB0091911

calendar_today

Updated On:

Products Versions
TIBCO Enterprise Message Service -
Not Applicable -

Description

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.

Issue/Introduction

Is it possible to send and retrieve object message from one EMS API to another API ?