Skip navigation links

Oracle® Database Advanced Queuing Java API Reference
12c Release 1 (12.1)

E15980-08


oracle.jms
Interface TopicReceiver

All Superinterfaces:
MessageConsumer
All Known Subinterfaces:
AQjmsTopicReceiver
All Known Implementing Classes:
AQjmsConsumer

public interface TopicReceiver
extends MessageConsumer

Extends javax.jms.MessageConsumer to allow point to multipoint communication, which is an Oracle® Database Advanced Queuing specific variation of publish subscribe

See Also:
AQjmsTopicReceiver

Method Summary
 Topic getTopic()
          Get the topic associated with this receiver.

 

Methods inherited from interface javax.jms.MessageConsumer
close, getMessageListener, getMessageSelector, receive, receive, receiveNoWait, setMessageListener

 

Method Detail

getTopic

Topic getTopic()
               throws JMSException
Get the topic associated with this receiver.
Returns:
this subscriber's topic
Throws:
JMSException - if JMS fails to get topic for this topic receiver due to some internal error.

Skip navigation links

Oracle® Database Advanced Queuing Java API Reference
12c Release 1 (12.1)

E15980-08


Copyright © 2001, 2013, Oracle and/or its affiliates. All rights reserved.
For authorized use only.
Do not distribute to third parties.