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. |