This section summarizes features that are not available in either the .NET library, or the .NET Compact Framework library.
Feature
|
.NET
|
.NET
Compact Framework |
---|---|---|
XA protocols for external transaction managers
|
|
|
ConnectionConsumer , ServerSession , ServerSessionPool
|
|
|
Compression
|
|
|
SSL
|
|
|
Modify socket buffer sizes (see
Tibems.SetSocketReceiveBufferSize and Tibems.SetSocketSendBufferSize ).
|
Yes
|
|
Daemon threads (see
Tibems.SetSessionDispatcherDaemon ).
|
Yes
|
|
The .NET library supports serialization for all objects. In contrast, the .NET Compact Framework library supports serialization for a restricted set of objects. For details, see ObjectMessage
.
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, and .NET Compact Framework to .NET Compact Framework. In particular, notice that a .NET Compact Framework client and a full .NET client cannot exchange an ObjectMessage
.
TIBCO Enterprise Message Service™ .NET Reference System Release 4.3, February 2006 Copyright © TIBCO Software Inc. All rights reserved www.tibco.com |