Package javax.jms

Class TopicRequestor


  • public class TopicRequestor
    extends java.lang.Object
    Provides a basic request/reply layer ontop of JMS. Pass the constructor details of the session/topic to send requests upon. Then call the request method to send a request. The method will block until the reply is received.
    Version:
    $Revision$