| java.lang.Object javax.jms.TopicRequestor
TopicRequestor | public class TopicRequestor (Code) | | 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.
author: Chris Kimpton (chris@kimptoc.net) author: adrian brock (adrian@jboss.com) version: $Revision: 57196 $ |
|
|