This chapter describes how to code a JMS request-reply application with a message selector.
The example used throughout this chapter builds on the sender-receiver application described in
A Basic JMS Sender-Receiver Client. The example demonstrates features of JMS messaging, such as implementing message replies, a message listener, a message selector, and a local transaction. It also shows how to set
Broker access permissions and how to code messages on different threads.