public interface AMQPConsumerConfiguration
Modifier and Type | Field and Description |
---|---|
static String |
AMQP_CONFIG_PROPERTY
The key of the property in the Cluster Meta Data that reflects the AMQPConsumerConfiguration instance for that
cluster
|
Modifier and Type | Method and Description |
---|---|
Boolean |
getExclusive()
Indicates whether this Cluster wishes to be an exclusive consumer on a Queue.
|
Integer |
getPrefetchCount()
Indicates how many messages this Cluster's connector may read read from the Queue before expecting messages to
be acknowledged.
|
String |
getQueueName()
Returns the Queue Name the Cluster should be connected to, or
null if no explicit cluster is
configured. |
static final String AMQP_CONFIG_PROPERTY
String getQueueName()
null
if no explicit cluster is
configured.null
to revert to a defaultBoolean getExclusive()
null
indicated that
no explicit preference is provided, and a default should be used.Integer getPrefetchCount()
null
means no specific value is provided and a default should be used.Copyright © 2010-2014. All Rights Reserved.