Uses of Interface
org.springframework.amqp.rabbit.support.MessagePropertiesConverter
Package
Description
Provides classes supporting the Rabbit XML namespace.
Provides core classes for Spring Rabbit.
Provides classes for message listener containers.
Provides support classes for Spring Rabbit.
-
Uses of MessagePropertiesConverter in org.springframework.amqp.rabbit.config
Modifier and TypeMethodDescriptionvoid
ListenerContainerFactoryBean.setMessagePropertiesConverter
(MessagePropertiesConverter messagePropertiesConverter) -
Uses of MessagePropertiesConverter in org.springframework.amqp.rabbit.core
Modifier and TypeMethodDescriptionprotected MessagePropertiesConverter
RabbitTemplate.getMessagePropertiesConverter()
Return the properties converter.Modifier and TypeMethodDescriptionvoid
RabbitTemplate.setMessagePropertiesConverter
(MessagePropertiesConverter messagePropertiesConverter) Set theMessagePropertiesConverter
for this template. -
Uses of MessagePropertiesConverter in org.springframework.amqp.rabbit.listener
Modifier and TypeMethodDescriptionprotected MessagePropertiesConverter
AbstractMessageListenerContainer.getMessagePropertiesConverter()
Modifier and TypeMethodDescriptionvoid
AbstractMessageListenerContainer.setMessagePropertiesConverter
(MessagePropertiesConverter messagePropertiesConverter) Set theMessagePropertiesConverter
for this listener container.ModifierConstructorDescriptionBlockingQueueConsumer
(ConnectionFactory connectionFactory, MessagePropertiesConverter messagePropertiesConverter, ActiveObjectCounter<BlockingQueueConsumer> activeObjectCounter, AcknowledgeMode acknowledgeMode, boolean transactional, int prefetchCount, boolean defaultRequeueRejected, String... queues) Create a consumer.BlockingQueueConsumer
(ConnectionFactory connectionFactory, MessagePropertiesConverter messagePropertiesConverter, ActiveObjectCounter<BlockingQueueConsumer> activeObjectCounter, AcknowledgeMode acknowledgeMode, boolean transactional, int prefetchCount, boolean defaultRequeueRejected, Map<String, Object> consumerArgs, boolean noLocal, boolean exclusive, String... queues) Create a consumer.BlockingQueueConsumer
(ConnectionFactory connectionFactory, MessagePropertiesConverter messagePropertiesConverter, ActiveObjectCounter<BlockingQueueConsumer> activeObjectCounter, AcknowledgeMode acknowledgeMode, boolean transactional, int prefetchCount, boolean defaultRequeueRejected, Map<String, Object> consumerArgs, boolean exclusive, String... queues) Create a consumer.BlockingQueueConsumer
(ConnectionFactory connectionFactory, MessagePropertiesConverter messagePropertiesConverter, ActiveObjectCounter<BlockingQueueConsumer> activeObjectCounter, AcknowledgeMode acknowledgeMode, boolean transactional, int prefetchCount, boolean defaultRequeueRejected, Map<String, Object> consumerArgs, String... queues) Create a consumer.BlockingQueueConsumer
(ConnectionFactory connectionFactory, MessagePropertiesConverter messagePropertiesConverter, ActiveObjectCounter<BlockingQueueConsumer> activeObjectCounter, AcknowledgeMode acknowledgeMode, boolean transactional, int prefetchCount, String... queues) Create a consumer. -
Uses of MessagePropertiesConverter in org.springframework.amqp.rabbit.support
Modifier and TypeClassDescriptionclass
Default implementation of theMessagePropertiesConverter
strategy.