Uses of Class
org.apache.qpid.client.BasicMessageConsumer_0_10

Packages that use BasicMessageConsumer_0_10
org.apache.qpid.client   
 

Uses of BasicMessageConsumer_0_10 in org.apache.qpid.client
 

Methods in org.apache.qpid.client that return BasicMessageConsumer_0_10
 BasicMessageConsumer_0_10 AMQSession_0_10.createMessageConsumer(AMQDestination destination, int prefetchHigh, int prefetchLow, boolean noLocal, boolean exclusive, String messageSelector, org.apache.qpid.framing.FieldTable ft, boolean noConsume, boolean autoClose)
          Create an 0_10 message consumer
 

Methods in org.apache.qpid.client with parameters of type BasicMessageConsumer_0_10
 void AMQSession_0_10.sendConsume(BasicMessageConsumer_0_10 consumer, org.apache.qpid.framing.AMQShortString queueName, AMQProtocolHandler protocolHandler, boolean nowait, String messageSelector, int tag)
          This method is invoked when a consumer is created Registers the consumer with the broker
 



Licensed to the Apache Software Foundation