站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 j2ee API Documentation 英文版文档

Uses of Interface javax.jms.MessageConsumer (JBoss J2EE API) - JBoss 4.0.1 sp1 j2ee API Documentation 英文版文档


Uses of Interface
javax.jms.MessageConsumer

Packages that use MessageConsumer
javax.jms This is the basic contract for the Java Message Service - what JBossMQ offers and clients can expect. 
 

Uses of MessageConsumer in javax.jms
 

Subinterfaces of MessageConsumer in javax.jms
 interface QueueReceiver
          A client uses a QueueReceiver object to receive messages that have been delivered to a queue.
 interface TopicSubscriber
          A client uses a TopicSubscriber object to receive messages that have been published to a topic.
 

Methods in javax.jms that return MessageConsumer
 MessageConsumer Session.createConsumer(Destination destination)
          Creates a MessageConsumer for the specified destination.
 MessageConsumer Session.createConsumer(Destination destination, String messageSelector)
          Creates a MessageConsumer for the specified destination, using a message selector.
 MessageConsumer Session.createConsumer(Destination destination, String messageSelector, boolean NoLocal)
          Creates MessageConsumer for the specified destination, using a message selector.
 



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.