Package javax.jms

Class TopicRequestor

java.lang.Object
javax.jms.TopicRequestor

public class TopicRequestor extends 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$