6.7. Writing Request/Response Applications in Java JMS

6.7. Writing Request/Response Applications in Java JMS

In the request/response examples, we write a server that accepts strings from clients and converts them to upper case, sending the result back to the requesting client. This example consists of two programs.