public class LegacyRabbitMqStrategy extends Object implements RabbitMqStrategy
| Constructor and Description |
|---|
LegacyRabbitMqStrategy() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.amqp.rabbit.listener.SimpleMessageListenerContainer |
createContainer()
Create a new instance of the container
|
void |
setExclusive(org.springframework.amqp.rabbit.listener.SimpleMessageListenerContainer container,
boolean exclusive)
Define exclusive mode on the underlying container
|
public void setExclusive(org.springframework.amqp.rabbit.listener.SimpleMessageListenerContainer container,
boolean exclusive)
RabbitMqStrategysetExclusive in interface RabbitMqStrategycontainer - The container to set exclusive mode onexclusive - Whether to enable or disable exclusive modepublic org.springframework.amqp.rabbit.listener.SimpleMessageListenerContainer createContainer()
RabbitMqStrategycreateContainer in interface RabbitMqStrategyCopyright © 2010-2015. All Rights Reserved.