|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |