52.2. Class Definition

package javax.jms;
public interface TopicRequestor extends java.lang.Object {
   public TopicRequestor(TopicSession session, Topic topic)
                                                       throws JMSException;
   public void close() throws JMSException;
   public Message request(Message message) throws JMSException;
}

Get Java™ Message Service API Tutorial and Reference: Messaging for the J2EE™ Platform now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.