|
|
Java EE 5 SDK 深圳电信培训中心.徐海蛟老师. |
||||||||
| 上一个类 下一个类 | 框架 无框架 | ||||||||
| 摘要: 嵌套 | 字段 | 构造器 | 方法 | 详细信息: 字段 | 构造器 | 方法 | ||||||||
javax.jms Interface QueueReceiver
- 所有父接口:
- MessageConsumer
public interface QueueReceiver
- extends MessageConsumer
A client uses a QueueReceiver object to receive messages that
have been delivered to a queue.
Although it is possible to have multiple QueueReceivers
for the same queue, the JMS API does not define how messages are
distributed between the QueueReceivers.
If a QueueReceiver specifies a message selector, the
messages that are not selected remain on the queue. By definition, a message
selector allows a QueueReceiver to skip messages. This
means that when the skipped messages are eventually read, the total ordering
of the reads does not retain the partial order defined by each message
producer. Only QueueReceivers without a message selector
will read messages in message producer order.
Creating a MessageConsumer provides the same features as
creating a QueueReceiver. A MessageConsumer object is
recommended for creating new code. The QueueReceiver is
provided to support existing code.
- 版本:
- 1.1 February 2, 2002
- 作者:
- Mark Hapner, Rich Burridge, Kate Stout
- 另请参见:
Session.createConsumer(Destination, String),Session.createConsumer(Destination),QueueSession.createReceiver(Queue, String),QueueSession.createReceiver(Queue),MessageConsumer
| 方法摘要 | |
|---|---|
Queue |
getQueue()
Gets the Queue associated with this queue receiver. |
| Methods inherited from interface javax.jms.MessageConsumer |
|---|
close, getMessageListener, getMessageSelector, receive, receive, receiveNoWait, setMessageListener |
| 方法详细信息 |
|---|
getQueue
Queue getQueue() throws JMSException
- Gets the
Queueassociated with this queue receiver. - 返回:
- this receiver's
Queue - 抛出异常:
JMSException- if the JMS provider fails to get the queue for this queue receiver due to some internal error.
|
|
Java EE 5 SDK 深圳电信培训中心.徐海蛟老师. |
||||||||
| 上一个类 下一个类 | 框架 无框架 | ||||||||
| 摘要: 嵌套 | 字段 | 构造器 | 方法 | 详细信息: 字段 | 构造器 | 方法 | ||||||||
提交错误或意见
版权所有 2007 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。深圳电信培训中心.徐海蛟老师教学参考.