Channels and Destinations : Selecting a Serializer

Selecting a Serializer
For each type of channel (except local channels), BusinessEvents uses a serializer to convert events to messages and a deserializer to convert incoming messages to events. Local channels do not require serializers.
Figure 1 Serializer and Deserializer Behavior
When you configure a destination, you select the appropriate serializer. (It actually includes the serializer and deserializer). For JMS and Rendezvous messages, different serializers are available for different needs. For details see Selecting a JMS Serializer and Working with Rendezvous Channels.
Deploy-time Configuration
The following channel-related configuration tasks are performed at deploy time.
Selecting event preprocessors (rule functions) for a destination and defining worker thread options for each preprocessor. (See Event Preprocessors for more details.)
Specifying destination listeners. You select the destinations that an agent will listen to at runtime when you configure the Cluster Deployment Descriptor. See the section Configuring the Agent Classes Tab (All OM Types) in TIBCO BusinessEvents Administration.
See TIBCO BusinessEvents Administration for all deploy-time configuration topics.