Chapter 22. .NET Binding for Qpid C++ Messaging

22.1. .NET Binding for the C++ Messaging Client Examples

Table 22.1. Client and Server Examples

Example Name Example Description
csharp.example.server Creates a receiver and listens for messages. Upon receipt, the content of the message is converted to upper case and forwarded to the received message's ReplyTo address.
csharp.example.client Sends a series of messages to the server and prints the original message content and the received message content.