Package javax.jms
Class TopicRequestor
java.lang.Object
javax.jms.TopicRequestor
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$
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate TopicPublisherprivate TopicSubscriberprivate TemporaryTopicprivate TopicSession -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
topicSession
-
requestPublisher
-
responseTopic
-
responseSubscriber
-
-
Constructor Details
-
TopicRequestor
- Throws:
JMSException
-
-
Method Details
-
request
- Throws:
JMSException
-
close
- Throws:
JMSException
-