|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AMQPConsumerConfiguration
Field Summary | |
---|---|
static String |
AMQP_CONFIG_PROPERTY
The key of the property in the Cluster Meta Data that reflects the AMQPConsumerConfiguration instance for that cluster |
Method Summary | |
---|---|
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. |
Field Detail |
---|
static final String AMQP_CONFIG_PROPERTY
Method Detail |
---|
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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |