Uses of Interface
org.hornetq.api.core.client.ClientConsumer

Packages that use ClientConsumer
org.hornetq.api.core.client Core Client Messaging API. 
 

Uses of ClientConsumer in org.hornetq.api.core.client
 

Methods in org.hornetq.api.core.client that return ClientConsumer
 ClientConsumer ClientSession.createConsumer(org.hornetq.api.core.SimpleString queueName)
          Creates a ClientConsumer to consume message from the queue with the given name.
 ClientConsumer ClientSession.createConsumer(org.hornetq.api.core.SimpleString queueName, boolean browseOnly)
          Creates a ClientConsumer to consume or browse messages from the queue with the given name.
 ClientConsumer ClientSession.createConsumer(org.hornetq.api.core.SimpleString queueName, org.hornetq.api.core.SimpleString filter)
          Creates a ClientConsumer to consume messages matching the filter from the queue with the given name.
 ClientConsumer ClientSession.createConsumer(org.hornetq.api.core.SimpleString queueName, org.hornetq.api.core.SimpleString filter, boolean browseOnly)
          Creates a ClientConsumer to consume or browse messages matching the filter from the queue with the given name.
 ClientConsumer ClientSession.createConsumer(org.hornetq.api.core.SimpleString queueName, org.hornetq.api.core.SimpleString filter, int windowSize, int maxRate, boolean browseOnly)
          Creates a ClientConsumer to consume or browse messages matching the filter from the queue with the given name.
 ClientConsumer ClientSession.createConsumer(String queueName)
          Creates a ClientConsumer to consume messages from the queue with the given name.
 ClientConsumer ClientSession.createConsumer(String queueName, boolean browseOnly)
          Creates a ClientConsumer to consume or browse messages from the queue with the given name.
 ClientConsumer ClientSession.createConsumer(String queueName, String filter)
          Creates a ClientConsumer to consume messages matching the filter from the queue with the given name.
 ClientConsumer ClientSession.createConsumer(String queueName, String filter, boolean browseOnly)
          Creates a ClientConsumer to consume or browse messages matching the filter from the queue with the given name.
 ClientConsumer ClientSession.createConsumer(String queueName, String filter, int windowSize, int maxRate, boolean browseOnly)
          Creates a ClientConsumer to consume or browse messages matching the filter from the queue with the given name.
 



Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.