Chapter 6 of Proffesional JMS
This is with respect to the code that is used in chapter 6 of the book "Professional JMS" . Can I replace the two queues that are used for both the sender and the reciever with a single topic ie
The two queues that are available are
reponseQueue and requestQueue , Can I use the same code to evolove a PUB/SUB programming model by replacing these queues with a single topic broadcastTopic?
|