Broker 10.15 | webMethods Broker Documentation | webMethods Broker Messaging Programmer's Guide | Coding Messaging Client Applications | C# Messaging Clients | Sender-Receiver Application | Application Classes
 
Application Classes
The C# version of the Sender-Receiver example contains three classes, described in the following table.
Class
Description
SimpleApplication.cs
Base class for Sender.cs and Receiver.cs. Contains the code for initializing and looking up administered objects in LDAP.
SenderApplication.cs
Contains the code for creating the connection, session, and message producer objects needed to send the message.
ReceiverApplication.cs
Contains the code for creating the connection, session, and message consumer objects needed to receive the message.