Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W 

A

abort() - Method in class org.springframework.amqp.rabbit.support.PublisherCallbackChannelImpl
 
abort(int, String) - Method in class org.springframework.amqp.rabbit.support.PublisherCallbackChannelImpl
 
AbstractConnectionFactory - Class in org.springframework.amqp.rabbit.connection
 
AbstractConnectionFactory(ConnectionFactory) - Constructor for class org.springframework.amqp.rabbit.connection.AbstractConnectionFactory
Create a new SingleConnectionFactory for the given target ConnectionFactory.
AbstractDeclarable - Class in org.springframework.amqp.core
Base class for Declarable classes.
AbstractDeclarable() - Constructor for class org.springframework.amqp.core.AbstractDeclarable
 
AbstractExchange - Class in org.springframework.amqp.core
Common properties that describe all exchange types.
AbstractExchange(String) - Constructor for class org.springframework.amqp.core.AbstractExchange
Construct a new Exchange for bean usage.
AbstractExchange(String, boolean, boolean) - Constructor for class org.springframework.amqp.core.AbstractExchange
Construct a new Exchange, given a name, durability flag, auto-delete flag.
AbstractExchange(String, boolean, boolean, Map<String, Object>) - Constructor for class org.springframework.amqp.core.AbstractExchange
Construct a new Exchange, given a name, durability flag, and auto-delete flag, and arguments.
AbstractExchangeParser - Class in org.springframework.amqp.rabbit.config
 
AbstractExchangeParser() - Constructor for class org.springframework.amqp.rabbit.config.AbstractExchangeParser
 
AbstractJavaTypeMapper - Class in org.springframework.amqp.support.converter
 
AbstractJavaTypeMapper() - Constructor for class org.springframework.amqp.support.converter.AbstractJavaTypeMapper
 
AbstractJsonMessageConverter - Class in org.springframework.amqp.support.converter
 
AbstractJsonMessageConverter() - Constructor for class org.springframework.amqp.support.converter.AbstractJsonMessageConverter
 
AbstractMessageConverter - Class in org.springframework.amqp.support.converter
Convenient base class for MessageConverter implementations.
AbstractMessageConverter() - Constructor for class org.springframework.amqp.support.converter.AbstractMessageConverter
 
AbstractMessageListenerContainer - Class in org.springframework.amqp.rabbit.listener
 
AbstractMessageListenerContainer() - Constructor for class org.springframework.amqp.rabbit.listener.AbstractMessageListenerContainer
 
AbstractMessageListenerContainer.SharedConnectionNotInitializedException - Exception in org.springframework.amqp.rabbit.listener
Exception that indicates that the initial setup of this container's shared Rabbit Connection failed.
AbstractRetryOperationsInterceptorFactoryBean - Class in org.springframework.amqp.rabbit.config
Convenient base class for interceptor factories.
AbstractRetryOperationsInterceptorFactoryBean() - Constructor for class org.springframework.amqp.rabbit.config.AbstractRetryOperationsInterceptorFactoryBean
 
AbstractRoutingConnectionFactory - Class in org.springframework.amqp.rabbit.connection
Abstract ConnectionFactory implementation that routes AbstractRoutingConnectionFactory.createConnection() calls to one of various target ConnectionFactories based on a lookup key.
AbstractRoutingConnectionFactory() - Constructor for class org.springframework.amqp.rabbit.connection.AbstractRoutingConnectionFactory
 
AbstractRoutingKeyConfigurer(BindingBuilder.DestinationConfigurer, String) - Constructor for class org.springframework.amqp.core.BindingBuilder.AbstractRoutingKeyConfigurer
 
ACKNOWLEDGE_ATTRIBUTE - Static variable in class org.springframework.amqp.rabbit.config.RabbitNamespaceUtils
 
ACKNOWLEDGE_AUTO - Static variable in class org.springframework.amqp.rabbit.config.RabbitNamespaceUtils
 
ACKNOWLEDGE_MANUAL - Static variable in class org.springframework.amqp.rabbit.config.RabbitNamespaceUtils
 
ACKNOWLEDGE_NONE - Static variable in class org.springframework.amqp.rabbit.config.RabbitNamespaceUtils
 
AcknowledgeMode - Enum in org.springframework.amqp.core
 
AcknowledgeMode() - Constructor for enum org.springframework.amqp.core.AcknowledgeMode
 
acknowledgeMode - Variable in class org.springframework.amqp.rabbit.listener.AbstractMessageListenerContainer
 
acknowledgeMode - Variable in class org.springframework.amqp.rabbit.listener.BlockingQueueConsumer
 
active - Variable in class org.springframework.amqp.rabbit.connection.CachingConnectionFactory
 
active - Variable in class org.springframework.amqp.rabbit.listener.AbstractMessageListenerContainer
 
ActiveObjectCounter<T> - Class in org.springframework.amqp.rabbit.listener
 
ActiveObjectCounter() - Constructor for class org.springframework.amqp.rabbit.listener.ActiveObjectCounter
 
activeObjectCounter - Variable in class org.springframework.amqp.rabbit.listener.BlockingQueueConsumer
 
add(T) - Method in class org.springframework.amqp.rabbit.listener.ActiveObjectCounter
 
addAndStartConsumers(int) - Method in class org.springframework.amqp.rabbit.listener.SimpleMessageListenerContainer
 
addArgument(String, Object) - Method in class org.springframework.amqp.core.AbstractExchange
 
addChannel(Channel) - Method in class org.springframework.amqp.rabbit.connection.RabbitResourceHolder
 
addChannel(Channel, Connection) - Method in class org.springframework.amqp.rabbit.connection.RabbitResourceHolder
 
addChannelListener(ChannelListener) - Method in class org.springframework.amqp.rabbit.connection.AbstractConnectionFactory
 
addConfirmListener(ConfirmListener) - Method in class org.springframework.amqp.rabbit.support.PublisherCallbackChannelImpl
 
addConnection(Connection) - Method in class org.springframework.amqp.rabbit.connection.RabbitResourceHolder
 
addConnectionListener(ConnectionListener) - Method in class org.springframework.amqp.rabbit.connection.AbstractConnectionFactory
 
addConnectionListener(ConnectionListener) - Method in class org.springframework.amqp.rabbit.connection.AbstractRoutingConnectionFactory
 
addConnectionListener(ConnectionListener) - Method in class org.springframework.amqp.rabbit.connection.CachingConnectionFactory
 
addConnectionListener(ConnectionListener) - Method in interface org.springframework.amqp.rabbit.connection.ConnectionFactory
 
addConstructorArgBooleanValueIfAttributeDefined(BeanDefinitionBuilder, Element, String, boolean) - Static method in class org.springframework.amqp.rabbit.config.NamespaceUtils
Populates the bean definition constructor argument with the boolean value of that attribute if it is defined in the given element or else uses the default provided.
addConstructorArgParentRefIfAttributeDefined(BeanDefinitionBuilder, Element, String) - Static method in class org.springframework.amqp.rabbit.config.NamespaceUtils
Populates the bean definition constructor argument with a reference to a bean with parent id equal to the attribute if it is defined in the given element.
addConstructorArgRefIfAttributeDefined(BeanDefinitionBuilder, Element, String) - Static method in class org.springframework.amqp.rabbit.config.NamespaceUtils
Populates the bean definition constructor argument with a reference to a bean with id equal to the attribute if it is defined in the given element.
addConstructorArgValueIfAttributeDefined(BeanDefinitionBuilder, Element, String) - Static method in class org.springframework.amqp.rabbit.config.NamespaceUtils
Populates the bean definition constructor argument with the value of that attribute if it is defined in the given element.
addDelegate(ChannelListener) - Method in class org.springframework.amqp.rabbit.connection.CompositeChannelListener
 
addDelegate(ConnectionListener) - Method in class org.springframework.amqp.rabbit.connection.CompositeConnectionListener
 
addDeliveryTag(Channel, long) - Method in class org.springframework.amqp.rabbit.connection.RabbitResourceHolder
 
addFailedQueue(String) - Method in exception org.springframework.amqp.rabbit.listener.BlockingQueueConsumer.DeclarationException
 
addFlowListener(FlowListener) - Method in class org.springframework.amqp.rabbit.support.PublisherCallbackChannelImpl
 
addHeader(MessageProperties, String, Class<?>) - Method in class org.springframework.amqp.support.converter.AbstractJavaTypeMapper
 
addListener(Channel) - Method in class org.springframework.amqp.rabbit.core.RabbitTemplate
 
addListener(PublisherCallbackChannel.Listener) - Method in interface org.springframework.amqp.rabbit.support.PublisherCallbackChannel
Adds a PublisherCallbackChannel.Listener and returns a reference to the pending confirms map for that listener's pending confirms, allowing the Listener to assess unconfirmed sends at any point in time.
addListener(PublisherCallbackChannel.Listener) - Method in class org.springframework.amqp.rabbit.support.PublisherCallbackChannelImpl
Add the listener and return the internal map of pending confirmations for that listener.
addPendingConfirm(PublisherCallbackChannel.Listener, long, PendingConfirm) - Method in interface org.springframework.amqp.rabbit.support.PublisherCallbackChannel
Adds a pending confirmation to this channel's map.
addPendingConfirm(PublisherCallbackChannel.Listener, long, PendingConfirm) - Method in class org.springframework.amqp.rabbit.support.PublisherCallbackChannelImpl
 
addQueueNames(String...) - Method in class org.springframework.amqp.rabbit.listener.AbstractMessageListenerContainer
Add queue(s) to this container's list of queues.
addQueueNames(String...) - Method in class org.springframework.amqp.rabbit.listener.SimpleMessageListenerContainer
Add queue(s) to this container's list of queues.
addQueues(Queue...) - Method in class org.springframework.amqp.rabbit.listener.AbstractMessageListenerContainer
Add queue(s) to this container's list of queues.
addQueues(Queue...) - Method in class org.springframework.amqp.rabbit.listener.SimpleMessageListenerContainer
Add queue(s) to this container's list of queues.
Address - Class in org.springframework.amqp.core
Represents an address for publication of an AMQP message.
Address(String) - Constructor for class org.springframework.amqp.core.Address
Create an Address instance from a structured String in the form
 (exchangeType)://(exchange)/(routingKey)
Address(String, String, String) - Constructor for class org.springframework.amqp.core.Address
Create an Address given the exchange type, exchange name and routing key.
ADDRESSES - Static variable in class org.springframework.amqp.rabbit.config.ConnectionFactoryParser
 
addresses - Variable in class org.springframework.amqp.rabbit.connection.AbstractConnectionFactory
 
addReturnListener(ReturnListener) - Method in class org.springframework.amqp.rabbit.support.PublisherCallbackChannelImpl
 
addShutdownListener(ShutdownListener) - Method in class org.springframework.amqp.rabbit.support.PublisherCallbackChannelImpl
 
addTargetConnectionFactory(Object, ConnectionFactory) - Method in class org.springframework.amqp.rabbit.connection.AbstractRoutingConnectionFactory
Adds the given ConnectionFactory and associates it with the given lookup key
AdminParser - Class in org.springframework.amqp.rabbit.config
 
AdminParser() - Constructor for class org.springframework.amqp.rabbit.config.AdminParser
 
adminsThatShouldDeclare - Variable in class org.springframework.amqp.rabbit.config.BindingFactoryBean
 
ADVICE_CHAIN_ATTRIBUTE - Static variable in class org.springframework.amqp.rabbit.config.RabbitNamespaceUtils
 
adviceChain - Variable in class org.springframework.amqp.rabbit.listener.SimpleMessageListenerContainer
 
afterCompletion(int) - Method in class org.springframework.amqp.rabbit.connection.ConnectionFactoryUtils.RabbitResourceSynchronization
 
afterPropertiesSet() - Method in class org.springframework.amqp.rabbit.connection.CachingConnectionFactory
 
afterPropertiesSet() - Method in class org.springframework.amqp.rabbit.connection.RabbitAccessor
 
afterPropertiesSet() - Method in class org.springframework.amqp.rabbit.core.RabbitAdmin
If autoStartup is set to true, registers a callback on the ConnectionFactory to declare all exchanges and queues in the enclosing application context.
afterPropertiesSet() - Method in class org.springframework.amqp.rabbit.core.support.RabbitGatewaySupport
 
afterPropertiesSet() - Method in class org.springframework.amqp.rabbit.listener.AbstractMessageListenerContainer
afterPropertiesSet() - Method in class org.springframework.amqp.rabbit.transaction.RabbitTransactionManager
Make sure the ConnectionFactory has been set.
afterPropertiesSet() - Method in class org.springframework.amqp.remoting.client.AmqpProxyFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.amqp.support.converter.AbstractJavaTypeMapper
 
afterPropertiesSet() - Method in class org.springframework.amqp.support.converter.DefaultClassMapper
 
afterPropertiesSet() - Method in class org.springframework.amqp.support.converter.MarshallingMessageConverter
 
AmqpAdmin - Interface in org.springframework.amqp.core
Specifies a basic set of portable AMQP administrative operations for AMQP > 0.8
AmqpAppender - Class in org.springframework.amqp.rabbit.log4j
A Log4J appender that publishes logging events to an AMQP Exchange.
AmqpAppender() - Constructor for class org.springframework.amqp.rabbit.log4j.AmqpAppender
 
AmqpAppender.Event - Class in org.springframework.amqp.rabbit.log4j
Small helper class to encapsulate a LoggingEvent, its MDC properties, and the number of retries.
AmqpAppender.EventSender - Class in org.springframework.amqp.rabbit.log4j
Helper class to actually send LoggingEvents asynchronously.
AmqpAuthenticationException - Exception in org.springframework.amqp
Runtime wrapper for an authentication exception.
AmqpAuthenticationException(Throwable) - Constructor for exception org.springframework.amqp.AmqpAuthenticationException
 
AmqpClientInterceptor - Class in org.springframework.amqp.remoting.client
MethodInterceptor for accessing RMI-style AMQP services.
AmqpClientInterceptor() - Constructor for class org.springframework.amqp.remoting.client.AmqpClientInterceptor
 
AmqpConnectException - Exception in org.springframework.amqp
RuntimeException wrapper for an ConnectException which can be commonly thrown from AMQP operations if the remote process dies or there is a network issue.
AmqpConnectException(Exception) - Constructor for exception org.springframework.amqp.AmqpConnectException
 
AmqpException - Exception in org.springframework.amqp
Base RuntimeException for errors that occur when executing AMQP operations.
AmqpException(String) - Constructor for exception org.springframework.amqp.AmqpException
 
AmqpException(Throwable) - Constructor for exception org.springframework.amqp.AmqpException
 
AmqpException(String, Throwable) - Constructor for exception org.springframework.amqp.AmqpException
 
AmqpIllegalStateException - Exception in org.springframework.amqp
Equivalent of an IllegalStateException but within the AmqpException hierarchy.
AmqpIllegalStateException(String) - Constructor for exception org.springframework.amqp.AmqpIllegalStateException
 
AmqpIllegalStateException(String, Throwable) - Constructor for exception org.springframework.amqp.AmqpIllegalStateException
 
AmqpInvokerServiceExporter - Class in org.springframework.amqp.remoting.service
This message listener exposes a plain java service via AMQP.
AmqpInvokerServiceExporter() - Constructor for class org.springframework.amqp.remoting.service.AmqpInvokerServiceExporter
 
AmqpIOException - Exception in org.springframework.amqp
RuntimeException wrapper for an IOException which can be commonly thrown from AMQP operations.
AmqpIOException(IOException) - Constructor for exception org.springframework.amqp.AmqpIOException
 
AmqpProxyFactoryBean - Class in org.springframework.amqp.remoting.client
FactoryBean for AMQP proxies.
AmqpProxyFactoryBean() - Constructor for class org.springframework.amqp.remoting.client.AmqpProxyFactoryBean
 
AmqpRejectAndDontRequeueException - Exception in org.springframework.amqp
Exception for listener implementations used to indicate the basic.reject will be sent with requeue=false in order to enable features such as DLQ.
AmqpRejectAndDontRequeueException(String, Throwable) - Constructor for exception org.springframework.amqp.AmqpRejectAndDontRequeueException
 
AmqpRejectAndDontRequeueException(String) - Constructor for exception org.springframework.amqp.AmqpRejectAndDontRequeueException
 
AmqpRejectAndDontRequeueException(Throwable) - Constructor for exception org.springframework.amqp.AmqpRejectAndDontRequeueException
 
AmqpTemplate - Interface in org.springframework.amqp.core
Specifies a basic set of AMQP operations.
amqpTemplate - Variable in class org.springframework.amqp.remoting.client.AmqpClientInterceptor
 
amqpTemplate - Variable in class org.springframework.amqp.remoting.service.AmqpInvokerServiceExporter
 
AmqpUnsupportedEncodingException - Exception in org.springframework.amqp
RuntimeException for unsupported encoding in an AMQP operation.
AmqpUnsupportedEncodingException(Throwable) - Constructor for exception org.springframework.amqp.AmqpUnsupportedEncodingException
 
and(Map<String, Object>) - Method in class org.springframework.amqp.core.BindingBuilder.GenericArgumentsConfigurer
 
andProperties(MessageProperties) - Method in class org.springframework.amqp.core.MessageBuilder
Makes this builder's properties builder use a reference to properties.
AnonymousQueue - Class in org.springframework.amqp.core
 
AnonymousQueue() - Constructor for class org.springframework.amqp.core.AnonymousQueue
 
AnonymousQueue(Map<String, Object>) - Constructor for class org.springframework.amqp.core.AnonymousQueue
 
append(LoggingEvent) - Method in class org.springframework.amqp.rabbit.log4j.AmqpAppender
 
appId - Variable in class org.springframework.amqp.core.MessageProperties
 
APPLICATION_ID - Static variable in class org.springframework.amqp.rabbit.log4j.AmqpAppender
Key name for the application id (if there is one set via the appender config) in the message properties.
applicationContext - Variable in class org.springframework.amqp.rabbit.core.RabbitAdmin
 
applicationContext - Variable in class org.springframework.amqp.rabbit.listener.AbstractMessageListenerContainer
 
applicationId - Variable in class org.springframework.amqp.rabbit.log4j.AmqpAppender
Configuration arbitrary application ID.
applyCommonSettings(AbstractRetryOperationsInterceptorFactoryBean) - Method in class org.springframework.amqp.rabbit.config.RetryInterceptorBuilder
 
arguments - Variable in class org.springframework.amqp.core.AbstractExchange
 
arguments - Variable in class org.springframework.amqp.core.Binding
 
arguments - Variable in class org.springframework.amqp.core.Queue
 
arguments - Variable in class org.springframework.amqp.rabbit.config.BindingFactoryBean
 
ARGUMENTS - Static variable in class org.springframework.amqp.rabbit.config.QueueParser
Element OR attribute
ARGUMENTS_ELEMENT - Static variable in class org.springframework.amqp.rabbit.config.AbstractExchangeParser
 
AsyncMessageProcessingConsumer(BlockingQueueConsumer) - Constructor for class org.springframework.amqp.rabbit.listener.SimpleMessageListenerContainer.AsyncMessageProcessingConsumer
 
asyncRpc(Method) - Method in class org.springframework.amqp.rabbit.support.PublisherCallbackChannelImpl
 
attemptPassiveDeclarations() - Method in class org.springframework.amqp.rabbit.listener.BlockingQueueConsumer
 
attributeHasIllegalOverride(Element, String, String) - Method in class org.springframework.amqp.rabbit.config.QueueParser
 
AUTO_DELETE_ATTRIBUTE - Static variable in class org.springframework.amqp.rabbit.config.AbstractExchangeParser
 
AUTO_DELETE_ATTRIBUTE - Static variable in class org.springframework.amqp.rabbit.config.QueueParser
 
AUTO_STARTUP_ATTRIBUTE - Static variable in class org.springframework.amqp.rabbit.config.AdminParser
 
AUTO_STARTUP_ATTRIBUTE - Static variable in class org.springframework.amqp.rabbit.config.RabbitNamespaceUtils
 
autoDelete - Variable in class org.springframework.amqp.core.AbstractExchange
 
autoDelete - Variable in class org.springframework.amqp.core.Queue
 
autoDelete - Variable in class org.springframework.amqp.rabbit.log4j.AmqpAppender
 
autoStartup - Variable in class org.springframework.amqp.rabbit.core.RabbitAdmin
 
autoStartup - Variable in class org.springframework.amqp.rabbit.listener.AbstractMessageListenerContainer
 
await(Long, TimeUnit) - Method in class org.springframework.amqp.rabbit.listener.ActiveObjectCounter
 

B

backOffOptions(long, double, long) - Method in class org.springframework.amqp.rabbit.config.RetryInterceptorBuilder
Apply the backoff options.
backOffOptions(long, double, long) - Method in class org.springframework.amqp.rabbit.config.RetryInterceptorBuilder.StatefulRetryInterceptorBuilder
 
backOffOptionsSet - Variable in class org.springframework.amqp.rabbit.config.RetryInterceptorBuilder
 
backOffPolicy(BackOffPolicy) - Method in class org.springframework.amqp.rabbit.config.RetryInterceptorBuilder
Apply the back off policy.
backOffPolicy(BackOffPolicy) - Method in class org.springframework.amqp.rabbit.config.RetryInterceptorBuilder.StatefulRetryInterceptorBuilder
 
backOffPolicySet - Variable in class org.springframework.amqp.rabbit.config.RetryInterceptorBuilder
 
BASE_PACKAGE - Static variable in class org.springframework.amqp.rabbit.config.NamespaceUtils
 
basicAck(long, boolean) - Method in class org.springframework.amqp.rabbit.support.PublisherCallbackChannelImpl
 
basicCancel(String) - Method in class org.springframework.amqp.rabbit.support.PublisherCallbackChannelImpl
 
basicConsume(String, Consumer) - Method in class org.springframework.amqp.rabbit.support.PublisherCallbackChannelImpl
 
basicConsume(String, boolean, Consumer) - Method in class org.springframework.amqp.rabbit.support.PublisherCallbackChannelImpl
 
basicConsume(String, boolean, String, Consumer) - Method in class org.springframework.amqp.rabbit.support.PublisherCallbackChannelImpl
 
basicConsume(String, boolean, Map<String, Object>, Consumer) - Method in class org.springframework.amqp.rabbit.support.PublisherCallbackChannelImpl
Added to the 3.3.x client
basicConsume(String, boolean, String, boolean, boolean, Map<String, Object>, Consumer) - Method in class org.springframework.amqp.rabbit.support.PublisherCallbackChannelImpl
 
basicGet(String, boolean) - Method in class org.springframework.amqp.rabbit.support.PublisherCallbackChannelImpl
 
basicNack(long, boolean, boolean) - Method in class org.springframework.amqp.rabbit.support.PublisherCallbackChannelImpl
 
basicPublish(String, String, AMQP.BasicProperties, byte[]) - Method in class org.springframework.amqp.rabbit.support.PublisherCallbackChannelImpl
 
basicPublish(String, String, boolean, boolean, AMQP.BasicProperties, byte[]) - Method in class org.springframework.amqp.rabbit.support.PublisherCallbackChannelImpl
 
basicPublish(String, String, boolean, AMQP.BasicProperties, byte[]) - Method in class org.springframework.amqp.rabbit.support.PublisherCallbackChannelImpl
 
basicQos(int, int, boolean) - Method in class org.springframework.amqp.rabbit.support.PublisherCallbackChannelImpl
 
basicQos(int, boolean) - Method in class org.springframework.amqp.rabbit.support.PublisherCallbackChannelImpl
Added to the 3.3.x client
basicQos(int) - Method in class org.springframework.amqp.rabbit.support.PublisherCallbackChannelImpl
 
basicRecover() - Method in class org.springframework.amqp.rabbit.support.PublisherCallbackChannelImpl
 
basicRecover(boolean) - Method in class org.springframework.amqp.rabbit.support.PublisherCallbackChannelImpl
 
basicRecoverAsync(boolean) - Method in class org.springframework.amqp.rabbit.support.PublisherCallbackChannelImpl
Deprecated.
basicReject(long, boolean) - Method in class org.springframework.amqp.rabbit.support.PublisherCallbackChannelImpl
 
beanClassLoader - Variable in class org.springframework.amqp.support.converter.SimpleMessageConverter
 
beanName - Variable in class org.springframework.amqp.rabbit.listener.AbstractMessageListenerContainer
 
bind(Queue) - Static method in class org.springframework.amqp.core.BindingBuilder
 
bind(Exchange) - Static method in class org.springframework.amqp.core.BindingBuilder
 
bind(Object, Object) - Static method in class org.springframework.amqp.rabbit.connection.SimpleResourceHolder
Bind the given resource for the given key to the current thread.
Binding - Class in org.springframework.amqp.core
Simple container collecting information to describe a binding.
Binding(String, Binding.DestinationType, String, String, Map<String, Object>) - Constructor for class org.springframework.amqp.core.Binding
 
Binding.DestinationType - Enum in org.springframework.amqp.core
 
BINDING_ARGUMENTS - Static variable in class org.springframework.amqp.rabbit.config.AbstractExchangeParser
 
BINDING_ELE - Static variable in class org.springframework.amqp.rabbit.config.AbstractExchangeParser
 
BINDING_EXCHANGE_ATTR - Static variable in class org.springframework.amqp.rabbit.config.AbstractExchangeParser
 
BINDING_KEY_ATTR - Static variable in class org.springframework.amqp.rabbit.config.DirectExchangeParser
 
BINDING_PATTERN_ATTR - Static variable in class org.springframework.amqp.rabbit.config.TopicExchangeParser
 
BINDING_QUEUE_ATTR - Static variable in class org.springframework.amqp.rabbit.config.AbstractExchangeParser
 
BindingBuilder - Class in org.springframework.amqp.core
Basic builder class to create bindings for a more fluent API style in code based configuration.
BindingBuilder() - Constructor for class org.springframework.amqp.core.BindingBuilder
 
BindingBuilder.AbstractRoutingKeyConfigurer<E extends Exchange> - Class in org.springframework.amqp.core
 
BindingBuilder.DestinationConfigurer - Class in org.springframework.amqp.core
 
BindingBuilder.DirectExchangeRoutingKeyConfigurer - Class in org.springframework.amqp.core
 
BindingBuilder.GenericArgumentsConfigurer - Class in org.springframework.amqp.core
 
BindingBuilder.GenericExchangeRoutingKeyConfigurer - Class in org.springframework.amqp.core
 
BindingBuilder.HeadersExchangeMapConfigurer - Class in org.springframework.amqp.core
 
BindingBuilder.HeadersExchangeMapConfigurer.HeadersExchangeKeysBindingCreator - Class in org.springframework.amqp.core
 
BindingBuilder.HeadersExchangeMapConfigurer.HeadersExchangeMapBindingCreator - Class in org.springframework.amqp.core
 
BindingBuilder.HeadersExchangeMapConfigurer.HeadersExchangeSingleValueBindingCreator - Class in org.springframework.amqp.core
 
BindingBuilder.TopicExchangeRoutingKeyConfigurer - Class in org.springframework.amqp.core
 
BindingFactoryBean - Class in org.springframework.amqp.rabbit.config
 
BindingFactoryBean() - Constructor for class org.springframework.amqp.rabbit.config.BindingFactoryBean
 
BINDINGS_ELE - Static variable in class org.springframework.amqp.rabbit.config.AbstractExchangeParser
 
bindResourceToTransaction(RabbitResourceHolder, ConnectionFactory, boolean) - Static method in class org.springframework.amqp.rabbit.connection.ConnectionFactoryUtils
 
BlockingQueueConsumer - Class in org.springframework.amqp.rabbit.listener
Specialized consumer encapsulating knowledge of the broker connections and having its own lifecycle (start and stop).
BlockingQueueConsumer(ConnectionFactory, MessagePropertiesConverter, ActiveObjectCounter<BlockingQueueConsumer>, AcknowledgeMode, boolean, int, String...) - Constructor for class org.springframework.amqp.rabbit.listener.BlockingQueueConsumer
Create a consumer.
BlockingQueueConsumer(ConnectionFactory, MessagePropertiesConverter, ActiveObjectCounter<BlockingQueueConsumer>, AcknowledgeMode, boolean, int, boolean, String...) - Constructor for class org.springframework.amqp.rabbit.listener.BlockingQueueConsumer
Create a consumer.
BlockingQueueConsumer(ConnectionFactory, MessagePropertiesConverter, ActiveObjectCounter<BlockingQueueConsumer>, AcknowledgeMode, boolean, int, boolean, Map<String, Object>, String...) - Constructor for class org.springframework.amqp.rabbit.listener.BlockingQueueConsumer
Create a consumer.
BlockingQueueConsumer(ConnectionFactory, MessagePropertiesConverter, ActiveObjectCounter<BlockingQueueConsumer>, AcknowledgeMode, boolean, int, boolean, Map<String, Object>, boolean, String...) - Constructor for class org.springframework.amqp.rabbit.listener.BlockingQueueConsumer
Create a consumer.
BlockingQueueConsumer.DeclarationException - Exception in org.springframework.amqp.rabbit.listener
 
BlockingQueueConsumer.Delivery - Class in org.springframework.amqp.rabbit.listener
Encapsulates an arbitrary message - simple "bean" holder structure.
BlockingQueueConsumer.InternalConsumer - Class in org.springframework.amqp.rabbit.listener
 
body - Variable in class org.springframework.amqp.core.Message
 
body - Variable in class org.springframework.amqp.core.MessageBuilder
 
body - Variable in class org.springframework.amqp.rabbit.listener.BlockingQueueConsumer.Delivery
 
build() - Method in class org.springframework.amqp.core.MessageBuilder
 
build() - Method in class org.springframework.amqp.core.MessageBuilderSupport
 
build() - Method in class org.springframework.amqp.core.MessagePropertiesBuilder
 
build() - Method in class org.springframework.amqp.rabbit.config.RetryInterceptorBuilder
 
build() - Method in class org.springframework.amqp.rabbit.config.RetryInterceptorBuilder.StatefulRetryInterceptorBuilder
 
build() - Method in class org.springframework.amqp.rabbit.config.RetryInterceptorBuilder.StatelessRetryInterceptorBuilder
 
buildListenerArguments(Object) - Method in class org.springframework.amqp.rabbit.listener.adapter.MessageListenerAdapter
Build an array of arguments to be passed into the target listener method.
buildMessage(Channel, Object) - Method in class org.springframework.amqp.rabbit.listener.adapter.MessageListenerAdapter
Build a Rabbit message to be sent as response based on the given result object.
buildMessageFromResponse(GetResponse) - Method in class org.springframework.amqp.rabbit.core.RabbitTemplate
 
buildProperties() - Method in class org.springframework.amqp.core.MessageBuilderSupport
 

C

CACHE_MODE - Static variable in class org.springframework.amqp.rabbit.config.ConnectionFactoryParser
 
CachedChannelInvocationHandler(CachingConnectionFactory.ChannelCachingConnectionProxy, Channel, LinkedList<ChannelProxy>, boolean) - Constructor for class org.springframework.amqp.rabbit.connection.CachingConnectionFactory.CachedChannelInvocationHandler
 
cachedChannelsNonTransactional - Variable in class org.springframework.amqp.rabbit.connection.CachingConnectionFactory
 
cachedChannelsTransactional - Variable in class org.springframework.amqp.rabbit.connection.CachingConnectionFactory
 
cacheMode - Variable in class org.springframework.amqp.rabbit.connection.CachingConnectionFactory
 
CacheMode() - Constructor for enum org.springframework.amqp.rabbit.connection.CachingConnectionFactory.CacheMode
 
CachingConnectionFactory - Class in org.springframework.amqp.rabbit.connection
A ConnectionFactory implementation that (when the cache mode is CachingConnectionFactory.CacheMode.CHANNEL (default) returns the same Connection from all CachingConnectionFactory.createConnection() calls, and ignores calls to Connection.close() and caches Channel.
CachingConnectionFactory() - Constructor for class org.springframework.amqp.rabbit.connection.CachingConnectionFactory
Create a new CachingConnectionFactory initializing the hostname to be the value returned from InetAddress.getLocalHost(), or "localhost" if getLocalHost() throws an exception.
CachingConnectionFactory(String, int) - Constructor for class org.springframework.amqp.rabbit.connection.CachingConnectionFactory
Create a new CachingConnectionFactory given a host name and port.
CachingConnectionFactory(int) - Constructor for class org.springframework.amqp.rabbit.connection.CachingConnectionFactory
Create a new CachingConnectionFactory given a port on the hostname returned from InetAddress.getLocalHost(), or "localhost" if getLocalHost() throws an exception.
CachingConnectionFactory(String) - Constructor for class org.springframework.amqp.rabbit.connection.CachingConnectionFactory
Create a new CachingConnectionFactory given a host name.
CachingConnectionFactory(ConnectionFactory) - Constructor for class org.springframework.amqp.rabbit.connection.CachingConnectionFactory
Create a new CachingConnectionFactory for the given target ConnectionFactory.
CachingConnectionFactory.CachedChannelInvocationHandler - Class in org.springframework.amqp.rabbit.connection
 
CachingConnectionFactory.CacheMode - Enum in org.springframework.amqp.rabbit.connection
 
CachingConnectionFactory.ChannelCachingConnectionProxy - Class in org.springframework.amqp.rabbit.connection
 
cancellationLock - Variable in class org.springframework.amqp.rabbit.listener.SimpleMessageListenerContainer
 
cancelled - Variable in class org.springframework.amqp.rabbit.listener.BlockingQueueConsumer
 
cancelReceived - Variable in class org.springframework.amqp.rabbit.listener.BlockingQueueConsumer
 
CATEGORY_LEVEL - Static variable in class org.springframework.amqp.rabbit.log4j.AmqpAppender
Key name for the logger level name in the message properties
CATEGORY_NAME - Static variable in class org.springframework.amqp.rabbit.log4j.AmqpAppender
Key name for the logger category name in the message properties
cause - Variable in class org.springframework.amqp.rabbit.support.PendingConfirm
 
causeChainContainsARADRE(Throwable) - Method in class org.springframework.amqp.rabbit.listener.ConditionalRejectingErrorHandler
 
channel - Variable in class org.springframework.amqp.rabbit.connection.ConsumerChannelRegistry.ChannelHolder
 
channel - Variable in class org.springframework.amqp.rabbit.listener.BlockingQueueConsumer
 
CHANNEL_CACHE_SIZE_ATTRIBUTE - Static variable in class org.springframework.amqp.rabbit.config.ConnectionFactoryParser
 
CHANNEL_TRANSACTED_ATTRIBUTE - Static variable in class org.springframework.amqp.rabbit.config.RabbitNamespaceUtils
 
CHANNEL_TRANSACTED_ATTRIBUTE - Static variable in class org.springframework.amqp.rabbit.config.TemplateParser
 
ChannelAwareMessageListener - Interface in org.springframework.amqp.rabbit.core
A message listener that is aware of the Channel on which the message was received.
channelCacheSize - Variable in class org.springframework.amqp.rabbit.connection.CachingConnectionFactory
 
ChannelCachingConnectionProxy(Connection) - Constructor for class org.springframework.amqp.rabbit.connection.CachingConnectionFactory.ChannelCachingConnectionProxy
 
ChannelCallback<T> - Interface in org.springframework.amqp.rabbit.core
Basic callback for use in RabbitTemplate
ChannelHolder(Channel, ConnectionFactory) - Constructor for class org.springframework.amqp.rabbit.connection.ConsumerChannelRegistry.ChannelHolder
 
channelList - Variable in class org.springframework.amqp.rabbit.connection.CachingConnectionFactory.CachedChannelInvocationHandler
 
channelListener - Variable in class org.springframework.amqp.rabbit.connection.AbstractConnectionFactory
 
ChannelListener - Interface in org.springframework.amqp.rabbit.connection
 
ChannelProxy - Interface in org.springframework.amqp.rabbit.connection
Subinterface of Channel to be implemented by Channel proxies.
channels - Variable in class org.springframework.amqp.rabbit.connection.RabbitResourceHolder
 
channelsPerConnection - Variable in class org.springframework.amqp.rabbit.connection.RabbitResourceHolder
 
charset - Variable in class org.springframework.amqp.rabbit.log4j.AmqpAppender
charset to use when converting String to byte[], default null (system default charset used).
checkMessageListener(Object) - Method in class org.springframework.amqp.rabbit.listener.AbstractMessageListenerContainer
Check the given message listener, throwing an exception if it does not correspond to a supported listener type.
checkMissingQueues() - Method in class org.springframework.amqp.rabbit.listener.BlockingQueueConsumer
 
checkMisssingQueuesFatal() - Method in class org.springframework.amqp.rabbit.listener.SimpleMessageListenerContainer
 
checkShutdown() - Method in class org.springframework.amqp.rabbit.listener.BlockingQueueConsumer
Check if we are in shutdown mode and if so throw an exception.
checkWhiteList(Class<?>) - Method in class org.springframework.amqp.support.converter.WhiteListDeserializingMessageConverter
 
classIdMapping - Variable in class org.springframework.amqp.support.converter.AbstractJavaTypeMapper
 
classIdMapping - Variable in class org.springframework.amqp.support.converter.DefaultClassMapper
 
classMapper - Variable in class org.springframework.amqp.support.converter.AbstractJsonMessageConverter
 
ClassMapper - Interface in org.springframework.amqp.support.converter
Strategy for setting metadata on messages such that one can create the class that needs to be instantiated when receiving a message.
clear() - Static method in class org.springframework.amqp.rabbit.connection.SimpleResourceHolder
Clear resources for the current thread.
clearConfirmListeners() - Method in class org.springframework.amqp.rabbit.support.PublisherCallbackChannelImpl
 
clearConnectionListeners() - Method in class org.springframework.amqp.rabbit.connection.AbstractConnectionFactory
 
clearConnectionListeners() - Method in class org.springframework.amqp.rabbit.connection.AbstractRoutingConnectionFactory
 
clearConnectionListeners() - Method in interface org.springframework.amqp.rabbit.connection.ConnectionFactory
 
clearDelegates() - Method in class org.springframework.amqp.rabbit.connection.CompositeConnectionListener
 
clearFlowListeners() - Method in class org.springframework.amqp.rabbit.support.PublisherCallbackChannelImpl
 
clearReturnListeners() - Method in class org.springframework.amqp.rabbit.support.PublisherCallbackChannelImpl
 
close() - Method in class org.springframework.amqp.rabbit.connection.CachingConnectionFactory.ChannelCachingConnectionProxy
 
close() - Method in interface org.springframework.amqp.rabbit.connection.Connection
Close this connection and all its channels with the AMQP.REPLY_SUCCESS close code and message 'OK'.
close() - Method in class org.springframework.amqp.rabbit.connection.SimpleConnection
 
close() - Method in class org.springframework.amqp.rabbit.log4j.AmqpAppender
 
close(int, String) - Method in class org.springframework.amqp.rabbit.support.PublisherCallbackChannelImpl
 
close() - Method in class org.springframework.amqp.rabbit.support.PublisherCallbackChannelImpl
 
closeAll() - Method in class org.springframework.amqp.rabbit.connection.RabbitResourceHolder
 
closeChannel(Channel) - Static method in class org.springframework.amqp.rabbit.connection.RabbitUtils
Close the given RabbitMQ Channel and ignore any thrown exception.
closeConnection(Connection) - Static method in class org.springframework.amqp.rabbit.connection.RabbitUtils
Close the given RabbitMQ Connection and ignore any thrown exception.
closeMessageConsumer(Channel, Collection<String>, boolean) - Static method in class org.springframework.amqp.rabbit.connection.RabbitUtils
 
closeNotified - Variable in class org.springframework.amqp.rabbit.connection.CachingConnectionFactory.ChannelCachingConnectionProxy
 
closeTimeout - Variable in class org.springframework.amqp.rabbit.connection.AbstractConnectionFactory
 
closeTimeout - Variable in class org.springframework.amqp.rabbit.connection.SimpleConnection
 
clusterId - Variable in class org.springframework.amqp.core.MessageProperties
 
codebaseUrl - Variable in class org.springframework.amqp.support.converter.SimpleMessageConverter
 
commitAll() - Method in class org.springframework.amqp.rabbit.connection.RabbitResourceHolder
 
commitIfNecessary(Channel) - Static method in class org.springframework.amqp.rabbit.connection.RabbitUtils
Commit the Channel if not within a JTA transaction.
commitIfNecessary(boolean) - Method in class org.springframework.amqp.rabbit.listener.BlockingQueueConsumer
Perform a commit or message acknowledgement, as appropriate.
CompositeChannelListener - Class in org.springframework.amqp.rabbit.connection
 
CompositeChannelListener() - Constructor for class org.springframework.amqp.rabbit.connection.CompositeChannelListener
 
CompositeConnectionListener - Class in org.springframework.amqp.rabbit.connection
 
CompositeConnectionListener() - Constructor for class org.springframework.amqp.rabbit.connection.CompositeConnectionListener
 
CONCURRENCY_ATTRIBUTE - Static variable in class org.springframework.amqp.rabbit.config.RabbitNamespaceUtils
 
concurrentConsumers - Variable in class org.springframework.amqp.rabbit.listener.SimpleMessageListenerContainer
 
conditionalMethodsChecked - Static variable in class org.springframework.amqp.rabbit.support.PublisherCallbackChannelImpl
 
ConditionalRejectingErrorHandler - Class in org.springframework.amqp.rabbit.listener
ErrorHandler that conditionally wraps the Exception in an AmqpRejectAndDontRequeueException if the configured rejection strategy determines that the message is fatal and should not be requeued.
ConditionalRejectingErrorHandler() - Constructor for class org.springframework.amqp.rabbit.listener.ConditionalRejectingErrorHandler
ConditionalRejectingErrorHandler(FatalExceptionStrategy) - Constructor for class org.springframework.amqp.rabbit.listener.ConditionalRejectingErrorHandler
Create a handler with the supplied FatalExceptionStrategy implementation.
ConditionalRejectingErrorHandler.DefaultExceptionStrategy - Class in org.springframework.amqp.rabbit.listener
 
configurer - Variable in class org.springframework.amqp.core.BindingBuilder.GenericArgumentsConfigurer
 
confirm(CorrelationData, boolean) - Method in interface org.springframework.amqp.rabbit.core.RabbitTemplate.ConfirmCallback
 
CONFIRM_CALLBACK_ATTRIBUTE - Static variable in class org.springframework.amqp.rabbit.config.TemplateParser
 
confirmCallback - Variable in class org.springframework.amqp.rabbit.core.RabbitTemplate
 
confirmSelect() - Method in class org.springframework.amqp.rabbit.support.PublisherCallbackChannelImpl
 
connection - Variable in class org.springframework.amqp.rabbit.connection.CachingConnectionFactory
 
Connection - Interface in org.springframework.amqp.rabbit.connection
 
CONNECTION_CACHE_SIZE_ATTRIBUTE - Static variable in class org.springframework.amqp.rabbit.config.ConnectionFactoryParser
 
CONNECTION_FACTORY_ATTRIBUTE - Static variable in class org.springframework.amqp.rabbit.config.AdminParser
 
CONNECTION_FACTORY_ATTRIBUTE - Static variable in class org.springframework.amqp.rabbit.config.ConnectionFactoryParser
 
CONNECTION_FACTORY_ATTRIBUTE - Static variable in class org.springframework.amqp.rabbit.config.RabbitNamespaceUtils
 
CONNECTION_FACTORY_ATTRIBUTE - Static variable in class org.springframework.amqp.rabbit.config.TemplateParser
 
connectionCacheSize - Variable in class org.springframework.amqp.rabbit.connection.CachingConnectionFactory
 
ConnectionFactory - Interface in org.springframework.amqp.rabbit.connection
An interface based ConnectionFactory for creating Connections.
connectionFactory - Variable in class org.springframework.amqp.rabbit.connection.ConsumerChannelRegistry.ChannelHolder
 
connectionFactory - Variable in class org.springframework.amqp.rabbit.connection.RabbitAccessor
 
connectionFactory - Variable in class org.springframework.amqp.rabbit.core.RabbitAdmin
 
connectionFactory - Variable in class org.springframework.amqp.rabbit.listener.BlockingQueueConsumer
 
connectionFactory - Variable in class org.springframework.amqp.rabbit.log4j.AmqpAppender
RabbitMQ ConnectionFactory.
connectionFactory - Variable in class org.springframework.amqp.rabbit.transaction.RabbitTransactionManager
 
ConnectionFactoryParser - Class in org.springframework.amqp.rabbit.config
 
ConnectionFactoryParser() - Constructor for class org.springframework.amqp.rabbit.config.ConnectionFactoryParser
 
ConnectionFactoryUtils - Class in org.springframework.amqp.rabbit.connection
Helper class for managing a Spring based Rabbit ConnectionFactory, in particular for obtaining transactional Rabbit resources for a given ConnectionFactory.
ConnectionFactoryUtils() - Constructor for class org.springframework.amqp.rabbit.connection.ConnectionFactoryUtils
 
ConnectionFactoryUtils.RabbitResourceSynchronization - Class in org.springframework.amqp.rabbit.connection
Callback for resource cleanup at the end of a non-native RabbitMQ transaction (e.g.
ConnectionFactoryUtils.ResourceFactory - Interface in org.springframework.amqp.rabbit.connection
Callback interface for resource creation.
connectionListener - Variable in class org.springframework.amqp.rabbit.connection.AbstractConnectionFactory
 
ConnectionListener - Interface in org.springframework.amqp.rabbit.connection
 
connectionListeners - Variable in class org.springframework.amqp.rabbit.connection.AbstractRoutingConnectionFactory
 
connectionMonitor - Variable in class org.springframework.amqp.rabbit.connection.CachingConnectionFactory
Synchronization monitor for the shared Connection
ConnectionProxy - Interface in org.springframework.amqp.rabbit.connection
Subinterface of Connection to be implemented by Connection proxies.
connections - Variable in class org.springframework.amqp.rabbit.connection.RabbitResourceHolder
 
consecutiveActiveTrigger - Variable in class org.springframework.amqp.rabbit.listener.SimpleMessageListenerContainer
 
consecutiveIdleTrigger - Variable in class org.springframework.amqp.rabbit.listener.SimpleMessageListenerContainer
 
considerAddingAConsumer() - Method in class org.springframework.amqp.rabbit.listener.SimpleMessageListenerContainer
 
considerStoppingAConsumer(BlockingQueueConsumer) - Method in class org.springframework.amqp.rabbit.listener.SimpleMessageListenerContainer
 
consumeFromQueue(String) - Method in class org.springframework.amqp.rabbit.listener.BlockingQueueConsumer
 
consumer - Variable in class org.springframework.amqp.rabbit.listener.BlockingQueueConsumer
 
consumer - Variable in class org.springframework.amqp.rabbit.listener.SimpleMessageListenerContainer.AsyncMessageProcessingConsumer
 
consumerArgs - Variable in class org.springframework.amqp.rabbit.listener.BlockingQueueConsumer
 
consumerArgs - Variable in class org.springframework.amqp.rabbit.listener.SimpleMessageListenerContainer
 
ConsumerCancelledException - Exception in org.springframework.amqp.rabbit.listener
Thrown when the broker cancels the consumer and the message queue is drained.
ConsumerCancelledException() - Constructor for exception org.springframework.amqp.rabbit.listener.ConsumerCancelledException
 
consumerChannel - Static variable in class org.springframework.amqp.rabbit.connection.ConsumerChannelRegistry
 
ConsumerChannelRegistry - Class in org.springframework.amqp.rabbit.connection
Consumers register their primary channels with this class.
ConsumerChannelRegistry() - Constructor for class org.springframework.amqp.rabbit.connection.ConsumerChannelRegistry
 
ConsumerChannelRegistry.ChannelHolder - Class in org.springframework.amqp.rabbit.connection
 
consumerCount(String) - Method in class org.springframework.amqp.rabbit.support.PublisherCallbackChannelImpl
 
consumerCountMethod - Static variable in class org.springframework.amqp.rabbit.support.PublisherCallbackChannelImpl
 
consumers - Variable in class org.springframework.amqp.rabbit.listener.SimpleMessageListenerContainer
 
consumersMonitor - Variable in class org.springframework.amqp.rabbit.listener.SimpleMessageListenerContainer
 
consumerTags - Variable in class org.springframework.amqp.rabbit.listener.BlockingQueueConsumer
 
containsChannel(Channel) - Method in class org.springframework.amqp.rabbit.connection.RabbitResourceHolder
 
CONTENT_TYPE_BYTES - Static variable in class org.springframework.amqp.core.MessageProperties
 
CONTENT_TYPE_JSON - Static variable in class org.springframework.amqp.core.MessageProperties
 
CONTENT_TYPE_JSON_ALT - Static variable in class org.springframework.amqp.core.MessageProperties
 
CONTENT_TYPE_SERIALIZED_OBJECT - Static variable in class org.springframework.amqp.core.MessageProperties
 
CONTENT_TYPE_TEXT_PLAIN - Static variable in class org.springframework.amqp.core.MessageProperties
 
CONTENT_TYPE_XML - Static variable in class org.springframework.amqp.core.MessageProperties
 
contentEncoding - Variable in class org.springframework.amqp.core.MessageProperties
 
contentEncoding - Variable in class org.springframework.amqp.rabbit.log4j.AmqpAppender
Default content-encoding of log messages.
contentLength - Variable in class org.springframework.amqp.core.MessageProperties
 
contentLengthSet - Variable in class org.springframework.amqp.core.MessageProperties
 
contentType - Variable in class org.springframework.amqp.core.MessageProperties
 
contentType - Variable in class org.springframework.amqp.rabbit.log4j.AmqpAppender
Default content-type of log messages.
contentType - Variable in class org.springframework.amqp.support.converter.MarshallingMessageConverter
 
convertAndSend(Object) - Method in interface org.springframework.amqp.core.AmqpTemplate
Convert a Java object to an Amqp Message and send it to a default exchange with a default routing key.
convertAndSend(String, Object) - Method in interface org.springframework.amqp.core.AmqpTemplate
Convert a Java object to an Amqp Message and send it to a default exchange with a specific routing key.
convertAndSend(String, String, Object) - Method in interface org.springframework.amqp.core.AmqpTemplate
Convert a Java object to an Amqp Message and send it to a specific exchange with a specific routing key.
convertAndSend(Object, MessagePostProcessor) - Method in interface org.springframework.amqp.core.AmqpTemplate
Convert a Java object to an Amqp Message and send it to a default exchange with a default routing key.
convertAndSend(String, Object, MessagePostProcessor) - Method in interface org.springframework.amqp.core.AmqpTemplate
Convert a Java object to an Amqp Message and send it to a default exchange with a specific routing key.
convertAndSend(String, String, Object, MessagePostProcessor) - Method in interface org.springframework.amqp.core.AmqpTemplate
Convert a Java object to an Amqp Message and send it to a specific exchange with a specific routing key.
convertAndSend(Object) - Method in class org.springframework.amqp.rabbit.core.RabbitTemplate
 
convertAndSend(String, Object) - Method in class org.springframework.amqp.rabbit.core.RabbitTemplate
 
convertAndSend(String, Object, CorrelationData) - Method in class org.springframework.amqp.rabbit.core.RabbitTemplate
 
convertAndSend(String, String, Object) - Method in class org.springframework.amqp.rabbit.core.RabbitTemplate
 
convertAndSend(String, String, Object, CorrelationData) - Method in class org.springframework.amqp.rabbit.core.RabbitTemplate
 
convertAndSend(Object, MessagePostProcessor) - Method in class org.springframework.amqp.rabbit.core.RabbitTemplate
 
convertAndSend(String, Object, MessagePostProcessor) - Method in class org.springframework.amqp.rabbit.core.RabbitTemplate
 
convertAndSend(String, Object, MessagePostProcessor, CorrelationData) - Method in class org.springframework.amqp.rabbit.core.RabbitTemplate
 
convertAndSend(String, String, Object, MessagePostProcessor) - Method in class org.springframework.amqp.rabbit.core.RabbitTemplate
 
convertAndSend(String, String, Object, MessagePostProcessor, CorrelationData) - Method in class org.springframework.amqp.rabbit.core.RabbitTemplate
 
convertBytesToObject(byte[], String, JavaType) - Method in class org.springframework.amqp.support.converter.Jackson2JsonMessageConverter
 
convertBytesToObject(byte[], String, Class<?>) - Method in class org.springframework.amqp.support.converter.Jackson2JsonMessageConverter
 
convertBytesToObject(byte[], String, JavaType) - Method in class org.springframework.amqp.support.converter.JsonMessageConverter
 
convertBytesToObject(byte[], String, Class<?>) - Method in class org.springframework.amqp.support.converter.JsonMessageConverter
 
convertHeadersIfNecessary(Map<String, Object>) - Method in class org.springframework.amqp.rabbit.support.DefaultMessagePropertiesConverter
 
convertHeaderValueIfNecessary(Object) - Method in class org.springframework.amqp.rabbit.support.DefaultMessagePropertiesConverter
Converts a header value to a String if the value type is unsupported by AMQP, also handling values nested inside Lists or Maps.
convertLongString(LongString, String) - Method in class org.springframework.amqp.rabbit.support.DefaultMessagePropertiesConverter
Converts a LongString value to either a String or DataInputStream based on a length-driven threshold.
convertLongStringIfNecessary(Object, String) - Method in class org.springframework.amqp.rabbit.support.DefaultMessagePropertiesConverter
Converts a LongString value using DefaultMessagePropertiesConverter.convertLongString(LongString, String), also handling values nested in Lists or Maps.
convertMessageIfNecessary(Object) - Method in class org.springframework.amqp.rabbit.core.RabbitTemplate
 
convertRabbitAccessException(Exception) - Method in class org.springframework.amqp.rabbit.connection.RabbitAccessor
 
convertRabbitAccessException(Throwable) - Static method in class org.springframework.amqp.rabbit.support.RabbitExceptionTranslator
 
convertSendAndReceive(Object) - Method in interface org.springframework.amqp.core.AmqpTemplate
Basic RPC pattern with conversion.
convertSendAndReceive(String, Object) - Method in interface org.springframework.amqp.core.AmqpTemplate
Basic RPC pattern with conversion.
convertSendAndReceive(String, String, Object) - Method in interface org.springframework.amqp.core.AmqpTemplate
Basic RPC pattern with conversion.
convertSendAndReceive(Object, MessagePostProcessor) - Method in interface org.springframework.amqp.core.AmqpTemplate
Basic RPC pattern with conversion.
convertSendAndReceive(String, Object, MessagePostProcessor) - Method in interface org.springframework.amqp.core.AmqpTemplate
Basic RPC pattern with conversion.
convertSendAndReceive(String, String, Object, MessagePostProcessor) - Method in interface org.springframework.amqp.core.AmqpTemplate
Basic RPC pattern with conversion.
convertSendAndReceive(Object) - Method in class org.springframework.amqp.rabbit.core.RabbitTemplate
 
convertSendAndReceive(String, Object) - Method in class org.springframework.amqp.rabbit.core.RabbitTemplate
 
convertSendAndReceive(String, String, Object) - Method in class org.springframework.amqp.rabbit.core.RabbitTemplate
 
convertSendAndReceive(Object, MessagePostProcessor) - Method in class org.springframework.amqp.rabbit.core.RabbitTemplate
 
convertSendAndReceive(String, Object, MessagePostProcessor) - Method in class org.springframework.amqp.rabbit.core.RabbitTemplate
 
convertSendAndReceive(String, String, Object, MessagePostProcessor) - Method in class org.springframework.amqp.rabbit.core.RabbitTemplate
 
copyHeaders(Map<String, Object>) - Method in class org.springframework.amqp.core.MessageBuilderSupport
 
copyHeadersIfAbsent(Map<String, Object>) - Method in class org.springframework.amqp.core.MessageBuilderSupport
 
copyProperties(MessageProperties) - Method in class org.springframework.amqp.core.MessageBuilderSupport
 
copyProperties(MessageProperties) - Method in class org.springframework.amqp.core.MessagePropertiesBuilder
 
CORRELATION_KEY - Static variable in class org.springframework.amqp.rabbit.config.TemplateParser
 
correlationconvertAndSend(Object, CorrelationData) - Method in class org.springframework.amqp.rabbit.core.RabbitTemplate
Deprecated.
correlationConvertAndSend(Object, CorrelationData) - Method in class org.springframework.amqp.rabbit.core.RabbitTemplate
 
CorrelationData - Class in org.springframework.amqp.rabbit.support
Base class for correlating publisher confirms to sent messages.
CorrelationData(String) - Constructor for class org.springframework.amqp.rabbit.support.CorrelationData
 
correlationData - Variable in class org.springframework.amqp.rabbit.support.PendingConfirm
 
correlationId - Variable in class org.springframework.amqp.core.MessageProperties
 
correlationKey - Variable in class org.springframework.amqp.rabbit.core.RabbitTemplate
 
createBareChannel(boolean) - Method in class org.springframework.amqp.rabbit.connection.CachingConnectionFactory.ChannelCachingConnectionProxy
 
createBareChannel(CachingConnectionFactory.ChannelCachingConnectionProxy, boolean) - Method in class org.springframework.amqp.rabbit.connection.CachingConnectionFactory
 
createBareConnection() - Method in class org.springframework.amqp.rabbit.connection.AbstractConnectionFactory
 
createBlockingQueueConsumer() - Method in class org.springframework.amqp.rabbit.listener.SimpleMessageListenerContainer
 
createChannel(boolean) - Method in class org.springframework.amqp.rabbit.connection.CachingConnectionFactory.ChannelCachingConnectionProxy
 
createChannel(boolean) - Method in interface org.springframework.amqp.rabbit.connection.Connection
Create a new channel, using an internally allocated channel number.
createChannel(Connection) - Method in interface org.springframework.amqp.rabbit.connection.ConnectionFactoryUtils.ResourceFactory
Create a new RabbitMQ Session for registration with a RabbitResourceHolder.
createChannel(boolean) - Method in class org.springframework.amqp.rabbit.connection.SimpleConnection
 
createConnection() - Method in class org.springframework.amqp.rabbit.connection.AbstractRoutingConnectionFactory
 
createConnection() - Method in class org.springframework.amqp.rabbit.connection.CachingConnectionFactory
 
createConnection() - Method in interface org.springframework.amqp.rabbit.connection.ConnectionFactory
 
createConnection() - Method in interface org.springframework.amqp.rabbit.connection.ConnectionFactoryUtils.ResourceFactory
Create a new RabbitMQ Connection for registration with a RabbitResourceHolder.
createConnection() - Method in class org.springframework.amqp.rabbit.connection.RabbitAccessor
Create a RabbitMQ Connection via this template's ConnectionFactory and its host and port values.
createElementDescription(Element) - Static method in class org.springframework.amqp.rabbit.config.NamespaceUtils
Provides a user friendly description of an element based on its node name and, if available, its "id" attribute value.
createMapForKeys(String...) - Static method in class org.springframework.amqp.core.BindingBuilder
 
createMessage(Object, MessageProperties) - Method in class org.springframework.amqp.support.converter.AbstractMessageConverter
Crate a message from the payload object and message properties provided.
createMessage(Object, MessageProperties) - Method in class org.springframework.amqp.support.converter.Jackson2JsonMessageConverter
 
createMessage(Object, MessageProperties) - Method in class org.springframework.amqp.support.converter.JsonMessageConverter
 
createMessage(Object, MessageProperties) - Method in class org.springframework.amqp.support.converter.MarshallingMessageConverter
Marshals the given object to a Message.
createMessage(Object, MessageProperties) - Method in class org.springframework.amqp.support.converter.SerializerMessageConverter
Creates an AMQP Message from the provided Object.
createMessage(Object, MessageProperties) - Method in class org.springframework.amqp.support.converter.SimpleMessageConverter
Creates an AMQP Message from the provided Object.
createMessageIds - Variable in class org.springframework.amqp.support.converter.AbstractMessageConverter
 
createObjectInputStream(InputStream, String) - Method in class org.springframework.amqp.support.converter.SimpleMessageConverter
Create an ObjectInputStream for the given InputStream and codebase.
createRabbitTemplate(ConnectionFactory) - Method in class org.springframework.amqp.rabbit.core.support.RabbitGatewaySupport
Create a RabbitTemplate for the given ConnectionFactory.
CustomExchange - Class in org.springframework.amqp.core
Simple container collecting information to describe a custom exchange.
CustomExchange(String, String) - Constructor for class org.springframework.amqp.core.CustomExchange
 
CustomExchange(String, String, boolean, boolean) - Constructor for class org.springframework.amqp.core.CustomExchange
 
CustomExchange(String, String, boolean, boolean, Map<String, Object>) - Constructor for class org.springframework.amqp.core.CustomExchange
 

D

Declarable - Interface in org.springframework.amqp.core
Classes implementing this interface can be auto-declared with the broker during context initialization by an AmqpAdmin.
DeclarationException() - Constructor for exception org.springframework.amqp.rabbit.listener.BlockingQueueConsumer.DeclarationException
 
DeclarationException(Throwable) - Constructor for exception org.springframework.amqp.rabbit.listener.BlockingQueueConsumer.DeclarationException
 
declarationRetries - Variable in class org.springframework.amqp.rabbit.listener.BlockingQueueConsumer
 
declarationRetries - Variable in class org.springframework.amqp.rabbit.listener.SimpleMessageListenerContainer
 
declareBinding(Binding) - Method in interface org.springframework.amqp.core.AmqpAdmin
Declare a binding of a queue to an exchange.
declareBinding(Binding) - Method in class org.springframework.amqp.rabbit.core.RabbitAdmin
 
declareBindings(Channel, Binding...) - Method in class org.springframework.amqp.rabbit.core.RabbitAdmin
 
declareExchange(Exchange) - Method in interface org.springframework.amqp.core.AmqpAdmin
Declare an exchange
declareExchange(Exchange) - Method in class org.springframework.amqp.rabbit.core.RabbitAdmin
 
declareExchange - Variable in class org.springframework.amqp.rabbit.log4j.AmqpAppender
Whether or not to try and declare the configured exchange when this appender starts.
declareExchanges(Channel, Exchange...) - Method in class org.springframework.amqp.rabbit.core.RabbitAdmin
 
declareQueue() - Method in interface org.springframework.amqp.core.AmqpAdmin
Declare a queue whose name is automatically named.
declareQueue(Queue) - Method in interface org.springframework.amqp.core.AmqpAdmin
Declare the given queue
declareQueue(Queue) - Method in class org.springframework.amqp.rabbit.core.RabbitAdmin
Declare the given queue.
declareQueue() - Method in class org.springframework.amqp.rabbit.core.RabbitAdmin
Declares a server-named exclusive, autodelete, non-durable queue.
declareQueues(Channel, Queue...) - Method in class org.springframework.amqp.rabbit.core.RabbitAdmin
 
declareTransactional(Channel) - Static method in class org.springframework.amqp.rabbit.connection.RabbitUtils
Declare to that broker that a channel is going to be used transactionally, and convert exceptions that arise.
declaringAdmins - Variable in class org.springframework.amqp.core.AbstractDeclarable
 
DEFAULT - Static variable in class org.springframework.amqp.core.DirectExchange
 
DEFAULT_CHARSET - Static variable in class org.springframework.amqp.support.converter.AbstractJsonMessageConverter
 
DEFAULT_CHARSET - Static variable in class org.springframework.amqp.support.converter.SerializerMessageConverter
 
DEFAULT_CHARSET - Static variable in class org.springframework.amqp.support.converter.SimpleMessageConverter
 
DEFAULT_CLASSID_FIELD_NAME - Static variable in class org.springframework.amqp.support.converter.AbstractJavaTypeMapper
 
DEFAULT_CLASSID_FIELD_NAME - Static variable in class org.springframework.amqp.support.converter.DefaultClassMapper
 
DEFAULT_CLOSE_TIMEOUT - Static variable in class org.springframework.amqp.rabbit.connection.AbstractConnectionFactory
 
DEFAULT_CONSECUTIVE_ACTIVE_TRIGGER - Static variable in class org.springframework.amqp.rabbit.listener.SimpleMessageListenerContainer
 
DEFAULT_CONSECUTIVE_IDLE_TRIGGER - Static variable in class org.springframework.amqp.rabbit.listener.SimpleMessageListenerContainer
 
DEFAULT_CONTENT_CLASSID_FIELD_NAME - Static variable in class org.springframework.amqp.support.converter.AbstractJavaTypeMapper
 
DEFAULT_CONTENT_TYPE - Static variable in class org.springframework.amqp.core.MessageProperties
 
DEFAULT_DELIVERY_MODE - Static variable in class org.springframework.amqp.core.MessageProperties
 
DEFAULT_ENCODING - Static variable in class org.springframework.amqp.rabbit.core.RabbitTemplate
 
DEFAULT_ENCODING - Static variable in class org.springframework.amqp.rabbit.listener.adapter.MessageListenerAdapter
 
DEFAULT_EXCHANGE - Static variable in class org.springframework.amqp.rabbit.core.RabbitTemplate
Alias for amq.direct default exchange
DEFAULT_EXCHANGE_NAME - Static variable in class org.springframework.amqp.rabbit.core.RabbitAdmin
 
DEFAULT_KEY_CLASSID_FIELD_NAME - Static variable in class org.springframework.amqp.support.converter.AbstractJavaTypeMapper
 
DEFAULT_PORT - Static variable in class org.springframework.amqp.rabbit.connection.RabbitUtils
 
DEFAULT_PREFETCH_COUNT - Static variable in class org.springframework.amqp.rabbit.listener.SimpleMessageListenerContainer
 
DEFAULT_PRIORITY - Static variable in class org.springframework.amqp.core.MessageProperties
 
DEFAULT_RECEIVE_TIMEOUT - Static variable in class org.springframework.amqp.rabbit.listener.SimpleMessageListenerContainer
 
DEFAULT_RECOVERY_INTERVAL - Static variable in class org.springframework.amqp.rabbit.listener.SimpleMessageListenerContainer
The default recovery interval: 5000 ms = 5 seconds.
DEFAULT_REPLY_TIMEOUT - Static variable in class org.springframework.amqp.rabbit.core.RabbitTemplate
 
DEFAULT_RESPONSE_ROUTING_KEY - Static variable in class org.springframework.amqp.rabbit.listener.adapter.MessageListenerAdapter
 
DEFAULT_ROUTING_KEY - Static variable in class org.springframework.amqp.rabbit.core.RabbitTemplate
 
DEFAULT_SHUTDOWN_TIMEOUT - Static variable in class org.springframework.amqp.rabbit.listener.SimpleMessageListenerContainer
 
DEFAULT_START_CONSUMER_MIN_INTERVAL - Static variable in class org.springframework.amqp.rabbit.listener.SimpleMessageListenerContainer
 
DEFAULT_STOP_CONSUMER_MIN_INTERVAL - Static variable in class org.springframework.amqp.rabbit.listener.SimpleMessageListenerContainer
 
defaultCharset - Variable in class org.springframework.amqp.support.converter.AbstractJsonMessageConverter
 
defaultCharset - Variable in class org.springframework.amqp.support.converter.SerializerMessageConverter
 
defaultCharset - Variable in class org.springframework.amqp.support.converter.SimpleMessageConverter
 
DefaultClassMapper - Class in org.springframework.amqp.support.converter
Maps to/from JSON using type information in the MessageProperties; the default name of the message property containing the type is '__TypeId__'.
DefaultClassMapper() - Constructor for class org.springframework.amqp.support.converter.DefaultClassMapper
 
defaultDeserializerClassLoader - Variable in class org.springframework.amqp.support.converter.SerializerMessageConverter
 
DefaultExceptionStrategy() - Constructor for class org.springframework.amqp.rabbit.listener.ConditionalRejectingErrorHandler.DefaultExceptionStrategy
 
defaultHashtableClass - Variable in class org.springframework.amqp.support.converter.DefaultClassMapper
 
defaultHashtableTypeId - Variable in class org.springframework.amqp.support.converter.DefaultClassMapper
 
DefaultJackson2JavaTypeMapper - Class in org.springframework.amqp.support.converter
 
DefaultJackson2JavaTypeMapper() - Constructor for class org.springframework.amqp.support.converter.DefaultJackson2JavaTypeMapper
 
DefaultJavaTypeMapper - Class in org.springframework.amqp.support.converter
 
DefaultJavaTypeMapper() - Constructor for class org.springframework.amqp.support.converter.DefaultJavaTypeMapper
 
defaultListenerMethod - Variable in class org.springframework.amqp.rabbit.listener.adapter.MessageListenerAdapter
 
DefaultMessagePropertiesConverter - Class in org.springframework.amqp.rabbit.support
Default implementation of the MessagePropertiesConverter strategy.
DefaultMessagePropertiesConverter() - Constructor for class org.springframework.amqp.rabbit.support.DefaultMessagePropertiesConverter
 
defaultReplyToAddressCallback - Variable in class org.springframework.amqp.rabbit.core.RabbitTemplate
 
defaultRequeueRejected - Variable in class org.springframework.amqp.rabbit.listener.SimpleMessageListenerContainer
 
defaultRequeuRejected - Variable in class org.springframework.amqp.rabbit.listener.BlockingQueueConsumer
 
defaultTargetConnectionFactory - Variable in class org.springframework.amqp.rabbit.connection.AbstractRoutingConnectionFactory
 
defaultType - Variable in class org.springframework.amqp.support.converter.DefaultClassMapper
 
delegate - Variable in class org.springframework.amqp.rabbit.connection.SimpleConnection
 
delegate - Variable in class org.springframework.amqp.rabbit.listener.adapter.MessageListenerAdapter
 
delegate - Variable in class org.springframework.amqp.rabbit.listener.SimpleMessageListenerContainer
 
delegate - Variable in class org.springframework.amqp.rabbit.support.PublisherCallbackChannelImpl
 
delegates - Variable in class org.springframework.amqp.rabbit.connection.CompositeChannelListener
 
delegates - Variable in class org.springframework.amqp.rabbit.connection.CompositeConnectionListener
 
deleteExchange(String) - Method in interface org.springframework.amqp.core.AmqpAdmin
Delete an exchange.
deleteExchange(String) - Method in class org.springframework.amqp.rabbit.core.RabbitAdmin
 
deleteQueue(String) - Method in interface org.springframework.amqp.core.AmqpAdmin
Delete a queue, without regard for whether it is in use or has messages on it
deleteQueue(String, boolean, boolean) - Method in interface org.springframework.amqp.core.AmqpAdmin
Delete a queue
deleteQueue(String) - Method in class org.springframework.amqp.rabbit.core.RabbitAdmin
 
deleteQueue(String, boolean, boolean) - Method in class org.springframework.amqp.rabbit.core.RabbitAdmin
 
Delivery(Envelope, AMQP.BasicProperties, byte[]) - Constructor for class org.springframework.amqp.rabbit.listener.BlockingQueueConsumer.Delivery
 
deliveryMode - Variable in class org.springframework.amqp.core.MessageProperties
 
deliveryTag - Variable in class org.springframework.amqp.core.MessageProperties
 
deliveryTags - Variable in class org.springframework.amqp.rabbit.connection.RabbitResourceHolder
 
deliveryTags - Variable in class org.springframework.amqp.rabbit.listener.BlockingQueueConsumer
 
deliveryTagSet - Variable in class org.springframework.amqp.core.MessageProperties
 
deserialize(ByteArrayInputStream, Deserializer<Object>) - Method in class org.springframework.amqp.support.converter.SerializerMessageConverter
 
deserialize(byte[]) - Static method in class org.springframework.amqp.utils.SerializationUtils
 
deserialize(ObjectInputStream) - Static method in class org.springframework.amqp.utils.SerializationUtils
 
deserializer - Variable in class org.springframework.amqp.support.converter.SerializerMessageConverter
 
destination - Variable in class org.springframework.amqp.core.Binding
 
destination - Variable in class org.springframework.amqp.core.BindingBuilder.AbstractRoutingKeyConfigurer
 
destination - Variable in class org.springframework.amqp.core.BindingBuilder.HeadersExchangeMapConfigurer
 
DestinationConfigurer(String, Binding.DestinationType) - Constructor for class org.springframework.amqp.core.BindingBuilder.DestinationConfigurer
 
destinationExchange - Variable in class org.springframework.amqp.rabbit.config.BindingFactoryBean
 
destinationQueue - Variable in class org.springframework.amqp.rabbit.config.BindingFactoryBean
 
destinationType - Variable in class org.springframework.amqp.core.Binding
 
DestinationType() - Constructor for enum org.springframework.amqp.core.Binding.DestinationType
 
destroy() - Method in class org.springframework.amqp.rabbit.connection.AbstractConnectionFactory
 
destroy() - Method in class org.springframework.amqp.rabbit.connection.CachingConnectionFactory.ChannelCachingConnectionProxy
 
destroy() - Method in class org.springframework.amqp.rabbit.connection.CachingConnectionFactory
Close the underlying shared connection.
destroy() - Method in class org.springframework.amqp.rabbit.listener.AbstractMessageListenerContainer
Calls AbstractMessageListenerContainer.shutdown() when the BeanFactory destroys the container instance.
determineCurrentLookupKey() - Method in class org.springframework.amqp.rabbit.connection.AbstractRoutingConnectionFactory
Determine the current lookup key.
determineCurrentLookupKey() - Method in class org.springframework.amqp.rabbit.connection.SimpleRoutingConnectionFactory
 
determineShutdownReason(ShutdownSignalException) - Static method in class org.springframework.amqp.rabbit.connection.RabbitUtils
 
determineTargetConnectionFactory() - Method in class org.springframework.amqp.rabbit.connection.AbstractRoutingConnectionFactory
Retrieve the current target ConnectionFactory.
DIRECT - Static variable in class org.springframework.amqp.core.ExchangeTypes
 
DirectExchange - Class in org.springframework.amqp.core
Simple container collecting information to describe a direct exchange.
DirectExchange(String) - Constructor for class org.springframework.amqp.core.DirectExchange
 
DirectExchange(String, boolean, boolean) - Constructor for class org.springframework.amqp.core.DirectExchange
 
DirectExchange(String, boolean, boolean, Map<String, Object>) - Constructor for class org.springframework.amqp.core.DirectExchange
 
DirectExchangeParser - Class in org.springframework.amqp.rabbit.config
 
DirectExchangeParser() - Constructor for class org.springframework.amqp.rabbit.config.DirectExchangeParser
 
DirectExchangeRoutingKeyConfigurer(BindingBuilder.DestinationConfigurer, DirectExchange) - Constructor for class org.springframework.amqp.core.BindingBuilder.DirectExchangeRoutingKeyConfigurer
 
doBegin(Object, TransactionDefinition) - Method in class org.springframework.amqp.rabbit.transaction.RabbitTransactionManager
 
doCleanupAfterCompletion(Object) - Method in class org.springframework.amqp.rabbit.transaction.RabbitTransactionManager
 
doCommit(DefaultTransactionStatus) - Method in class org.springframework.amqp.rabbit.transaction.RabbitTransactionManager
 
doCreateBareChannel(CachingConnectionFactory.ChannelCachingConnectionProxy, boolean) - Method in class org.springframework.amqp.rabbit.connection.CachingConnectionFactory
 
doExecute(ChannelCallback<T>) - Method in class org.springframework.amqp.rabbit.core.RabbitTemplate
 
doGet(Object) - Static method in class org.springframework.amqp.rabbit.connection.SimpleResourceHolder
Actually check the value of the resource that is bound for the given key.
doGetTransaction() - Method in class org.springframework.amqp.rabbit.transaction.RabbitTransactionManager
 
doGetTransactionalResourceHolder(ConnectionFactory, ConnectionFactoryUtils.ResourceFactory) - Static method in class org.springframework.amqp.rabbit.connection.ConnectionFactoryUtils
Obtain a RabbitMQ Channel that is synchronized with the current transaction, if any.
doHandleConfirm(boolean, PublisherCallbackChannel.Listener, PendingConfirm) - Method in class org.springframework.amqp.rabbit.support.PublisherCallbackChannelImpl
 
doInitialize() - Method in class org.springframework.amqp.rabbit.listener.AbstractMessageListenerContainer
Register any invokers within this container.
doInitialize() - Method in class org.springframework.amqp.rabbit.listener.SimpleMessageListenerContainer
Creates the specified number of concurrent consumers, in the form of a Rabbit Channel plus associated MessageConsumer.
doInRabbit(Channel) - Method in interface org.springframework.amqp.rabbit.core.ChannelCallback
Execute any number of operations against the supplied RabbitMQ Channel, possibly returning a result.
doInvokeListener(ChannelAwareMessageListener, Channel, Message) - Method in class org.springframework.amqp.rabbit.listener.AbstractMessageListenerContainer
Invoke the specified listener as Spring ChannelAwareMessageListener, exposing a new Rabbit Session (potentially with its own transaction) to the listener if demanded.
doInvokeListener(MessageListener, Message) - Method in class org.springframework.amqp.rabbit.listener.AbstractMessageListenerContainer
Invoke the specified listener as Spring Rabbit MessageListener.
doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.amqp.rabbit.config.AbstractExchangeParser
 
doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.amqp.rabbit.config.AdminParser
 
doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.amqp.rabbit.config.ConnectionFactoryParser
 
doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.amqp.rabbit.config.QueueArgumentsParser
 
doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.amqp.rabbit.config.QueueParser
 
doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.amqp.rabbit.config.TemplateParser
 
doParseBindings(Element, ParserContext, String, Element, AbstractExchangeParser) - Method in class org.springframework.amqp.rabbit.config.AbstractExchangeParser
 
doReceiveAndExecute(BlockingQueueConsumer) - Method in class org.springframework.amqp.rabbit.listener.SimpleMessageListenerContainer
 
doReceiveAndReply(String, ReceiveAndReplyCallback<R, S>, ReplyToAddressCallback<S>) - Method in class org.springframework.amqp.rabbit.core.RabbitTemplate
 
doResume(Object, Object) - Method in class org.springframework.amqp.rabbit.transaction.RabbitTransactionManager
 
doRollback(DefaultTransactionStatus) - Method in class org.springframework.amqp.rabbit.transaction.RabbitTransactionManager
 
doSend(Channel, String, String, Message, CorrelationData) - Method in class org.springframework.amqp.rabbit.core.RabbitTemplate
Send the given message to the specified exchange.
doSendAndReceive(String, String, Message) - Method in class org.springframework.amqp.rabbit.core.RabbitTemplate
Send a message and wait for a reply.
doSendAndReceiveWithFixed(String, String, Message) - Method in class org.springframework.amqp.rabbit.core.RabbitTemplate
 
doSendAndReceiveWithTemporary(String, String, Message) - Method in class org.springframework.amqp.rabbit.core.RabbitTemplate
 
doSetRollbackOnly(DefaultTransactionStatus) - Method in class org.springframework.amqp.rabbit.transaction.RabbitTransactionManager
 
doShutdown() - Method in class org.springframework.amqp.rabbit.listener.AbstractMessageListenerContainer
Close the registered invokers.
doShutdown() - Method in class org.springframework.amqp.rabbit.listener.SimpleMessageListenerContainer
 
doStart() - Method in class org.springframework.amqp.rabbit.listener.AbstractMessageListenerContainer
Start this container, and notify all invoker tasks.
doStart() - Method in class org.springframework.amqp.rabbit.listener.SimpleMessageListenerContainer
Re-initializes this container's Rabbit message consumers, if not initialized already.
doStop() - Method in class org.springframework.amqp.rabbit.listener.AbstractMessageListenerContainer
This method is invoked when the container is stopping.
doStop() - Method in class org.springframework.amqp.rabbit.listener.SimpleMessageListenerContainer
 
doSuspend(Object) - Method in class org.springframework.amqp.rabbit.transaction.RabbitTransactionManager
 
durable - Variable in class org.springframework.amqp.core.AbstractExchange
 
durable - Variable in class org.springframework.amqp.core.Queue
 
durable - Variable in class org.springframework.amqp.rabbit.log4j.AmqpAppender
 
DURABLE_ATTRIBUTE - Static variable in class org.springframework.amqp.rabbit.config.AbstractExchangeParser
 
DURABLE_ATTRIBUTE - Static variable in class org.springframework.amqp.rabbit.config.QueueParser
 

E

ENCODING - Static variable in class org.springframework.amqp.core.Message
 
encoding - Variable in class org.springframework.amqp.rabbit.core.RabbitTemplate
 
encoding - Variable in class org.springframework.amqp.rabbit.listener.adapter.MessageListenerAdapter
 
ENCODING_ATTRIBUTE - Static variable in class org.springframework.amqp.rabbit.config.TemplateParser
 
envelope - Variable in class org.springframework.amqp.rabbit.listener.BlockingQueueConsumer.Delivery
 
equals(Object) - Method in class org.springframework.amqp.core.Message
 
equals(Object) - Method in class org.springframework.amqp.core.MessageProperties
 
equals(Object) - Method in class org.springframework.amqp.rabbit.connection.CachingConnectionFactory.ChannelCachingConnectionProxy
 
equals(Object) - Method in class org.springframework.amqp.rabbit.support.PublisherCallbackChannelImpl
 
ERROR_HANDLER_ATTRIBUTE - Static variable in class org.springframework.amqp.rabbit.config.RabbitNamespaceUtils
 
errorExchangeName - Variable in class org.springframework.amqp.rabbit.retry.RepublishMessageRecoverer
 
errorHandler - Variable in class org.springframework.amqp.rabbit.listener.AbstractMessageListenerContainer
 
errorRoutingKey - Variable in class org.springframework.amqp.rabbit.retry.RepublishMessageRecoverer
 
errorRoutingKeyPrefix - Variable in class org.springframework.amqp.rabbit.retry.RepublishMessageRecoverer
 
errorRoutingKeyPrefix(String) - Method in class org.springframework.amqp.rabbit.retry.RepublishMessageRecoverer
Apply a prefix to the outbound routing key, which will be prefixed to the original message routing key (if no explicit routing key was provided in the constructor; ignored otherwise.
errorTemplate - Variable in class org.springframework.amqp.rabbit.retry.RepublishMessageRecoverer
 
Event(LoggingEvent, Map) - Constructor for class org.springframework.amqp.rabbit.log4j.AmqpAppender.Event
 
event - Variable in class org.springframework.amqp.rabbit.log4j.AmqpAppender.Event
 
events - Variable in class org.springframework.amqp.rabbit.log4j.AmqpAppender
Where LoggingEvents are queued to send.
EventSender() - Constructor for class org.springframework.amqp.rabbit.log4j.AmqpAppender.EventSender
 
exceptionStrategy - Variable in class org.springframework.amqp.rabbit.listener.ConditionalRejectingErrorHandler
 
exchange - Variable in class org.springframework.amqp.core.Binding
 
exchange - Variable in class org.springframework.amqp.core.BindingBuilder.AbstractRoutingKeyConfigurer
 
exchange - Variable in class org.springframework.amqp.core.BindingBuilder.HeadersExchangeMapConfigurer
 
Exchange - Interface in org.springframework.amqp.core
 
exchange - Variable in class org.springframework.amqp.rabbit.config.BindingFactoryBean
 
exchange - Variable in class org.springframework.amqp.rabbit.core.RabbitTemplate
 
EXCHANGE_ATTRIBUTE - Static variable in class org.springframework.amqp.rabbit.config.TemplateParser
 
exchangeBind(String, String, String) - Method in class org.springframework.amqp.rabbit.support.PublisherCallbackChannelImpl
 
exchangeBind(String, String, String, Map<String, Object>) - Method in class org.springframework.amqp.rabbit.support.PublisherCallbackChannelImpl
 
exchangeBindNoWait(String, String, String, Map<String, Object>) - Method in class org.springframework.amqp.rabbit.support.PublisherCallbackChannelImpl
 
exchangeDeclare(String, String) - Method in class org.springframework.amqp.rabbit.support.PublisherCallbackChannelImpl
 
exchangeDeclare(String, String, boolean) - Method in class org.springframework.amqp.rabbit.support.PublisherCallbackChannelImpl
 
exchangeDeclare(String, String, boolean, boolean, Map<String, Object>) - Method in class org.springframework.amqp.rabbit.support.PublisherCallbackChannelImpl
 
exchangeDeclare(String, String, boolean, boolean, boolean, Map<String, Object>) - Method in class org.springframework.amqp.rabbit.support.PublisherCallbackChannelImpl
 
exchangeDeclared - Variable in class org.springframework.amqp.rabbit.log4j.AmqpAppender
Whether or not we've tried to declare this exchange yet.
exchangeDeclareNoWait(String, String, boolean, boolean, boolean, Map<String, Object>) - Method in class org.springframework.amqp.rabbit.support.PublisherCallbackChannelImpl
 
exchangeDeclarePassive(String) - Method in class org.springframework.amqp.rabbit.support.PublisherCallbackChannelImpl
 
exchangeDelete(String, boolean) - Method in class org.springframework.amqp.rabbit.support.PublisherCallbackChannelImpl
 
exchangeDelete(String) - Method in class org.springframework.amqp.rabbit.support.PublisherCallbackChannelImpl
 
exchangeDeleteNoWait(String, boolean) - Method in class org.springframework.amqp.rabbit.support.PublisherCallbackChannelImpl
 
exchangeName - Variable in class org.springframework.amqp.core.Address
 
exchangeName - Variable in class org.springframework.amqp.rabbit.log4j.AmqpAppender
Name of the exchange to publish log events to.
exchangeType - Variable in class org.springframework.amqp.core.Address
 
exchangeType - Variable in class org.springframework.amqp.rabbit.log4j.AmqpAppender
Type of the exchange to publish log events to.
ExchangeTypes - Class in org.springframework.amqp.core
Constants for the standard Exchange type names.
ExchangeTypes() - Constructor for class org.springframework.amqp.core.ExchangeTypes
 
exchangeUnbind(String, String, String) - Method in class org.springframework.amqp.rabbit.support.PublisherCallbackChannelImpl
 
exchangeUnbind(String, String, String, Map<String, Object>) - Method in class org.springframework.amqp.rabbit.support.PublisherCallbackChannelImpl
 
exchangeUnbindNoWait(String, String, String, Map<String, Object>) - Method in class org.springframework.amqp.rabbit.support.PublisherCallbackChannelImpl
 
exclusive - Variable in class org.springframework.amqp.core.Queue
 
EXCLUSIVE - Static variable in class org.springframework.amqp.rabbit.config.ListenerContainerParser
 
exclusive - Variable in class org.springframework.amqp.rabbit.listener.BlockingQueueConsumer
 
exclusive - Variable in class org.springframework.amqp.rabbit.listener.SimpleMessageListenerContainer
 
EXCLUSIVE_ATTRIBUTE - Static variable in class org.springframework.amqp.rabbit.config.QueueParser
 
execute(ChannelCallback<T>) - Method in interface org.springframework.amqp.rabbit.core.RabbitOperations
 
execute(ChannelCallback<T>) - Method in class org.springframework.amqp.rabbit.core.RabbitTemplate
 
executeListener(Channel, Message) - Method in class org.springframework.amqp.rabbit.listener.AbstractMessageListenerContainer
Execute the specified listener, committing or rolling back the transaction afterwards (if necessary).
EXECUTOR_ATTRIBUTE - Static variable in class org.springframework.amqp.rabbit.config.ConnectionFactoryParser
 
executorService - Variable in class org.springframework.amqp.rabbit.connection.AbstractConnectionFactory
 
exist() - Method in class org.springframework.amqp.core.BindingBuilder.HeadersExchangeMapConfigurer.HeadersExchangeKeysBindingCreator
 
exists() - Method in class org.springframework.amqp.core.BindingBuilder.HeadersExchangeMapConfigurer.HeadersExchangeSingleValueBindingCreator
 
expiration - Variable in class org.springframework.amqp.core.MessageProperties
 
exposeListenerChannel - Variable in class org.springframework.amqp.rabbit.listener.AbstractMessageListenerContainer
 
extractMessage(Message) - Method in class org.springframework.amqp.rabbit.listener.adapter.MessageListenerAdapter
Extract the message body from the given Rabbit message.

F

factoryBean - Variable in class org.springframework.amqp.rabbit.config.RetryInterceptorBuilder.StatefulRetryInterceptorBuilder
 
factoryBean - Variable in class org.springframework.amqp.rabbit.config.RetryInterceptorBuilder.StatelessRetryInterceptorBuilder
 
failedDeclarationRetryInterval - Variable in class org.springframework.amqp.rabbit.listener.BlockingQueueConsumer
 
failedDeclarationRetryInterval - Variable in class org.springframework.amqp.rabbit.listener.SimpleMessageListenerContainer
 
failedMessage - Variable in exception org.springframework.amqp.rabbit.listener.ListenerExecutionFailedException
 
failedQueues - Variable in exception org.springframework.amqp.rabbit.listener.BlockingQueueConsumer.DeclarationException
 
FANOUT - Static variable in class org.springframework.amqp.core.ExchangeTypes
 
FanoutExchange - Class in org.springframework.amqp.core
Simple container collecting information to describe a fanout exchange.
FanoutExchange(String) - Constructor for class org.springframework.amqp.core.FanoutExchange
 
FanoutExchange(String, boolean, boolean) - Constructor for class org.springframework.amqp.core.FanoutExchange
 
FanoutExchange(String, boolean, boolean, Map<String, Object>) - Constructor for class org.springframework.amqp.core.FanoutExchange
 
FanoutExchangeParser - Class in org.springframework.amqp.rabbit.config
 
FanoutExchangeParser() - Constructor for class org.springframework.amqp.rabbit.config.FanoutExchangeParser
 
FatalExceptionStrategy - Interface in org.springframework.amqp.rabbit.listener
A strategy interface for the ConditionalRejectingErrorHandler to decide whether an exception should be considered to be fatal and the message should not be requeued.
FatalListenerExecutionException - Exception in org.springframework.amqp.rabbit.listener
Exception to be thrown when the execution of a listener method failed unrecoverably.
FatalListenerExecutionException(String, Throwable) - Constructor for exception org.springframework.amqp.rabbit.listener.FatalListenerExecutionException
Constructor for ListenerExecutionFailedException.
FatalListenerExecutionException(String) - Constructor for exception org.springframework.amqp.rabbit.listener.FatalListenerExecutionException
Constructor for ListenerExecutionFailedException.
FatalListenerStartupException - Exception in org.springframework.amqp.rabbit.listener
Exception to be thrown when the execution of a listener method failed on startup.
FatalListenerStartupException(String, Throwable) - Constructor for exception org.springframework.amqp.rabbit.listener.FatalListenerStartupException
Constructor for ListenerExecutionFailedException.
filterDeclarables(Collection<T>) - Method in class org.springframework.amqp.rabbit.core.RabbitAdmin
Remove any instances that should not be declared by this admin.
flowBlocked() - Method in class org.springframework.amqp.rabbit.support.PublisherCallbackChannelImpl
Deprecated.
flush() - Method in class org.springframework.amqp.rabbit.transaction.RabbitTransactionManager.RabbitTransactionObject
 
fromClass(Class<?>, MessageProperties) - Method in interface org.springframework.amqp.support.converter.ClassMapper
 
fromClass(Class<?>) - Method in class org.springframework.amqp.support.converter.DefaultClassMapper
 
fromClass(Class<?>, MessageProperties) - Method in class org.springframework.amqp.support.converter.DefaultClassMapper
 
fromClass(Class<?>, MessageProperties) - Method in class org.springframework.amqp.support.converter.DefaultJackson2JavaTypeMapper
 
fromClass(Class<?>, MessageProperties) - Method in class org.springframework.amqp.support.converter.DefaultJavaTypeMapper
 
fromClonedMessage(Message) - Static method in class org.springframework.amqp.core.MessageBuilder
The final message will have a copy of the message body, the MessageProperties will be cloned (top level only).
fromClonedProperties(MessageProperties) - Static method in class org.springframework.amqp.core.MessagePropertiesBuilder
Performs a shallow copy of the properties for the initial value.
fromInt(int) - Static method in enum org.springframework.amqp.core.MessageDeliveryMode
 
fromJavaType(JavaType, MessageProperties) - Method in class org.springframework.amqp.support.converter.DefaultJackson2JavaTypeMapper
 
fromJavaType(JavaType, MessageProperties) - Method in class org.springframework.amqp.support.converter.DefaultJavaTypeMapper
 
fromJavaType(JavaType, MessageProperties) - Method in interface org.springframework.amqp.support.converter.Jackson2JavaTypeMapper
 
fromJavaType(JavaType, MessageProperties) - Method in interface org.springframework.amqp.support.converter.JavaTypeMapper
 
fromMessage(Message) - Static method in class org.springframework.amqp.core.MessageBuilder
The final message body will be a direct reference to the message body, the MessageProperties will be a shallow copy.
fromMessage(Message) - Method in class org.springframework.amqp.support.converter.AbstractMessageConverter
 
fromMessage(Message) - Method in class org.springframework.amqp.support.converter.Jackson2JsonMessageConverter
 
fromMessage(Message) - Method in class org.springframework.amqp.support.converter.JsonMessageConverter
 
fromMessage(Message) - Method in class org.springframework.amqp.support.converter.MarshallingMessageConverter
Unmarshals the given Message into an object.
fromMessage(Message) - Method in interface org.springframework.amqp.support.converter.MessageConverter
Convert from a Message to a Java object.
fromMessage(Message) - Method in class org.springframework.amqp.support.converter.SerializerMessageConverter
Converts from a AMQP Message to an Object.
fromMessage(Message) - Method in class org.springframework.amqp.support.converter.SimpleMessageConverter
Converts from a AMQP Message to an Object.
fromMessageProperties(MessageProperties, String) - Method in class org.springframework.amqp.rabbit.support.DefaultMessagePropertiesConverter
 
fromMessageProperties(MessageProperties, String) - Method in interface org.springframework.amqp.rabbit.support.MessagePropertiesConverter
 
fromProperties(MessageProperties) - Static method in class org.springframework.amqp.core.MessagePropertiesBuilder
Initializes the builder with the supplied properties; the same object will be returned by MessagePropertiesBuilder.build().
frozen - Variable in class org.springframework.amqp.rabbit.connection.RabbitResourceHolder
 

G

generateBeanName() - Method in class org.springframework.amqp.rabbit.config.ListenerContainerParser
 
generateId - Variable in class org.springframework.amqp.rabbit.log4j.AmqpAppender
Used to determine whether MessageProperties.setMessageId(String) is set.
generateNacksForPendingAcks(String) - Method in class org.springframework.amqp.rabbit.support.PublisherCallbackChannelImpl
 
GenericArgumentsConfigurer(BindingBuilder.GenericExchangeRoutingKeyConfigurer, String) - Constructor for class org.springframework.amqp.core.BindingBuilder.GenericArgumentsConfigurer
 
GenericExchangeRoutingKeyConfigurer(BindingBuilder.DestinationConfigurer, Exchange) - Constructor for class org.springframework.amqp.core.BindingBuilder.GenericExchangeRoutingKeyConfigurer
 
get(Object) - Static method in class org.springframework.amqp.rabbit.connection.SimpleResourceHolder
Retrieve a resource for the given key that is bound to the current thread.
getAcknowledgeMode() - Method in class org.springframework.amqp.rabbit.listener.AbstractMessageListenerContainer
 
getActiveConsumerCount() - Method in class org.springframework.amqp.rabbit.listener.SimpleMessageListenerContainer
 
getAdviceChain() - Method in class org.springframework.amqp.rabbit.listener.SimpleMessageListenerContainer
 
getAmqpTemplate() - Method in class org.springframework.amqp.remoting.client.AmqpClientInterceptor
 
getAmqpTemplate() - Method in class org.springframework.amqp.remoting.service.AmqpInvokerServiceExporter
 
getAppId() - Method in class org.springframework.amqp.core.MessageProperties
 
getApplicationContext() - Method in class org.springframework.amqp.rabbit.listener.AbstractMessageListenerContainer
 
getApplicationId() - Method in class org.springframework.amqp.rabbit.log4j.AmqpAppender
 
getArguments() - Method in class org.springframework.amqp.core.AbstractExchange
Return the collection of arbitrary arguments to use when declaring an exchange.
getArguments() - Method in class org.springframework.amqp.core.Binding
 
getArguments() - Method in interface org.springframework.amqp.core.Exchange
A map of arguments used to declare the exchange.
getArguments() - Method in class org.springframework.amqp.core.Queue
 
getBeanClass(Element) - Method in class org.springframework.amqp.rabbit.config.ConnectionFactoryParser
 
getBeanClass(Element) - Method in class org.springframework.amqp.rabbit.config.DirectExchangeParser
 
getBeanClass(Element) - Method in class org.springframework.amqp.rabbit.config.FanoutExchangeParser
 
getBeanClass(Element) - Method in class org.springframework.amqp.rabbit.config.HeadersExchangeParser
 
getBeanClass(Element) - Method in class org.springframework.amqp.rabbit.config.QueueParser
 
getBeanClass(Element) - Method in class org.springframework.amqp.rabbit.config.TemplateParser
 
getBeanClass(Element) - Method in class org.springframework.amqp.rabbit.config.TopicExchangeParser
 
getBeanClassName(Element) - Method in class org.springframework.amqp.rabbit.config.AdminParser
 
getBeanClassName(Element) - Method in class org.springframework.amqp.rabbit.config.QueueArgumentsParser
 
getBeanName() - Method in class org.springframework.amqp.rabbit.listener.AbstractMessageListenerContainer
 
getBody() - Method in class org.springframework.amqp.core.Message
 
getBody() - Method in class org.springframework.amqp.rabbit.listener.BlockingQueueConsumer.Delivery
 
getBodyContentAsString() - Method in class org.springframework.amqp.core.Message
 
getCachedChannelProxy(CachingConnectionFactory.ChannelCachingConnectionProxy, LinkedList<ChannelProxy>, boolean) - Method in class org.springframework.amqp.rabbit.connection.CachingConnectionFactory
 
getCacheMode() - Method in class org.springframework.amqp.rabbit.connection.CachingConnectionFactory
 
getCause() - Method in class org.springframework.amqp.rabbit.support.PendingConfirm
 
getChannel(CachingConnectionFactory.ChannelCachingConnectionProxy, boolean) - Method in class org.springframework.amqp.rabbit.connection.CachingConnectionFactory
 
getChannel(RabbitResourceHolder) - Method in interface org.springframework.amqp.rabbit.connection.ConnectionFactoryUtils.ResourceFactory
Fetch an appropriate Channel from the given RabbitResourceHolder.
getChannel() - Method in class org.springframework.amqp.rabbit.connection.ConsumerChannelRegistry.ChannelHolder
 
getChannel(RabbitResourceHolder) - Method in class org.springframework.amqp.rabbit.connection.RabbitAccessor
Fetch an appropriate Channel from the given RabbitResourceHolder.
getChannel() - Method in class org.springframework.amqp.rabbit.connection.RabbitResourceHolder
 
getChannel() - Method in class org.springframework.amqp.rabbit.listener.BlockingQueueConsumer
 
getChannelCacheSize() - Method in class org.springframework.amqp.rabbit.connection.CachingConnectionFactory
 
getChannelListener() - Method in class org.springframework.amqp.rabbit.connection.AbstractConnectionFactory
A composite channel listener to be used by subclasses when creating and closing channels.
getChannelNumber() - Method in class org.springframework.amqp.rabbit.support.PublisherCallbackChannelImpl
 
getCharset() - Method in class org.springframework.amqp.rabbit.log4j.AmqpAppender
 
getClassIdFieldName() - Method in class org.springframework.amqp.support.converter.AbstractJavaTypeMapper
 
getClassIdFieldName() - Method in class org.springframework.amqp.support.converter.DefaultClassMapper
 
getClassIdType(String) - Method in class org.springframework.amqp.support.converter.DefaultJackson2JavaTypeMapper
 
getClassIdType(String) - Method in class org.springframework.amqp.support.converter.DefaultJavaTypeMapper
 
getClassMapper() - Method in class org.springframework.amqp.support.converter.AbstractJsonMessageConverter
 
getCloseReason() - Method in class org.springframework.amqp.rabbit.support.PublisherCallbackChannelImpl
 
getClusterId() - Method in class org.springframework.amqp.core.MessageProperties
 
getConnection(RabbitResourceHolder) - Method in interface org.springframework.amqp.rabbit.connection.ConnectionFactoryUtils.ResourceFactory
Fetch an appropriate Connection from the given RabbitResourceHolder.
getConnection(RabbitResourceHolder) - Method in class org.springframework.amqp.rabbit.connection.RabbitAccessor
Fetch an appropriate Connection from the given RabbitResourceHolder.
getConnection() - Method in class org.springframework.amqp.rabbit.connection.RabbitResourceHolder
 
getConnection(Class<? extends Connection>) - Method in class org.springframework.amqp.rabbit.connection.RabbitResourceHolder
 
getConnection() - Method in class org.springframework.amqp.rabbit.support.PublisherCallbackChannelImpl
 
getConnectionCachesize() - Method in class org.springframework.amqp.rabbit.connection.CachingConnectionFactory
 
getConnectionFactory() - Method in class org.springframework.amqp.rabbit.connection.ConsumerChannelRegistry.ChannelHolder
 
getConnectionFactory() - Method in class org.springframework.amqp.rabbit.connection.RabbitAccessor
 
getConnectionFactory() - Method in class org.springframework.amqp.rabbit.core.support.RabbitGatewaySupport
 
getConnectionFactory() - Method in class org.springframework.amqp.rabbit.transaction.RabbitTransactionManager
 
getConnectionListener() - Method in class org.springframework.amqp.rabbit.connection.AbstractConnectionFactory
A composite connection listener to be used by subclasses when creating and closing connections.
getConsumerChannel() - Static method in class org.springframework.amqp.rabbit.connection.ConsumerChannelRegistry
See registerConsumerChannel.
getConsumerChannel(ConnectionFactory) - Static method in class org.springframework.amqp.rabbit.connection.ConsumerChannelRegistry
See registerConsumerChannel.
getConsumerTag() - Method in class org.springframework.amqp.rabbit.listener.BlockingQueueConsumer
 
getContentClassIdFieldName() - Method in class org.springframework.amqp.support.converter.AbstractJavaTypeMapper
 
getContentEncoding() - Method in class org.springframework.amqp.core.MessageProperties
 
getContentEncoding() - Method in class org.springframework.amqp.rabbit.log4j.AmqpAppender
 
getContentLength() - Method in class org.springframework.amqp.core.MessageProperties
 
getContentType() - Method in class org.springframework.amqp.core.MessageProperties
 
getContentType() - Method in class org.springframework.amqp.rabbit.log4j.AmqpAppender
 
getCorrelationData() - Method in class org.springframework.amqp.rabbit.support.PendingConfirm
The correlation data supplied by the client when sending the message corresponding to this confirmation.
getCorrelationId() - Method in class org.springframework.amqp.core.MessageProperties
 
getCount() - Method in class org.springframework.amqp.rabbit.listener.ActiveObjectCounter
 
getDeclaringAdmins() - Method in class org.springframework.amqp.core.AbstractDeclarable
 
getDeclaringAdmins() - Method in interface org.springframework.amqp.core.Declarable
The collection of AmqpAdmins that should declare this object; if empty, all admins should declare.
getDefaultCharset() - Method in class org.springframework.amqp.support.converter.AbstractJsonMessageConverter
 
getDefaultConsumer() - Method in class org.springframework.amqp.rabbit.support.PublisherCallbackChannelImpl
 
getDefaultHostName() - Method in class org.springframework.amqp.rabbit.connection.AbstractConnectionFactory
 
getDefaultListenerMethod() - Method in class org.springframework.amqp.rabbit.listener.adapter.MessageListenerAdapter
 
getDelegate() - Method in class org.springframework.amqp.rabbit.listener.adapter.MessageListenerAdapter
 
getDelegate() - Method in class org.springframework.amqp.rabbit.support.PublisherCallbackChannelImpl
 
getDeliveryMode() - Method in class org.springframework.amqp.core.MessageProperties
 
getDeliveryTag() - Method in class org.springframework.amqp.core.MessageProperties
 
getDestination() - Method in class org.springframework.amqp.core.Binding
 
getDestinationType() - Method in class org.springframework.amqp.core.Binding
 
getEnvelope() - Method in class org.springframework.amqp.rabbit.listener.BlockingQueueConsumer.Delivery
 
getEvent() - Method in class org.springframework.amqp.rabbit.log4j.AmqpAppender.Event
 
getExchange() - Method in class org.springframework.amqp.core.Binding
 
getExchangeName() - Method in class org.springframework.amqp.core.Address
 
getExchangeName() - Method in class org.springframework.amqp.rabbit.log4j.AmqpAppender
 
getExchangeType() - Method in class org.springframework.amqp.core.Address
 
getExchangeType() - Method in class org.springframework.amqp.rabbit.log4j.AmqpAppender
 
getExpiration() - Method in class org.springframework.amqp.core.MessageProperties
 
getFailedMessage() - Method in exception org.springframework.amqp.rabbit.listener.ListenerExecutionFailedException
 
getFailedQueues() - Method in exception org.springframework.amqp.rabbit.listener.BlockingQueueConsumer.DeclarationException
 
getHeaders() - Method in class org.springframework.amqp.core.MessageProperties
 
getHost() - Method in class org.springframework.amqp.rabbit.connection.AbstractConnectionFactory
 
getHost() - Method in class org.springframework.amqp.rabbit.connection.AbstractRoutingConnectionFactory
 
getHost() - Method in interface org.springframework.amqp.rabbit.connection.ConnectionFactory
 
getHost() - Method in class org.springframework.amqp.rabbit.log4j.AmqpAppender
 
getId() - Method in class org.springframework.amqp.rabbit.support.CorrelationData
 
getIdClassMapping() - Method in class org.springframework.amqp.support.converter.AbstractJavaTypeMapper
 
getJavaTypeMapper() - Method in class org.springframework.amqp.support.converter.Jackson2JsonMessageConverter
 
getJavaTypeMapper() - Method in class org.springframework.amqp.support.converter.JsonMessageConverter
 
getKey(Message) - Method in interface org.springframework.amqp.rabbit.retry.MessageKeyGenerator
Generate a unique key for the message that is repeatable on redelivery.
getKeyClassIdFieldName() - Method in class org.springframework.amqp.support.converter.AbstractJavaTypeMapper
 
getListenerMethodName(Message, Object) - Method in class org.springframework.amqp.rabbit.listener.adapter.MessageListenerAdapter
Determine the name of the listener method that is supposed to handle the given message.
getMaxSenderRetries() - Method in class org.springframework.amqp.rabbit.log4j.AmqpAppender
 
getMessage() - Method in exception org.springframework.amqp.rabbit.listener.BlockingQueueConsumer.DeclarationException
 
getMessageConverter() - Method in class org.springframework.amqp.rabbit.core.RabbitTemplate
Return the message converter for this template.
getMessageConverter() - Method in class org.springframework.amqp.rabbit.listener.adapter.MessageListenerAdapter
Return the converter that will convert incoming Rabbit messages to listener method arguments, and objects returned from listener methods back to Rabbit messages.
getMessageConverter() - Method in class org.springframework.amqp.remoting.service.AmqpInvokerServiceExporter
 
getMessageCount() - Method in class org.springframework.amqp.core.MessageProperties
 
getMessageId() - Method in class org.springframework.amqp.core.MessageProperties
 
getMessageListener() - Method in class org.springframework.amqp.rabbit.listener.AbstractMessageListenerContainer
 
getMessageProperties() - Method in class org.springframework.amqp.core.Message
 
getMessageRecoverer() - Method in class org.springframework.amqp.rabbit.config.AbstractRetryOperationsInterceptorFactoryBean
 
getName() - Method in class org.springframework.amqp.core.AbstractExchange
 
getName() - Method in interface org.springframework.amqp.core.Exchange
The name of the exchange.
getName() - Method in class org.springframework.amqp.core.Queue
 
getNextPublishSeqNo() - Method in class org.springframework.amqp.rabbit.support.PublisherCallbackChannelImpl
 
getObject() - Method in class org.springframework.amqp.rabbit.config.BindingFactoryBean
 
getObject() - Method in class org.springframework.amqp.rabbit.config.StatefulRetryOperationsInterceptorFactoryBean
 
getObject() - Method in class org.springframework.amqp.rabbit.config.StatelessRetryOperationsInterceptorFactoryBean
 
getObject() - Method in class org.springframework.amqp.remoting.client.AmqpProxyFactoryBean
 
getObjectType() - Method in class org.springframework.amqp.rabbit.config.BindingFactoryBean
 
getObjectType() - Method in class org.springframework.amqp.rabbit.config.StatefulRetryOperationsInterceptorFactoryBean
 
getObjectType() - Method in class org.springframework.amqp.rabbit.config.StatelessRetryOperationsInterceptorFactoryBean
 
getObjectType() - Method in class org.springframework.amqp.remoting.client.AmqpProxyFactoryBean
 
getPassword() - Method in class org.springframework.amqp.rabbit.log4j.AmqpAppender
 
getPhase() - Method in class org.springframework.amqp.rabbit.listener.AbstractMessageListenerContainer
 
getPort() - Method in class org.springframework.amqp.rabbit.connection.AbstractConnectionFactory
 
getPort() - Method in class org.springframework.amqp.rabbit.connection.AbstractRoutingConnectionFactory
 
getPort() - Method in interface org.springframework.amqp.rabbit.connection.ConnectionFactory
 
getPort() - Method in class org.springframework.amqp.rabbit.log4j.AmqpAppender
 
getPriority() - Method in class org.springframework.amqp.core.MessageProperties
 
getProperties() - Method in class org.springframework.amqp.rabbit.listener.BlockingQueueConsumer.Delivery
 
getProperties() - Method in class org.springframework.amqp.rabbit.log4j.AmqpAppender.Event
 
getPropertyValue(Object, String) - Static method in class org.springframework.amqp.utils.test.TestUtils
Uses nested DirectFieldAccessors to obtain a property using dotted notation to traverse fields; e.g.
getPropertyValue(Object, String, Class<T>) - Static method in class org.springframework.amqp.utils.test.TestUtils
 
getQueue() - Method in class org.springframework.amqp.rabbit.core.RabbitTemplate.PendingReply
 
getQueueNames() - Method in class org.springframework.amqp.rabbit.listener.AbstractMessageListenerContainer
 
getQueueNamesAsSet() - Method in class org.springframework.amqp.rabbit.listener.AbstractMessageListenerContainer
 
getQueueProperties(String) - Method in interface org.springframework.amqp.core.AmqpAdmin
Returns an implementation-specific Map of properties if the queue exists.
getQueueProperties(String) - Method in class org.springframework.amqp.rabbit.core.RabbitAdmin
Returns 3 properties RabbitAdmin.QUEUE_NAME, RabbitAdmin.QUEUE_MESSAGE_COUNT, RabbitAdmin.QUEUE_CONSUMER_COUNT, or null if the queue doesn't exist.
getRabbitAdmin() - Method in class org.springframework.amqp.rabbit.listener.SimpleMessageListenerContainer
 
getRabbitTemplate() - Method in class org.springframework.amqp.rabbit.core.RabbitAdmin
 
getRabbitTemplate() - Method in class org.springframework.amqp.rabbit.core.support.RabbitGatewaySupport
 
getReceivedExchange() - Method in class org.springframework.amqp.core.MessageProperties
 
getReceivedExchange(Message) - Method in class org.springframework.amqp.rabbit.listener.adapter.MessageListenerAdapter
 
getReceivedRoutingKey() - Method in class org.springframework.amqp.core.MessageProperties
 
getRedelivered() - Method in class org.springframework.amqp.core.MessageProperties
 
getRemoteInvocationFactory() - Method in class org.springframework.amqp.remoting.client.AmqpClientInterceptor
 
getReplyTo() - Method in class org.springframework.amqp.core.MessageProperties
 
getReplyToAddress() - Method in class org.springframework.amqp.core.MessageProperties
 
getReplyToAddress(Message, T) - Method in interface org.springframework.amqp.core.ReplyToAddressCallback
 
getReplyToAddress(Message) - Method in class org.springframework.amqp.rabbit.core.RabbitTemplate
Determine a reply-to Address for the given message.
getReplyToAddress(Message) - Method in class org.springframework.amqp.rabbit.listener.adapter.MessageListenerAdapter
Determine a reply-to Address for the given message.
getRequiredMessageConverter() - Method in class org.springframework.amqp.rabbit.core.RabbitTemplate
 
getRequiredQueue() - Method in class org.springframework.amqp.rabbit.core.RabbitTemplate
 
getRequiredQueueNames() - Method in class org.springframework.amqp.rabbit.listener.AbstractMessageListenerContainer
 
getResourceFactory() - Method in class org.springframework.amqp.rabbit.transaction.RabbitTransactionManager
 
getResourceHolder() - Method in class org.springframework.amqp.rabbit.transaction.RabbitTransactionManager.RabbitTransactionObject
 
getResources() - Static method in class org.springframework.amqp.rabbit.connection.SimpleResourceHolder
Return all resources that are bound to the current thread.
getRetryOperations() - Method in class org.springframework.amqp.rabbit.config.AbstractRetryOperationsInterceptorFactoryBean
 
getRoutingKey() - Method in class org.springframework.amqp.core.Address
 
getRoutingKey() - Method in class org.springframework.amqp.core.Binding
 
getRoutingKey() - Method in class org.springframework.amqp.remoting.client.AmqpClientInterceptor
 
getRoutingKeyPattern() - Method in class org.springframework.amqp.rabbit.log4j.AmqpAppender
 
getSavedCorrelation() - Method in class org.springframework.amqp.rabbit.core.RabbitTemplate.PendingReply
 
getSavedReplyTo() - Method in class org.springframework.amqp.rabbit.core.RabbitTemplate.PendingReply
 
getSenderPoolSize() - Method in class org.springframework.amqp.rabbit.log4j.AmqpAppender
 
getStackTraceAsString(Throwable) - Method in class org.springframework.amqp.rabbit.retry.RepublishMessageRecoverer
 
getStartupException() - Method in class org.springframework.amqp.rabbit.listener.SimpleMessageListenerContainer.AsyncMessageProcessingConsumer
Retrieve the fatal startup exception if this processor completely failed to locate the broker resources it needed.
getTargetChannel() - Method in interface org.springframework.amqp.rabbit.connection.ChannelProxy
Return the target Channel of this proxy.
getTargetConnection() - Method in class org.springframework.amqp.rabbit.connection.CachingConnectionFactory.ChannelCachingConnectionProxy
 
getTargetConnection() - Method in interface org.springframework.amqp.rabbit.connection.ConnectionProxy
Return the target Channel of this proxy.
getTargetConnectionFactory(Object) - Method in class org.springframework.amqp.rabbit.connection.AbstractRoutingConnectionFactory
Returns the ConnectionFactory bound to given lookup key, null if one does not exist
getTimestamp() - Method in class org.springframework.amqp.core.MessageProperties
 
getTimestamp() - Method in class org.springframework.amqp.rabbit.support.PendingConfirm
 
getTransactionalResourceHolder(ConnectionFactory, boolean) - Static method in class org.springframework.amqp.rabbit.connection.ConnectionFactoryUtils
Obtain a RabbitMQ Channel that is synchronized with the current transaction, if any.
getTransactionalResourceHolder() - Method in class org.springframework.amqp.rabbit.connection.RabbitAccessor
 
getType() - Method in class org.springframework.amqp.core.AbstractExchange
 
getType() - Method in class org.springframework.amqp.core.CustomExchange
 
getType() - Method in class org.springframework.amqp.core.DirectExchange
 
getType() - Method in interface org.springframework.amqp.core.Exchange
The type of the exchange.
getType() - Method in class org.springframework.amqp.core.FanoutExchange
 
getType() - Method in class org.springframework.amqp.core.HeadersExchange
 
getType() - Method in class org.springframework.amqp.core.MessageProperties
 
getType() - Method in class org.springframework.amqp.core.TopicExchange
 
getUnconfirmed(long) - Method in class org.springframework.amqp.rabbit.core.RabbitTemplate
Gets unconfirmed correlatiom data older than age and removes them.
getUserId() - Method in class org.springframework.amqp.core.MessageProperties
 
getUsername() - Method in class org.springframework.amqp.rabbit.log4j.AmqpAppender
 
getUUID() - Method in class org.springframework.amqp.rabbit.core.RabbitTemplate
 
getUUID() - Method in interface org.springframework.amqp.rabbit.support.PublisherCallbackChannel.Listener
Returns the UUID used to identify this Listener for returns.
getVirtualHost() - Method in class org.springframework.amqp.rabbit.connection.AbstractConnectionFactory
 
getVirtualHost() - Method in class org.springframework.amqp.rabbit.connection.AbstractRoutingConnectionFactory
 
getVirtualHost() - Method in interface org.springframework.amqp.rabbit.connection.ConnectionFactory
 
getVirtualHost() - Method in class org.springframework.amqp.rabbit.log4j.AmqpAppender
 

H

handle(R) - Method in interface org.springframework.amqp.core.ReceiveAndReplyCallback
 
handle(BlockingQueueConsumer.Delivery) - Method in class org.springframework.amqp.rabbit.listener.BlockingQueueConsumer
If this is a non-POISON non-null delivery simply return it.
handleAck(long, boolean) - Method in class org.springframework.amqp.rabbit.support.PublisherCallbackChannelImpl
 
handleCancel(String) - Method in class org.springframework.amqp.rabbit.listener.BlockingQueueConsumer.InternalConsumer
 
handleCancelOk(String) - Method in class org.springframework.amqp.rabbit.listener.BlockingQueueConsumer.InternalConsumer
 
handleConfirm(PendingConfirm, boolean) - Method in class org.springframework.amqp.rabbit.core.RabbitTemplate
 
handleConfirm(PendingConfirm, boolean) - Method in interface org.springframework.amqp.rabbit.support.PublisherCallbackChannel.Listener
Invoked by the channel when a confirm is received.
handleConsumeOk(String) - Method in class org.springframework.amqp.rabbit.listener.BlockingQueueConsumer.InternalConsumer
 
handleDelivery(String, Envelope, AMQP.BasicProperties, byte[]) - Method in class org.springframework.amqp.rabbit.listener.BlockingQueueConsumer.InternalConsumer
 
handleError(Throwable) - Method in class org.springframework.amqp.rabbit.listener.ConditionalRejectingErrorHandler
 
handleListenerException(Throwable) - Method in class org.springframework.amqp.rabbit.listener.AbstractMessageListenerContainer
Handle the given exception that arose during listener execution.
handleListenerException(Throwable) - Method in class org.springframework.amqp.rabbit.listener.adapter.MessageListenerAdapter
Handle the given exception that arose during listener execution.
handleNack(long, boolean) - Method in class org.springframework.amqp.rabbit.support.PublisherCallbackChannelImpl
 
handleResult(Object, Message, Channel) - Method in class org.springframework.amqp.rabbit.listener.adapter.MessageListenerAdapter
Handle the given result object returned from the listener method, sending a response message back.
handleReturn(int, String, String, String, AMQP.BasicProperties, byte[]) - Method in class org.springframework.amqp.rabbit.core.RabbitTemplate
 
handleReturn(int, String, String, String, AMQP.BasicProperties, byte[]) - Method in interface org.springframework.amqp.rabbit.support.PublisherCallbackChannel.Listener
 
handleReturn(int, String, String, String, AMQP.BasicProperties, byte[]) - Method in class org.springframework.amqp.rabbit.support.PublisherCallbackChannelImpl
 
handleShutdownSignal(String, ShutdownSignalException) - Method in class org.springframework.amqp.rabbit.listener.BlockingQueueConsumer.InternalConsumer
 
handleStartupFailure(Throwable) - Method in class org.springframework.amqp.rabbit.listener.SimpleMessageListenerContainer
Wait for a period determined by the recoveryInterval to give the container a chance to recover from consumer startup failure, e.g.
has(Object) - Static method in class org.springframework.amqp.rabbit.connection.SimpleResourceHolder
Check if there is a resource for the given key bound to the current thread.
hashCode() - Method in class org.springframework.amqp.core.Message
 
hashCode() - Method in class org.springframework.amqp.core.MessageProperties
 
hashCode() - Method in class org.springframework.amqp.rabbit.connection.CachingConnectionFactory.ChannelCachingConnectionProxy
 
hashCode() - Method in class org.springframework.amqp.rabbit.support.PublisherCallbackChannelImpl
 
headerMap - Variable in class org.springframework.amqp.core.BindingBuilder.HeadersExchangeMapConfigurer.HeadersExchangeKeysBindingCreator
 
headerMap - Variable in class org.springframework.amqp.core.BindingBuilder.HeadersExchangeMapConfigurer.HeadersExchangeMapBindingCreator
 
HEADERS - Static variable in class org.springframework.amqp.core.ExchangeTypes
 
headers - Variable in class org.springframework.amqp.core.MessageProperties
 
HeadersExchange - Class in org.springframework.amqp.core
 
HeadersExchange(String) - Constructor for class org.springframework.amqp.core.HeadersExchange
 
HeadersExchange(String, boolean, boolean) - Constructor for class org.springframework.amqp.core.HeadersExchange
 
HeadersExchange(String, boolean, boolean, Map<String, Object>) - Constructor for class org.springframework.amqp.core.HeadersExchange
 
HeadersExchangeKeysBindingCreator(String[], boolean) - Constructor for class org.springframework.amqp.core.BindingBuilder.HeadersExchangeMapConfigurer.HeadersExchangeKeysBindingCreator
 
HeadersExchangeMapBindingCreator(Map<String, Object>, boolean) - Constructor for class org.springframework.amqp.core.BindingBuilder.HeadersExchangeMapConfigurer.HeadersExchangeMapBindingCreator
 
HeadersExchangeMapConfigurer(BindingBuilder.DestinationConfigurer, HeadersExchange) - Constructor for class org.springframework.amqp.core.BindingBuilder.HeadersExchangeMapConfigurer
 
HeadersExchangeParser - Class in org.springframework.amqp.rabbit.config
 
HeadersExchangeParser() - Constructor for class org.springframework.amqp.rabbit.config.HeadersExchangeParser
 
HeadersExchangeSingleValueBindingCreator(String) - Constructor for class org.springframework.amqp.core.BindingBuilder.HeadersExchangeMapConfigurer.HeadersExchangeSingleValueBindingCreator
 
host - Variable in class org.springframework.amqp.rabbit.log4j.AmqpAppender
RabbitMQ host to connect to.
HOST_ATTRIBUTE - Static variable in class org.springframework.amqp.rabbit.config.ConnectionFactoryParser
 

I

id - Variable in class org.springframework.amqp.rabbit.support.CorrelationData
 
ID_ATTRIBUTE - Static variable in class org.springframework.amqp.rabbit.config.ListenerContainerParser
 
idClassMapping - Variable in class org.springframework.amqp.support.converter.AbstractJavaTypeMapper
 
idClassMapping - Variable in class org.springframework.amqp.support.converter.DefaultClassMapper
 
idleConnections - Variable in class org.springframework.amqp.rabbit.connection.CachingConnectionFactory
 
IGNORE_DECLARATION_EXCEPTIONS - Static variable in class org.springframework.amqp.rabbit.config.AdminParser
 
ignoreContentType - Variable in class org.springframework.amqp.support.converter.SerializerMessageConverter
 
ignoreDeclarationExceptions - Variable in class org.springframework.amqp.rabbit.core.RabbitAdmin
 
IMMEDIATE_ATTRIBUTE - Static variable in class org.springframework.amqp.rabbit.config.TemplateParser
 
ImmediateAcknowledgeAmqpException - Exception in org.springframework.amqp
Special exception for listener implementations that want to signal that the current batch of messages should be acknowledged immediately (i.e.
ImmediateAcknowledgeAmqpException(String) - Constructor for exception org.springframework.amqp.ImmediateAcknowledgeAmqpException
 
ImmediateAcknowledgeAmqpException(Throwable) - Constructor for exception org.springframework.amqp.ImmediateAcknowledgeAmqpException
 
ImmediateAcknowledgeAmqpException(String, Throwable) - Constructor for exception org.springframework.amqp.ImmediateAcknowledgeAmqpException
 
incrementRetries() - Method in class org.springframework.amqp.rabbit.log4j.AmqpAppender.Event
 
init() - Method in class org.springframework.amqp.rabbit.config.RabbitNamespaceHandler
 
initDefaultStrategies() - Method in class org.springframework.amqp.rabbit.core.RabbitTemplate
Set up the default strategies.
initDefaultStrategies() - Method in class org.springframework.amqp.rabbit.listener.adapter.MessageListenerAdapter
Initialize the default implementations for the adapter's strategies.
initGateway() - Method in class org.springframework.amqp.rabbit.core.support.RabbitGatewaySupport
Subclasses can override this for custom initialization behavior.
initialize() - Method in class org.springframework.amqp.rabbit.core.RabbitAdmin
Declares all the exchanges, queues and bindings in the enclosing application context, if any.
initialize() - Method in class org.springframework.amqp.rabbit.listener.AbstractMessageListenerContainer
Initialize this container.
initializeConsumers() - Method in class org.springframework.amqp.rabbit.listener.SimpleMessageListenerContainer
 
initialized - Variable in class org.springframework.amqp.rabbit.connection.CachingConnectionFactory
 
initialized - Variable in class org.springframework.amqp.rabbit.listener.AbstractMessageListenerContainer
 
initializeJsonObjectMapper() - Method in class org.springframework.amqp.support.converter.Jackson2JsonMessageConverter
Subclass and override to customize.
initializeJsonObjectMapper() - Method in class org.springframework.amqp.support.converter.JsonMessageConverter
Subclass and override to customize.
initializeProxy() - Method in class org.springframework.amqp.rabbit.listener.SimpleMessageListenerContainer
 
initializing - Variable in class org.springframework.amqp.rabbit.log4j.AmqpAppender
 
instance - Static variable in class org.springframework.amqp.rabbit.config.ListenerContainerParser
 
instanceUsed - Variable in class org.springframework.amqp.rabbit.config.ListenerContainerParser
 
InternalConsumer(Channel) - Constructor for class org.springframework.amqp.rabbit.listener.BlockingQueueConsumer.InternalConsumer
 
invoke(Object, Method, Object[]) - Method in class org.springframework.amqp.rabbit.connection.CachingConnectionFactory.CachedChannelInvocationHandler
 
invoke(MethodInvocation) - Method in class org.springframework.amqp.rabbit.retry.MissingMessageIdAdvice
 
invoke(MethodInvocation) - Method in class org.springframework.amqp.remoting.client.AmqpClientInterceptor
 
invokeErrorHandler(Throwable) - Method in class org.springframework.amqp.rabbit.listener.AbstractMessageListenerContainer
Invoke the registered ErrorHandler, if any.
invokeListener(Channel, Message) - Method in class org.springframework.amqp.rabbit.listener.AbstractMessageListenerContainer
Invoke the specified listener: either as standard MessageListener or (preferably) as SessionAwareMessageListener.
invokeListener(Channel, Message) - Method in interface org.springframework.amqp.rabbit.listener.SimpleMessageListenerContainer.ContainerDelegate
 
invokeListener(Channel, Message) - Method in class org.springframework.amqp.rabbit.listener.SimpleMessageListenerContainer
 
invokeListenerMethod(String, Object[]) - Method in class org.springframework.amqp.rabbit.listener.adapter.MessageListenerAdapter
invokeListenerMethod(String, Object[], Message) - Method in class org.springframework.amqp.rabbit.listener.adapter.MessageListenerAdapter
Invoke the specified listener method.
isActive() - Method in class org.springframework.amqp.rabbit.listener.AbstractMessageListenerContainer
 
isActive(BlockingQueueConsumer) - Method in class org.springframework.amqp.rabbit.listener.SimpleMessageListenerContainer
 
isAttributeDefined(Element, String) - Static method in class org.springframework.amqp.rabbit.config.NamespaceUtils
Checks the attribute to see if it is defined in the given element.
isAutoAck() - Method in enum org.springframework.amqp.core.AcknowledgeMode
 
isAutoDelete() - Method in class org.springframework.amqp.core.AbstractExchange
 
isAutoDelete() - Method in interface org.springframework.amqp.core.Exchange
True if the server should delete the exchange when it is no longer in use (if all bindings are deleted).
isAutoDelete() - Method in class org.springframework.amqp.core.Queue
True if the server should delete the queue when it is no longer in use (the last consumer is cancelled).
isAutoDelete() - Method in class org.springframework.amqp.rabbit.log4j.AmqpAppender
 
isAutoStartup() - Method in class org.springframework.amqp.rabbit.core.RabbitAdmin
 
isAutoStartup() - Method in class org.springframework.amqp.rabbit.listener.AbstractMessageListenerContainer
 
isChannelLocallyTransacted(Channel) - Method in class org.springframework.amqp.rabbit.core.RabbitTemplate
Check whether the given Channel is locally transacted, that is, whether its transaction is managed by this template's Channel handling and not by an external transaction coordinator.
isChannelLocallyTransacted(Channel) - Method in class org.springframework.amqp.rabbit.listener.AbstractMessageListenerContainer
Check whether the given Channel is locally transacted, that is, whether its transaction is managed by this listener container's Channel handling and not by an external transaction coordinator.
isChannelLocallyTransacted(Channel) - Method in class org.springframework.amqp.rabbit.listener.SimpleMessageListenerContainer
 
isChannelTransacted() - Method in class org.springframework.amqp.rabbit.connection.RabbitAccessor
 
isChannelTransactional(Channel, ConnectionFactory) - Static method in class org.springframework.amqp.rabbit.connection.ConnectionFactoryUtils
Determine whether the given RabbitMQ Channel is transactional, that is, bound to the current thread by Spring's transaction facilities.
isChannelTransactional() - Method in class org.springframework.amqp.rabbit.connection.RabbitResourceHolder
 
isConfirmListener() - Method in class org.springframework.amqp.rabbit.core.RabbitTemplate
 
isConfirmListener() - Method in interface org.springframework.amqp.rabbit.support.PublisherCallbackChannel.Listener
 
isContentLengthSet() - Method in class org.springframework.amqp.core.MessageProperties
 
isCreateMessageIds() - Method in class org.springframework.amqp.support.converter.AbstractMessageConverter
Flag to indicate that new messages should have unique identifiers added to their properties before sending.
isDeclareExchange() - Method in class org.springframework.amqp.rabbit.log4j.AmqpAppender
 
isDeclaringDefaultExchange(Exchange) - Method in class org.springframework.amqp.rabbit.core.RabbitAdmin
 
isDeclaringImplicitQueueBinding(Binding) - Method in class org.springframework.amqp.rabbit.core.RabbitAdmin
 
isDefaultExchange(String) - Method in class org.springframework.amqp.rabbit.core.RabbitAdmin
 
isDeletingDefaultExchange(String) - Method in class org.springframework.amqp.rabbit.core.RabbitAdmin
 
isDeliveryTagSet() - Method in class org.springframework.amqp.core.MessageProperties
 
isDestinationQueue() - Method in class org.springframework.amqp.core.Binding
 
isDurable() - Method in class org.springframework.amqp.core.AbstractExchange
 
isDurable() - Method in interface org.springframework.amqp.core.Exchange
A durable exchange will survive a server restart
isDurable() - Method in class org.springframework.amqp.core.Queue
A durable queue will survive a server restart
isDurable() - Method in class org.springframework.amqp.rabbit.log4j.AmqpAppender
 
isExclusive() - Method in class org.springframework.amqp.core.Queue
True if the server should only send messages to the declarer's connection.
isExistingTransaction(Object) - Method in class org.springframework.amqp.rabbit.transaction.RabbitTransactionManager
 
isExposeListenerChannel() - Method in class org.springframework.amqp.rabbit.listener.AbstractMessageListenerContainer
 
isFatal(Throwable) - Method in class org.springframework.amqp.rabbit.listener.ConditionalRejectingErrorHandler.DefaultExceptionStrategy
 
isFatal(Throwable) - Method in interface org.springframework.amqp.rabbit.listener.FatalExceptionStrategy
 
isFrozen() - Method in class org.springframework.amqp.rabbit.connection.RabbitResourceHolder
 
isGenerateId() - Method in class org.springframework.amqp.rabbit.log4j.AmqpAppender
 
isImplicitQueueBinding(Binding) - Method in class org.springframework.amqp.rabbit.core.RabbitAdmin
 
isManual() - Method in enum org.springframework.amqp.core.AcknowledgeMode
 
isNew(Message) - Method in interface org.springframework.amqp.rabbit.retry.NewMessageIdentifier
Query a message to see if it has been seen before.
isNormalChannelClose(ShutdownSignalException) - Static method in class org.springframework.amqp.rabbit.connection.RabbitUtils
 
isNormalShutdown(ShutdownSignalException) - Static method in class org.springframework.amqp.rabbit.connection.RabbitUtils
 
isOpen() - Method in class org.springframework.amqp.rabbit.connection.CachingConnectionFactory.ChannelCachingConnectionProxy
 
isOpen() - Method in interface org.springframework.amqp.rabbit.connection.Connection
Flag to indicate the status of the connection.
isOpen() - Method in class org.springframework.amqp.rabbit.connection.SimpleConnection
 
isOpen() - Method in class org.springframework.amqp.rabbit.support.PublisherCallbackChannelImpl
 
isPhysicalCloseRequired() - Static method in class org.springframework.amqp.rabbit.connection.RabbitUtils
Gets and removes a ThreadLocal indicating the channel MUST be physically closed.
isPublisherConfirms() - Method in class org.springframework.amqp.rabbit.connection.CachingConnectionFactory
 
isPublisherReturns() - Method in class org.springframework.amqp.rabbit.connection.CachingConnectionFactory
 
isRedelivered() - Method in class org.springframework.amqp.core.MessageProperties
 
isReleaseAfterCompletion() - Method in class org.springframework.amqp.rabbit.connection.RabbitResourceHolder
Whether the resources should be released after transaction completion.
isRemovingImplicitQueueBinding(Binding) - Method in class org.springframework.amqp.rabbit.core.RabbitAdmin
 
isReturnListener() - Method in class org.springframework.amqp.rabbit.core.RabbitTemplate
 
isReturnListener() - Method in interface org.springframework.amqp.rabbit.support.PublisherCallbackChannel.Listener
 
isRollbackOnly() - Method in class org.springframework.amqp.rabbit.transaction.RabbitTransactionManager.RabbitTransactionObject
 
isRunning() - Method in class org.springframework.amqp.rabbit.listener.AbstractMessageListenerContainer
Determine whether this container is currently running, that is, whether it has been started and not stopped yet.
isSingleton() - Method in class org.springframework.amqp.rabbit.config.AbstractRetryOperationsInterceptorFactoryBean
 
isSingleton() - Method in class org.springframework.amqp.rabbit.config.BindingFactoryBean
 
isSingleton() - Method in class org.springframework.amqp.rabbit.config.StatefulRetryOperationsInterceptorFactoryBean
 
isSingleton() - Method in class org.springframework.amqp.rabbit.config.StatelessRetryOperationsInterceptorFactoryBean
 
isSingleton() - Method in class org.springframework.amqp.remoting.client.AmqpProxyFactoryBean
 
isSynchedLocalTransactionAllowed() - Method in interface org.springframework.amqp.rabbit.connection.ConnectionFactoryUtils.ResourceFactory
Return whether to allow for a local RabbitMQ transaction that is synchronized with a Spring-managed transaction (where the main transaction might be a JDBC-based one for a specific DataSource, for example), with the RabbitMQ transaction committing right after the main transaction.
isTransactionAllowed() - Method in enum org.springframework.amqp.core.AcknowledgeMode
 

J

Jackson2JavaTypeMapper - Interface in org.springframework.amqp.support.converter
Strategy for setting metadata on messages such that one can create the class that needs to be instantiated when receiving a message.
Jackson2JsonMessageConverter - Class in org.springframework.amqp.support.converter
JSON converter that uses the Jackson 2 Json library.
Jackson2JsonMessageConverter() - Constructor for class org.springframework.amqp.support.converter.Jackson2JsonMessageConverter
 
javaTypeMapper - Variable in class org.springframework.amqp.support.converter.Jackson2JsonMessageConverter
 
JavaTypeMapper - Interface in org.springframework.amqp.support.converter
Strategy for setting metadata on messages such that one can create the class that needs to be instantiated when receiving a message.
javaTypeMapper - Variable in class org.springframework.amqp.support.converter.JsonMessageConverter
 
JsonMessageConverter - Class in org.springframework.amqp.support.converter
JSON converter that uses the Jackson Json library.
JsonMessageConverter() - Constructor for class org.springframework.amqp.support.converter.JsonMessageConverter
 
jsonObjectMapper - Variable in class org.springframework.amqp.support.converter.Jackson2JsonMessageConverter
 
jsonObjectMapper - Variable in class org.springframework.amqp.support.converter.JsonMessageConverter
 

K

key - Variable in class org.springframework.amqp.core.BindingBuilder.HeadersExchangeMapConfigurer.HeadersExchangeSingleValueBindingCreator
 

L

lastConsumerStarted - Variable in class org.springframework.amqp.rabbit.listener.SimpleMessageListenerContainer
 
lastConsumerStopped - Variable in class org.springframework.amqp.rabbit.listener.SimpleMessageListenerContainer
 
lastRetryDeclaration - Variable in class org.springframework.amqp.rabbit.listener.BlockingQueueConsumer
 
layoutMutex - Variable in class org.springframework.amqp.rabbit.log4j.AmqpAppender
Used to synchronize access to pattern layouts.
lenientFallback - Variable in class org.springframework.amqp.rabbit.connection.AbstractRoutingConnectionFactory
 
lifecycleMonitor - Variable in class org.springframework.amqp.rabbit.core.RabbitAdmin
 
lifecycleMonitor - Variable in class org.springframework.amqp.rabbit.listener.AbstractMessageListenerContainer
 
LISTENER_ELEMENT - Static variable in class org.springframework.amqp.rabbit.config.ListenerContainerParser
 
LISTENER_ELEMENT - Static variable in class org.springframework.amqp.rabbit.config.TemplateParser
 
ListenerContainerParser - Class in org.springframework.amqp.rabbit.config
 
ListenerContainerParser() - Constructor for class org.springframework.amqp.rabbit.config.ListenerContainerParser
 
ListenerExecutionFailedException - Exception in org.springframework.amqp.rabbit.listener
Exception to be thrown when the execution of a listener method failed.
ListenerExecutionFailedException(String, Throwable) - Constructor for exception org.springframework.amqp.rabbit.listener.ListenerExecutionFailedException
Constructor for ListenerExecutionFailedException.
ListenerExecutionFailedException(String, Throwable, Message) - Constructor for exception org.springframework.amqp.rabbit.listener.ListenerExecutionFailedException
Constructor for ListenerExecutionFailedException.
listenerForSeq - Variable in class org.springframework.amqp.rabbit.support.PublisherCallbackChannelImpl
 
listenerIds - Variable in class org.springframework.amqp.rabbit.config.ListenerContainerParser
 
listeners - Variable in class org.springframework.amqp.rabbit.support.PublisherCallbackChannelImpl
 
locks - Variable in class org.springframework.amqp.rabbit.listener.ActiveObjectCounter
 
log - Static variable in class org.springframework.amqp.support.converter.Jackson2JsonMessageConverter
 
log - Static variable in class org.springframework.amqp.support.converter.JsonMessageConverter
 
logConsumerException(Throwable) - Method in class org.springframework.amqp.rabbit.listener.SimpleMessageListenerContainer.AsyncMessageProcessingConsumer
 
logger - Static variable in class org.springframework.amqp.rabbit.config.StatefulRetryOperationsInterceptorFactoryBean
 
logger - Static variable in class org.springframework.amqp.rabbit.config.StatelessRetryOperationsInterceptorFactoryBean
 
logger - Variable in class org.springframework.amqp.rabbit.connection.AbstractConnectionFactory
 
logger - Static variable in class org.springframework.amqp.rabbit.connection.ConsumerChannelRegistry
 
logger - Variable in class org.springframework.amqp.rabbit.connection.RabbitAccessor
Logger available to subclasses
logger - Static variable in class org.springframework.amqp.rabbit.connection.RabbitResourceHolder
 
logger - Static variable in class org.springframework.amqp.rabbit.connection.RabbitUtils
 
logger - Static variable in class org.springframework.amqp.rabbit.connection.SimpleResourceHolder
 
logger - Variable in class org.springframework.amqp.rabbit.core.RabbitAdmin
Logger available to subclasses
logger - Variable in class org.springframework.amqp.rabbit.core.support.RabbitGatewaySupport
Logger available to subclasses
logger - Variable in class org.springframework.amqp.rabbit.listener.adapter.MessageListenerAdapter
Logger available to subclasses
logger - Static variable in class org.springframework.amqp.rabbit.listener.BlockingQueueConsumer
 
logger - Static variable in class org.springframework.amqp.rabbit.listener.ConditionalRejectingErrorHandler
 
logger - Static variable in class org.springframework.amqp.rabbit.retry.MissingMessageIdAdvice
 
logger - Variable in class org.springframework.amqp.rabbit.retry.RejectAndDontRequeueRecoverer
 
logger - Static variable in class org.springframework.amqp.rabbit.retry.RepublishMessageRecoverer
 
logger - Variable in class org.springframework.amqp.rabbit.support.PublisherCallbackChannelImpl
 
logicalClose(ChannelProxy) - Method in class org.springframework.amqp.rabbit.connection.CachingConnectionFactory.CachedChannelInvocationHandler
GUARDED by channelList

M

mandatory - Variable in class org.springframework.amqp.rabbit.core.RabbitTemplate
 
MANDATORY_ATTRIBUTE - Static variable in class org.springframework.amqp.rabbit.config.TemplateParser
 
mandatoryPublish - Variable in class org.springframework.amqp.rabbit.listener.adapter.MessageListenerAdapter
 
marshaller - Variable in class org.springframework.amqp.support.converter.MarshallingMessageConverter
 
MarshallingMessageConverter - Class in org.springframework.amqp.support.converter
Spring Rabbit MessageConverter that uses a Marshaller and Unmarshaller.
MarshallingMessageConverter() - Constructor for class org.springframework.amqp.support.converter.MarshallingMessageConverter
Construct a new MarshallingMessageConverter with no Marshaller or Unmarshaller set.
MarshallingMessageConverter(Marshaller) - Constructor for class org.springframework.amqp.support.converter.MarshallingMessageConverter
Construct a new MarshallingMessageConverter with the given Marshaller set.
MarshallingMessageConverter(Marshaller, Unmarshaller) - Constructor for class org.springframework.amqp.support.converter.MarshallingMessageConverter
Construct a new MarshallingMessageConverter with the given Marshaller and Unmarshaller.
match() - Method in class org.springframework.amqp.core.BindingBuilder.HeadersExchangeMapConfigurer.HeadersExchangeMapBindingCreator
 
matches(Object) - Method in class org.springframework.amqp.core.BindingBuilder.HeadersExchangeMapConfigurer.HeadersExchangeSingleValueBindingCreator
 
MAX_CONCURRENCY_ATTRIBUTE - Static variable in class org.springframework.amqp.rabbit.config.RabbitNamespaceUtils
 
maxAttempts(int) - Method in class org.springframework.amqp.rabbit.config.RetryInterceptorBuilder
Apply the max attempts - a SimpleRetryPolicy will be used.
maxAttempts(int) - Method in class org.springframework.amqp.rabbit.config.RetryInterceptorBuilder.StatefulRetryInterceptorBuilder
 
maxConcurrentConsumers - Variable in class org.springframework.amqp.rabbit.listener.SimpleMessageListenerContainer
 
maxSenderRetries - Variable in class org.springframework.amqp.rabbit.log4j.AmqpAppender
How many times to retry sending a message if the broker is unavailable or there is some other error.
maybeDeclareExchange() - Method in class org.springframework.amqp.rabbit.log4j.AmqpAppender
Maybe declare the exchange.
Message - Class in org.springframework.amqp.core
The 0-8 and 0-9-1 AMQP specifications do not define an Message class or interface.
Message(byte[], MessageProperties) - Constructor for class org.springframework.amqp.core.Message
 
MESSAGE_CONVERTER_ATTRIBUTE - Static variable in class org.springframework.amqp.rabbit.config.ListenerContainerParser
 
MESSAGE_CONVERTER_ATTRIBUTE - Static variable in class org.springframework.amqp.rabbit.config.TemplateParser
 
MessageBuilder - Class in org.springframework.amqp.core
Builds a Spring AMQP Message either from a byte[] body or another Message using a fluent API.
MessageBuilder(byte[]) - Constructor for class org.springframework.amqp.core.MessageBuilder
 
MessageBuilder(Message) - Constructor for class org.springframework.amqp.core.MessageBuilder
 
MessageBuilder(byte[], MessageProperties) - Constructor for class org.springframework.amqp.core.MessageBuilder
 
MessageBuilderSupport<T> - Class in org.springframework.amqp.core
Support class for building Message and MessageProperties fluent API.
MessageBuilderSupport() - Constructor for class org.springframework.amqp.core.MessageBuilderSupport
 
MessageBuilderSupport(MessageProperties) - Constructor for class org.springframework.amqp.core.MessageBuilderSupport
 
MessageConversionException - Exception in org.springframework.amqp.support.converter
Exception to be thrown by message converters if they encounter a problem with converting a message or object.
MessageConversionException(String, Throwable) - Constructor for exception org.springframework.amqp.support.converter.MessageConversionException
 
MessageConversionException(String) - Constructor for exception org.springframework.amqp.support.converter.MessageConversionException
 
messageConverter - Variable in class org.springframework.amqp.rabbit.core.RabbitTemplate
 
messageConverter - Variable in class org.springframework.amqp.rabbit.listener.adapter.MessageListenerAdapter
 
messageConverter - Variable in class org.springframework.amqp.remoting.service.AmqpInvokerServiceExporter
 
MessageConverter - Interface in org.springframework.amqp.support.converter
 
messageCount - Variable in class org.springframework.amqp.core.MessageProperties
 
messageCount(String) - Method in class org.springframework.amqp.rabbit.support.PublisherCallbackChannelImpl
 
messageCountMethod - Static variable in class org.springframework.amqp.rabbit.support.PublisherCallbackChannelImpl
 
MessageDeliveryMode - Enum in org.springframework.amqp.core
Enumeration for the message delivery mode.
MessageDeliveryMode() - Constructor for enum org.springframework.amqp.core.MessageDeliveryMode
 
messageId - Variable in class org.springframework.amqp.core.MessageProperties
 
messageKeyGenerator - Variable in class org.springframework.amqp.rabbit.config.RetryInterceptorBuilder.StatefulRetryInterceptorBuilder
 
messageKeyGenerator(MessageKeyGenerator) - Method in class org.springframework.amqp.rabbit.config.RetryInterceptorBuilder.StatefulRetryInterceptorBuilder
Stateful retry requires messages to be identifiable.
messageKeyGenerator - Variable in class org.springframework.amqp.rabbit.config.StatefulRetryOperationsInterceptorFactoryBean
 
MessageKeyGenerator - Interface in org.springframework.amqp.rabbit.retry
 
MessageListener - Interface in org.springframework.amqp.core
Listener interface to receive asynchronous delivery of Amqp Messages.
messageListener - Variable in class org.springframework.amqp.rabbit.listener.AbstractMessageListenerContainer
 
MessageListenerAdapter - Class in org.springframework.amqp.rabbit.listener.adapter
Message listener adapter that delegates the handling of messages to target listener methods via reflection, with flexible message type conversion.
MessageListenerAdapter() - Constructor for class org.springframework.amqp.rabbit.listener.adapter.MessageListenerAdapter
Create a new MessageListenerAdapter with default settings.
MessageListenerAdapter(Object) - Constructor for class org.springframework.amqp.rabbit.listener.adapter.MessageListenerAdapter
Create a new MessageListenerAdapter for the given delegate.
MessageListenerAdapter(Object, MessageConverter) - Constructor for class org.springframework.amqp.rabbit.listener.adapter.MessageListenerAdapter
Create a new MessageListenerAdapter for the given delegate.
MessageListenerAdapter(Object, String) - Constructor for class org.springframework.amqp.rabbit.listener.adapter.MessageListenerAdapter
Create a new MessageListenerAdapter for the given delegate while also declaring its POJO method.
MessagePostProcessor - Interface in org.springframework.amqp.core
To be used with the send method of Amqp template classes (such as RabbitTemplate) that convert an object to a message.
messageProperties - Variable in class org.springframework.amqp.core.Message
 
MessageProperties - Class in org.springframework.amqp.core
Message Properties for an AMQP message.
MessageProperties() - Constructor for class org.springframework.amqp.core.MessageProperties
 
MessagePropertiesBuilder - Class in org.springframework.amqp.core
Builds a Spring AMQP MessageProperties object using a fluent API.
MessagePropertiesBuilder() - Constructor for class org.springframework.amqp.core.MessagePropertiesBuilder
 
MessagePropertiesBuilder(MessageProperties) - Constructor for class org.springframework.amqp.core.MessagePropertiesBuilder
 
messagePropertiesConverter - Variable in class org.springframework.amqp.rabbit.core.RabbitTemplate
 
messagePropertiesConverter - Variable in class org.springframework.amqp.rabbit.listener.adapter.MessageListenerAdapter
 
messagePropertiesConverter - Variable in class org.springframework.amqp.rabbit.listener.BlockingQueueConsumer
 
messagePropertiesConverter - Variable in class org.springframework.amqp.rabbit.listener.SimpleMessageListenerContainer
 
MessagePropertiesConverter - Interface in org.springframework.amqp.rabbit.support
Strategy interface for converting between Spring AMQP MessageProperties and RabbitMQ BasicProperties.
messageRecoverer - Variable in class org.springframework.amqp.rabbit.config.AbstractRetryOperationsInterceptorFactoryBean
 
messageRecoverer - Variable in class org.springframework.amqp.rabbit.config.RetryInterceptorBuilder
 
MessageRecoverer - Interface in org.springframework.amqp.rabbit.retry
 
MessageRejectedWhileStoppingException - Exception in org.springframework.amqp.rabbit.listener
Exception class that indicates a rejected message on shutdown.
MessageRejectedWhileStoppingException() - Constructor for exception org.springframework.amqp.rabbit.listener.MessageRejectedWhileStoppingException
 
METHOD_ATTRIBUTE - Static variable in class org.springframework.amqp.rabbit.config.ListenerContainerParser
 
METHOD_ATTRIBUTE - Static variable in class org.springframework.amqp.rabbit.config.NamespaceUtils
 
METHOD_FILTER - Static variable in class org.springframework.amqp.rabbit.support.PublisherCallbackChannelImpl
 
METHODS_OF_INTEREST - Static variable in class org.springframework.amqp.rabbit.support.PublisherCallbackChannelImpl
 
MIN_CONSECUTIVE_ACTIVE_ATTRIBUTE - Static variable in class org.springframework.amqp.rabbit.config.RabbitNamespaceUtils
 
MIN_CONSECUTIVE_IDLE_ATTRIBUTE - Static variable in class org.springframework.amqp.rabbit.config.RabbitNamespaceUtils
 
MIN_START_INTERVAL_ATTRIBUTE - Static variable in class org.springframework.amqp.rabbit.config.RabbitNamespaceUtils
 
MIN_STOP_INTERVAL_ATTRIBUTE - Static variable in class org.springframework.amqp.rabbit.config.RabbitNamespaceUtils
 
MissingMessageIdAdvice - Class in org.springframework.amqp.rabbit.retry
Advice that can be placed in the listener delegate's advice chain to enhance the message with an ID if not present.
MissingMessageIdAdvice(RetryContextCache) - Constructor for class org.springframework.amqp.rabbit.retry.MissingMessageIdAdvice
 
missingQueues - Variable in class org.springframework.amqp.rabbit.listener.BlockingQueueConsumer
 
missingQueuesFatal - Variable in class org.springframework.amqp.rabbit.listener.SimpleMessageListenerContainer
 
missingQueuesFatalSet - Variable in class org.springframework.amqp.rabbit.listener.SimpleMessageListenerContainer
 

N

name - Variable in class org.springframework.amqp.core.AbstractExchange
 
name - Variable in class org.springframework.amqp.core.BindingBuilder.DestinationConfigurer
 
name - Variable in class org.springframework.amqp.core.Queue
 
NamespaceUtils - Class in org.springframework.amqp.rabbit.config
Shared utility methods for namespace parsers.
NamespaceUtils() - Constructor for class org.springframework.amqp.rabbit.config.NamespaceUtils
 
newInstance() - Static method in class org.springframework.amqp.core.MessagePropertiesBuilder
Returns a builder with an initial set of properties.
newMessageIdentifier - Variable in class org.springframework.amqp.rabbit.config.RetryInterceptorBuilder.StatefulRetryInterceptorBuilder
 
newMessageIdentifier(NewMessageIdentifier) - Method in class org.springframework.amqp.rabbit.config.RetryInterceptorBuilder.StatefulRetryInterceptorBuilder
Apply a custom new message identifier.
newMessageIdentifier - Variable in class org.springframework.amqp.rabbit.config.StatefulRetryOperationsInterceptorFactoryBean
 
NewMessageIdentifier - Interface in org.springframework.amqp.rabbit.retry
An optimization for stateful retry of message processing.
nextMessage() - Method in class org.springframework.amqp.rabbit.listener.BlockingQueueConsumer
Main application-side API: wait for the next message delivery and return it.
nextMessage(long) - Method in class org.springframework.amqp.rabbit.listener.BlockingQueueConsumer
Main application-side API: wait for the next message delivery and return it.
noargs() - Method in class org.springframework.amqp.core.BindingBuilder.GenericArgumentsConfigurer
 
notifyCloseIfNecessary() - Method in class org.springframework.amqp.rabbit.connection.CachingConnectionFactory.ChannelCachingConnectionProxy
 
notifyListeners() - Method in class org.springframework.amqp.rabbit.support.PublisherCallbackChannelImpl
 

O

onClose(Connection) - Method in class org.springframework.amqp.rabbit.connection.CompositeConnectionListener
 
onClose(Connection) - Method in interface org.springframework.amqp.rabbit.connection.ConnectionListener
 
onCreate(Channel, boolean) - Method in interface org.springframework.amqp.rabbit.connection.ChannelListener
 
onCreate(Channel, boolean) - Method in class org.springframework.amqp.rabbit.connection.CompositeChannelListener
 
onCreate(Connection) - Method in class org.springframework.amqp.rabbit.connection.CompositeConnectionListener
 
onCreate(Connection) - Method in interface org.springframework.amqp.rabbit.connection.ConnectionListener
 
onMessage(Message) - Method in interface org.springframework.amqp.core.MessageListener
 
onMessage(Message, Channel) - Method in interface org.springframework.amqp.rabbit.core.ChannelAwareMessageListener
Callback for processing a received Rabbit message.
onMessage(Message) - Method in class org.springframework.amqp.rabbit.core.RabbitTemplate
 
onMessage(Message) - Method in class org.springframework.amqp.rabbit.listener.adapter.MessageListenerAdapter
Rabbit MessageListener entry point.
onMessage(Message, Channel) - Method in class org.springframework.amqp.rabbit.listener.adapter.MessageListenerAdapter
Spring ChannelAwareMessageListener entry point.
onMessage(Message) - Method in class org.springframework.amqp.remoting.service.AmqpInvokerServiceExporter
 
openConnectionNonTransactionalChannels - Variable in class org.springframework.amqp.rabbit.connection.CachingConnectionFactory
 
openConnections - Variable in class org.springframework.amqp.rabbit.connection.CachingConnectionFactory
 
openConnectionTransactionalChannels - Variable in class org.springframework.amqp.rabbit.connection.CachingConnectionFactory
 
ORDER - Static variable in class org.springframework.amqp.rabbit.config.NamespaceUtils
 
org.springframework.amqp - package org.springframework.amqp
Base package for Spring AMQP.
org.springframework.amqp.core - package org.springframework.amqp.core
Provides core classes for the spring AMQP abstraction.
org.springframework.amqp.rabbit.config - package org.springframework.amqp.rabbit.config
Provides classes supporting the Rabbit XML namespace.
org.springframework.amqp.rabbit.connection - package org.springframework.amqp.rabbit.connection
Provides classes related to connections.
org.springframework.amqp.rabbit.core - package org.springframework.amqp.rabbit.core
Provides core classes for Spring Rabbit.
org.springframework.amqp.rabbit.core.support - package org.springframework.amqp.rabbit.core.support
Provides core support classes for Spring Rabbit.
org.springframework.amqp.rabbit.listener - package org.springframework.amqp.rabbit.listener
Provides classes for message listener containers.
org.springframework.amqp.rabbit.listener.adapter - package org.springframework.amqp.rabbit.listener.adapter
Provides classes for adapting listeners.
org.springframework.amqp.rabbit.log4j - package org.springframework.amqp.rabbit.log4j
Provides classes supporting Log4J appenders.
org.springframework.amqp.rabbit.retry - package org.springframework.amqp.rabbit.retry
Provides classes supporting retries.
org.springframework.amqp.rabbit.support - package org.springframework.amqp.rabbit.support
Provides support classes for Spring Rabbit.
org.springframework.amqp.rabbit.transaction - package org.springframework.amqp.rabbit.transaction
Provides classes supporting transactions in Spring Rabbit.
org.springframework.amqp.remoting.client - package org.springframework.amqp.remoting.client
Provides classes for the client side of Spring Remoting over AMQP.
org.springframework.amqp.remoting.service - package org.springframework.amqp.remoting.service
Provides classes for the service side of Spring Remoting over AMQP.
org.springframework.amqp.support.converter - package org.springframework.amqp.support.converter
Provides classes for supporting message conversion.
org.springframework.amqp.utils - package org.springframework.amqp.utils
Provides utility classes to support Spring AMQP.
org.springframework.amqp.utils.test - package org.springframework.amqp.utils.test
 
ORIGINAL_DEFAULT_LISTENER_METHOD - Static variable in class org.springframework.amqp.rabbit.listener.adapter.MessageListenerAdapter
Out-of-the-box value for the default listener method: "handleMessage".

P

parse(Element, ParserContext) - Method in class org.springframework.amqp.rabbit.config.ListenerContainerParser
 
parseAcknowledgeMode(Element, ParserContext) - Static method in class org.springframework.amqp.rabbit.config.RabbitNamespaceUtils
 
parseArguments(Element, String, ParserContext, BeanDefinitionBuilder, String) - Method in class org.springframework.amqp.rabbit.config.AbstractExchangeParser
 
parseBinding(String, Element, ParserContext) - Method in class org.springframework.amqp.rabbit.config.AbstractExchangeParser
 
parseBinding(String, Element, ParserContext) - Method in class org.springframework.amqp.rabbit.config.DirectExchangeParser
 
parseBinding(String, Element, ParserContext) - Method in class org.springframework.amqp.rabbit.config.FanoutExchangeParser
 
parseBinding(String, Element, ParserContext) - Method in class org.springframework.amqp.rabbit.config.HeadersExchangeParser
 
parseBinding(String, Element, ParserContext) - Method in class org.springframework.amqp.rabbit.config.TopicExchangeParser
 
parseBindings(Element, ParserContext, BeanDefinitionBuilder, String) - Method in class org.springframework.amqp.rabbit.config.AbstractExchangeParser
 
parseContainer(Element, ParserContext) - Static method in class org.springframework.amqp.rabbit.config.RabbitNamespaceUtils
 
parseDeclarationControls(Element, BeanDefinitionBuilder) - Static method in class org.springframework.amqp.rabbit.config.NamespaceUtils
Parses 'auto-declare' and 'declared-by' attributes.
parseDestination(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.amqp.rabbit.config.AbstractExchangeParser
 
parseInnerBeanDefinition(Element, ParserContext) - Static method in class org.springframework.amqp.rabbit.config.NamespaceUtils
 
parseListener(Element, Element, ParserContext, int, boolean) - Method in class org.springframework.amqp.rabbit.config.ListenerContainerParser
 
parseListener(Element, Element, ParserContext) - Method in class org.springframework.amqp.rabbit.config.TemplateParser
 
password - Variable in class org.springframework.amqp.rabbit.log4j.AmqpAppender
RabbitMQ password for this user.
PASSWORD_ATTRIBUTE - Static variable in class org.springframework.amqp.rabbit.config.ConnectionFactoryParser
 
pattern - Static variable in class org.springframework.amqp.core.Address
 
PendingConfirm - Class in org.springframework.amqp.rabbit.support
Instances of this object track pending publisher confirms.
PendingConfirm(CorrelationData, long) - Constructor for class org.springframework.amqp.rabbit.support.PendingConfirm
 
pendingConfirms - Variable in class org.springframework.amqp.rabbit.core.RabbitTemplate
 
pendingConfirms - Variable in class org.springframework.amqp.rabbit.support.PublisherCallbackChannelImpl
 
PendingReply() - Constructor for class org.springframework.amqp.rabbit.core.RabbitTemplate.PendingReply
 
phase - Variable in class org.springframework.amqp.rabbit.listener.AbstractMessageListenerContainer
 
PHASE_ATTRIBUTE - Static variable in class org.springframework.amqp.rabbit.config.RabbitNamespaceUtils
 
physicalClose() - Method in class org.springframework.amqp.rabbit.connection.CachingConnectionFactory.CachedChannelInvocationHandler
 
physicalCloseRequired - Static variable in class org.springframework.amqp.rabbit.connection.RabbitUtils
 
port - Variable in class org.springframework.amqp.rabbit.log4j.AmqpAppender
RabbitMQ port to connect to.
PORT_ATTRIBUTE - Static variable in class org.springframework.amqp.rabbit.config.ConnectionFactoryParser
 
postProcessChannel(Channel, Message) - Method in class org.springframework.amqp.rabbit.listener.adapter.MessageListenerAdapter
Post-process the given message before sending the response.
postProcessMessage(Message) - Method in interface org.springframework.amqp.core.MessagePostProcessor
 
postProcessResponse(Message, Message) - Method in class org.springframework.amqp.rabbit.listener.adapter.MessageListenerAdapter
Post-process the given response message before it will be sent.
PREFETCH_ATTRIBUTE - Static variable in class org.springframework.amqp.rabbit.config.RabbitNamespaceUtils
 
prefetchCount - Variable in class org.springframework.amqp.rabbit.listener.BlockingQueueConsumer
 
prefetchCount - Variable in class org.springframework.amqp.rabbit.listener.SimpleMessageListenerContainer
 
prefixedOriginalRoutingKey(Message) - Method in class org.springframework.amqp.rabbit.retry.RepublishMessageRecoverer
 
priority - Variable in class org.springframework.amqp.core.MessageProperties
 
processAck(long, boolean, boolean, boolean) - Method in class org.springframework.amqp.rabbit.support.PublisherCallbackChannelImpl
 
processResourceAfterCommit(RabbitResourceHolder) - Method in class org.springframework.amqp.rabbit.connection.ConnectionFactoryUtils.RabbitResourceSynchronization
 
properties - Variable in class org.springframework.amqp.core.MessageBuilderSupport
 
properties - Variable in class org.springframework.amqp.rabbit.listener.BlockingQueueConsumer.Delivery
 
properties - Variable in class org.springframework.amqp.rabbit.log4j.AmqpAppender.Event
 
proxy - Variable in class org.springframework.amqp.rabbit.listener.SimpleMessageListenerContainer
 
PUBLISHER_CONFIRMS - Static variable in class org.springframework.amqp.rabbit.config.ConnectionFactoryParser
 
PUBLISHER_RETURNS - Static variable in class org.springframework.amqp.rabbit.config.ConnectionFactoryParser
 
PublisherCallbackChannel - Interface in org.springframework.amqp.rabbit.support
Instances of this interface support a single listener being registered for publisher confirms with multiple channels, by adding context to the callbacks.
PublisherCallbackChannel.Listener - Interface in org.springframework.amqp.rabbit.support
Listeners implementing this interface can participate in publisher confirms received from multiple channels, by invoking addListener on each channel.
PublisherCallbackChannelImpl - Class in org.springframework.amqp.rabbit.support
Channel wrapper to allow a single listener able to handle confirms from multiple channels.
PublisherCallbackChannelImpl(Channel) - Constructor for class org.springframework.amqp.rabbit.support.PublisherCallbackChannelImpl
 
publisherConfirms - Variable in class org.springframework.amqp.rabbit.connection.CachingConnectionFactory
 
publisherReturns - Variable in class org.springframework.amqp.rabbit.connection.CachingConnectionFactory
 
purgeQueue(String, boolean) - Method in interface org.springframework.amqp.core.AmqpAdmin
Purges the contents of the given queue.
purgeQueue(String, boolean) - Method in class org.springframework.amqp.rabbit.core.RabbitAdmin
 

Q

Queue - Class in org.springframework.amqp.core
Simple container collecting information to describe a queue.
Queue(String) - Constructor for class org.springframework.amqp.core.Queue
The queue is durable, non-exclusive and non auto-delete.
Queue(String, boolean) - Constructor for class org.springframework.amqp.core.Queue
Construct a new queue, given a name and durability flag.
Queue(String, boolean, boolean, boolean) - Constructor for class org.springframework.amqp.core.Queue
Construct a new queue, given a name, durability, exclusive and auto-delete flags.
Queue(String, boolean, boolean, boolean, Map<String, Object>) - Constructor for class org.springframework.amqp.core.Queue
Construct a new queue, given a name, durability flag, and auto-delete flag, and arguments.
queue - Variable in class org.springframework.amqp.rabbit.core.RabbitTemplate.PendingReply
 
queue - Variable in class org.springframework.amqp.rabbit.core.RabbitTemplate
 
queue - Variable in class org.springframework.amqp.rabbit.listener.BlockingQueueConsumer
 
QUEUE_ATTRIBUTE - Static variable in class org.springframework.amqp.rabbit.config.TemplateParser
 
QUEUE_CONSUMER_COUNT - Static variable in class org.springframework.amqp.rabbit.core.RabbitAdmin
 
QUEUE_MESSAGE_COUNT - Static variable in class org.springframework.amqp.rabbit.core.RabbitAdmin
 
QUEUE_NAME - Static variable in class org.springframework.amqp.rabbit.core.RabbitAdmin
 
QUEUE_NAMES_ATTRIBUTE - Static variable in class org.springframework.amqp.rabbit.config.ListenerContainerParser
 
QueueArgumentsParser - Class in org.springframework.amqp.rabbit.config
 
QueueArgumentsParser() - Constructor for class org.springframework.amqp.rabbit.config.QueueArgumentsParser
 
queueBind(String, String, String) - Method in class org.springframework.amqp.rabbit.support.PublisherCallbackChannelImpl
 
queueBind(String, String, String, Map<String, Object>) - Method in class org.springframework.amqp.rabbit.support.PublisherCallbackChannelImpl
 
queueBindNoWait(String, String, String, Map<String, Object>) - Method in class org.springframework.amqp.rabbit.support.PublisherCallbackChannelImpl
 
queueDeclare() - Method in class org.springframework.amqp.rabbit.support.PublisherCallbackChannelImpl
 
queueDeclare(String, boolean, boolean, boolean, Map<String, Object>) - Method in class org.springframework.amqp.rabbit.support.PublisherCallbackChannelImpl
 
queueDeclareNoWait(String, boolean, boolean, boolean, Map<String, Object>) - Method in class org.springframework.amqp.rabbit.support.PublisherCallbackChannelImpl
 
queueDeclarePassive(String) - Method in class org.springframework.amqp.rabbit.support.PublisherCallbackChannelImpl
 
queueDelete(String) - Method in class org.springframework.amqp.rabbit.support.PublisherCallbackChannelImpl
 
queueDelete(String, boolean, boolean) - Method in class org.springframework.amqp.rabbit.support.PublisherCallbackChannelImpl
 
queueDeleteNoWait(String, boolean, boolean) - Method in class org.springframework.amqp.rabbit.support.PublisherCallbackChannelImpl
 
queueNames - Variable in class org.springframework.amqp.rabbit.listener.AbstractMessageListenerContainer
 
QueueParser - Class in org.springframework.amqp.rabbit.config
 
QueueParser() - Constructor for class org.springframework.amqp.rabbit.config.QueueParser
 
queuePurge(String) - Method in class org.springframework.amqp.rabbit.support.PublisherCallbackChannelImpl
 
queues - Variable in class org.springframework.amqp.rabbit.listener.BlockingQueueConsumer
 
QUEUES_ATTRIBUTE - Static variable in class org.springframework.amqp.rabbit.config.ListenerContainerParser
 
queuesChanged() - Method in class org.springframework.amqp.rabbit.listener.SimpleMessageListenerContainer
 
QueuesNotAvailableException - Exception in org.springframework.amqp.rabbit.listener
This exception indicates that a consumer could not be started because none of its queues are available for listening.
QueuesNotAvailableException(String, Throwable) - Constructor for exception org.springframework.amqp.rabbit.listener.QueuesNotAvailableException
 
queueUnbind(String, String, String) - Method in class org.springframework.amqp.rabbit.support.PublisherCallbackChannelImpl
 
queueUnbind(String, String, String, Map<String, Object>) - Method in class org.springframework.amqp.rabbit.support.PublisherCallbackChannelImpl
 

R

RabbitAccessor - Class in org.springframework.amqp.rabbit.connection
 
RabbitAccessor() - Constructor for class org.springframework.amqp.rabbit.connection.RabbitAccessor
 
RabbitAdmin - Class in org.springframework.amqp.rabbit.core
RabbitMQ implementation of portable AMQP administrative operations for AMQP >= 0.9.1
RabbitAdmin(ConnectionFactory) - Constructor for class org.springframework.amqp.rabbit.core.RabbitAdmin
 
rabbitAdmin - Variable in class org.springframework.amqp.rabbit.listener.SimpleMessageListenerContainer
 
rabbitConnectionFactory - Variable in class org.springframework.amqp.rabbit.connection.AbstractConnectionFactory
 
RabbitExceptionTranslator - Class in org.springframework.amqp.rabbit.support
Translates Rabbit Exceptions to the AmqpException class hierarchy.
RabbitExceptionTranslator() - Constructor for class org.springframework.amqp.rabbit.support.RabbitExceptionTranslator
 
RabbitGatewaySupport - Class in org.springframework.amqp.rabbit.core.support
Convenient super class for application classes that need RabbitMQ access.
RabbitGatewaySupport() - Constructor for class org.springframework.amqp.rabbit.core.support.RabbitGatewaySupport
 
RabbitNamespaceHandler - Class in org.springframework.amqp.rabbit.config
Namespace handler for Rabbit.
RabbitNamespaceHandler() - Constructor for class org.springframework.amqp.rabbit.config.RabbitNamespaceHandler
 
RabbitNamespaceUtils - Class in org.springframework.amqp.rabbit.config
 
RabbitNamespaceUtils() - Constructor for class org.springframework.amqp.rabbit.config.RabbitNamespaceUtils
 
RabbitOperations - Interface in org.springframework.amqp.rabbit.core
Rabbit specific methods for Amqp functionality.
RabbitResourceHolder - Class in org.springframework.amqp.rabbit.connection
Rabbit resource holder, wrapping a RabbitMQ Connection and Channel.
RabbitResourceHolder() - Constructor for class org.springframework.amqp.rabbit.connection.RabbitResourceHolder
Create a new RabbitResourceHolder that is open for resources to be added.
RabbitResourceHolder(Channel, boolean) - Constructor for class org.springframework.amqp.rabbit.connection.RabbitResourceHolder
 
RabbitResourceSynchronization(RabbitResourceHolder, Object, boolean) - Constructor for class org.springframework.amqp.rabbit.connection.ConnectionFactoryUtils.RabbitResourceSynchronization
 
rabbitTemplate - Variable in class org.springframework.amqp.rabbit.core.RabbitAdmin
 
RabbitTemplate - Class in org.springframework.amqp.rabbit.core
Helper class that simplifies synchronous RabbitMQ access (sending and receiving messages).
RabbitTemplate() - Constructor for class org.springframework.amqp.rabbit.core.RabbitTemplate
Convenient constructor for use with setter injection.
RabbitTemplate(ConnectionFactory) - Constructor for class org.springframework.amqp.rabbit.core.RabbitTemplate
Create a rabbit template with default strategies and settings.
rabbitTemplate - Variable in class org.springframework.amqp.rabbit.core.support.RabbitGatewaySupport
 
RabbitTemplate.ConfirmCallback - Interface in org.springframework.amqp.rabbit.core
 
RabbitTemplate.PendingReply - Class in org.springframework.amqp.rabbit.core
 
RabbitTemplate.ReturnCallback - Interface in org.springframework.amqp.rabbit.core
 
RabbitTransactionManager - Class in org.springframework.amqp.rabbit.transaction
PlatformTransactionManager implementation for a single Rabbit ConnectionFactory.
RabbitTransactionManager() - Constructor for class org.springframework.amqp.rabbit.transaction.RabbitTransactionManager
Create a new RabbitTransactionManager for bean-style usage.
RabbitTransactionManager(ConnectionFactory) - Constructor for class org.springframework.amqp.rabbit.transaction.RabbitTransactionManager
Create a new RabbitTransactionManager, given a ConnectionFactory.
RabbitTransactionManager.RabbitTransactionObject - Class in org.springframework.amqp.rabbit.transaction
Rabbit transaction object, representing a RabbitResourceHolder.
RabbitTransactionObject() - Constructor for class org.springframework.amqp.rabbit.transaction.RabbitTransactionManager.RabbitTransactionObject
 
RabbitUtils - Class in org.springframework.amqp.rabbit.connection
 
RabbitUtils() - Constructor for class org.springframework.amqp.rabbit.connection.RabbitUtils
 
receive() - Method in interface org.springframework.amqp.core.AmqpTemplate
Receive a message if there is one from a default queue.
receive(String) - Method in interface org.springframework.amqp.core.AmqpTemplate
Receive a message if there is one from a specific queue.
receive() - Method in class org.springframework.amqp.rabbit.core.RabbitTemplate
 
receive(String) - Method in class org.springframework.amqp.rabbit.core.RabbitTemplate
 
RECEIVE_TIMEOUT_ATTRIBUTE - Static variable in class org.springframework.amqp.rabbit.config.RabbitNamespaceUtils
 
receiveAndConvert() - Method in interface org.springframework.amqp.core.AmqpTemplate
Receive a message if there is one from a default queue and convert it to a Java object.
receiveAndConvert(String) - Method in interface org.springframework.amqp.core.AmqpTemplate
Receive a message if there is one from a specific queue and convert it to a Java object.
receiveAndConvert() - Method in class org.springframework.amqp.rabbit.core.RabbitTemplate
 
receiveAndConvert(String) - Method in class org.springframework.amqp.rabbit.core.RabbitTemplate
 
receiveAndExecute(BlockingQueueConsumer) - Method in class org.springframework.amqp.rabbit.listener.SimpleMessageListenerContainer
 
receiveAndReply(ReceiveAndReplyCallback<R, S>) - Method in interface org.springframework.amqp.core.AmqpTemplate
Receive a message if there is one from a default queue, invoke provided ReceiveAndReplyCallback and send reply message, if the callback returns one, to the replyTo Address from MessageProperties or to default exchange and default routingKey.
receiveAndReply(String, ReceiveAndReplyCallback<R, S>) - Method in interface org.springframework.amqp.core.AmqpTemplate
Receive a message if there is one from provided queue, invoke provided ReceiveAndReplyCallback and send reply message, if the callback returns one, to the replyTo Address from MessageProperties or to default exchange and default routingKey.
receiveAndReply(ReceiveAndReplyCallback<R, S>, String, String) - Method in interface org.springframework.amqp.core.AmqpTemplate
Receive a message if there is one from default queue, invoke provided ReceiveAndReplyCallback and send reply message, if the callback returns one, to the provided exchange and routingKey.
receiveAndReply(String, ReceiveAndReplyCallback<R, S>, String, String) - Method in interface org.springframework.amqp.core.AmqpTemplate
Receive a message if there is one from provided queue, invoke provided ReceiveAndReplyCallback and send reply message, if the callback returns one, to the provided exchange and routingKey.
receiveAndReply(ReceiveAndReplyCallback<R, S>, ReplyToAddressCallback<S>) - Method in interface org.springframework.amqp.core.AmqpTemplate
Receive a message if there is one from a default queue, invoke provided ReceiveAndReplyCallback and send reply message, if the callback returns one, to the replyTo Address from result of ReplyToAddressCallback.
receiveAndReply(String, ReceiveAndReplyCallback<R, S>, ReplyToAddressCallback<S>) - Method in interface org.springframework.amqp.core.AmqpTemplate
Receive a message if there is one from provided queue, invoke provided ReceiveAndReplyCallback and send reply message, if the callback returns one, to the replyTo Address from result of ReplyToAddressCallback.
receiveAndReply(ReceiveAndReplyCallback<R, S>) - Method in class org.springframework.amqp.rabbit.core.RabbitTemplate
 
receiveAndReply(String, ReceiveAndReplyCallback<R, S>) - Method in class org.springframework.amqp.rabbit.core.RabbitTemplate
 
receiveAndReply(ReceiveAndReplyCallback<R, S>, String, String) - Method in class org.springframework.amqp.rabbit.core.RabbitTemplate
 
receiveAndReply(String, ReceiveAndReplyCallback<R, S>, String, String) - Method in class org.springframework.amqp.rabbit.core.RabbitTemplate
 
receiveAndReply(ReceiveAndReplyCallback<R, S>, ReplyToAddressCallback<S>) - Method in class org.springframework.amqp.rabbit.core.RabbitTemplate
 
receiveAndReply(String, ReceiveAndReplyCallback<R, S>, ReplyToAddressCallback<S>) - Method in class org.springframework.amqp.rabbit.core.RabbitTemplate
 
ReceiveAndReplyCallback<R,S> - Interface in org.springframework.amqp.core
To be used with the receive-and-reply methods of AmqpTemplate as processor for inbound object and producer for outbound object.
ReceiveAndReplyMessageCallback - Interface in org.springframework.amqp.core
Message exchanging contract of ReceiveAndReplyCallback.
receivedExchange - Variable in class org.springframework.amqp.core.MessageProperties
 
receivedRoutingKey - Variable in class org.springframework.amqp.core.MessageProperties
 
receiveTimeout - Variable in class org.springframework.amqp.rabbit.listener.SimpleMessageListenerContainer
 
recover(Message, Throwable) - Method in interface org.springframework.amqp.rabbit.retry.MessageRecoverer
Callback for message that was consumed but failed all retry attempts.
recover(Message, Throwable) - Method in class org.springframework.amqp.rabbit.retry.RejectAndDontRequeueRecoverer
 
recover(Message, Throwable) - Method in class org.springframework.amqp.rabbit.retry.RepublishMessageRecoverer
 
recoverer(MessageRecoverer) - Method in class org.springframework.amqp.rabbit.config.RetryInterceptorBuilder
Apply a Message recoverer - default is to log and discard after retry is exhausted.
recoverer(MessageRecoverer) - Method in class org.springframework.amqp.rabbit.config.RetryInterceptorBuilder.StatefulRetryInterceptorBuilder
 
RECOVERY_INTERVAL - Static variable in class org.springframework.amqp.rabbit.config.RabbitNamespaceUtils
 
recoveryInterval - Variable in class org.springframework.amqp.rabbit.listener.SimpleMessageListenerContainer
 
redeclareElementsIfNecessary() - Method in class org.springframework.amqp.rabbit.listener.SimpleMessageListenerContainer
Use RabbitAdmin.initialize() to redeclare everything if any of our queues are auto-delete and missing.
redelivered - Variable in class org.springframework.amqp.core.MessageProperties
 
REF_ATTRIBUTE - Static variable in class org.springframework.amqp.rabbit.config.AbstractExchangeParser
 
REF_ATTRIBUTE - Static variable in class org.springframework.amqp.rabbit.config.ListenerContainerParser
 
REF_ATTRIBUTE - Static variable in class org.springframework.amqp.rabbit.config.NamespaceUtils
 
REF_ATTRIBUTE - Static variable in class org.springframework.amqp.rabbit.config.QueueParser
 
registerConsumerChannel(Channel, ConnectionFactory) - Static method in class org.springframework.amqp.rabbit.connection.ConsumerChannelRegistry
If a listener container is configured to use a RabbitTransactionManager, the consumer's channel is registered here so that it is used as the bound resource when the transaction actually starts.
registerDeliveryTag(ConnectionFactory, Channel, Long) - Static method in class org.springframework.amqp.rabbit.connection.ConnectionFactoryUtils
 
RejectAndDontRequeueRecoverer - Class in org.springframework.amqp.rabbit.retry
MessageRecover that causes the listener container to reject the message without requeuing.
RejectAndDontRequeueRecoverer() - Constructor for class org.springframework.amqp.rabbit.retry.RejectAndDontRequeueRecoverer
 
release(T) - Method in class org.springframework.amqp.rabbit.listener.ActiveObjectCounter
 
releaseAfterCompletion - Variable in class org.springframework.amqp.rabbit.connection.RabbitResourceHolder
 
releaseResource(RabbitResourceHolder, Object) - Method in class org.springframework.amqp.rabbit.connection.ConnectionFactoryUtils.RabbitResourceSynchronization
 
releaseResources(RabbitResourceHolder) - Static method in class org.springframework.amqp.rabbit.connection.ConnectionFactoryUtils
 
remoteInvocationFactory - Variable in class org.springframework.amqp.remoting.client.AmqpClientInterceptor
 
removeBinding(Binding) - Method in interface org.springframework.amqp.core.AmqpAdmin
Remove a binding of a queue to an exchange.
removeBinding(Binding) - Method in class org.springframework.amqp.rabbit.core.RabbitAdmin
 
removeConfirmListener(ConfirmListener) - Method in class org.springframework.amqp.rabbit.support.PublisherCallbackChannelImpl
 
removeConnectionListener(ConnectionListener) - Method in class org.springframework.amqp.rabbit.connection.AbstractConnectionFactory
 
removeConnectionListener(ConnectionListener) - Method in class org.springframework.amqp.rabbit.connection.AbstractRoutingConnectionFactory
 
removeConnectionListener(ConnectionListener) - Method in interface org.springframework.amqp.rabbit.connection.ConnectionFactory
 
removeDelegate(ConnectionListener) - Method in class org.springframework.amqp.rabbit.connection.CompositeConnectionListener
 
removeFlowListener(FlowListener) - Method in class org.springframework.amqp.rabbit.support.PublisherCallbackChannelImpl
 
removeHeader(String) - Method in class org.springframework.amqp.core.MessageBuilderSupport
 
removeHeaders() - Method in class org.springframework.amqp.core.MessageBuilderSupport
 
removeListener(PublisherCallbackChannel.Listener) - Method in interface org.springframework.amqp.rabbit.support.PublisherCallbackChannel
Gets a reference to the current listener, or null.
removeListener(PublisherCallbackChannel.Listener) - Method in class org.springframework.amqp.rabbit.support.PublisherCallbackChannelImpl
 
removePendingConfirmsReference(Channel, SortedMap<Long, PendingConfirm>) - Method in class org.springframework.amqp.rabbit.core.RabbitTemplate
 
removePendingConfirmsReference(Channel, SortedMap<Long, PendingConfirm>) - Method in interface org.springframework.amqp.rabbit.support.PublisherCallbackChannel.Listener
When called, this listener must remove all references to the pending confirm map.
removeQueueNames(String...) - Method in class org.springframework.amqp.rabbit.listener.AbstractMessageListenerContainer
Remove queue(s) from this container's list of queues.
removeQueueNames(String...) - Method in class org.springframework.amqp.rabbit.listener.SimpleMessageListenerContainer
Remove queues from this container's list of queues.
removeQueues(Queue...) - Method in class org.springframework.amqp.rabbit.listener.AbstractMessageListenerContainer
Remove queue(s) from this container's list of queues.
removeQueues(Queue...) - Method in class org.springframework.amqp.rabbit.listener.SimpleMessageListenerContainer
Remove queue(s) from this container's list of queues.
removeReturnListener(ReturnListener) - Method in class org.springframework.amqp.rabbit.support.PublisherCallbackChannelImpl
 
removeShutdownListener(ShutdownListener) - Method in class org.springframework.amqp.rabbit.support.PublisherCallbackChannelImpl
 
removeTargetConnectionFactory(Object) - Method in class org.springframework.amqp.rabbit.connection.AbstractRoutingConnectionFactory
Removes the ConnectionFactory associated with the given lookup key and returns it.
REPLY_QUEUE_ATTRIBUTE - Static variable in class org.springframework.amqp.rabbit.config.TemplateParser
 
REPLY_TIMEOUT_ATTRIBUTE - Static variable in class org.springframework.amqp.rabbit.config.TemplateParser
 
replyHolder - Variable in class org.springframework.amqp.rabbit.core.RabbitTemplate
 
replyQueue - Variable in class org.springframework.amqp.rabbit.core.RabbitTemplate
 
replyTimeout - Variable in class org.springframework.amqp.rabbit.core.RabbitTemplate
 
replyTo - Variable in class org.springframework.amqp.core.MessageProperties
 
ReplyToAddressCallback<T> - Interface in org.springframework.amqp.core
To be used with the receive-and-reply methods of AmqpTemplate to determine Address for Message to send at runtime.
RepublishMessageRecoverer - Class in org.springframework.amqp.rabbit.retry
MessageRecoverer implementation that republishes recovered messages to a specified exchange with the exception stack trace stored in the message header x-exception.
RepublishMessageRecoverer(AmqpTemplate) - Constructor for class org.springframework.amqp.rabbit.retry.RepublishMessageRecoverer
 
RepublishMessageRecoverer(AmqpTemplate, String) - Constructor for class org.springframework.amqp.rabbit.retry.RepublishMessageRecoverer
 
RepublishMessageRecoverer(AmqpTemplate, String, String) - Constructor for class org.springframework.amqp.rabbit.retry.RepublishMessageRecoverer
 
REQUESTED_HEARTBEAT - Static variable in class org.springframework.amqp.rabbit.config.ConnectionFactoryParser
 
REQUEUE_REJECTED_ATTRIBUTE - Static variable in class org.springframework.amqp.rabbit.config.RabbitNamespaceUtils
 
requiresLayout() - Method in class org.springframework.amqp.rabbit.log4j.AmqpAppender
 
reset() - Method in class org.springframework.amqp.rabbit.connection.CachingConnectionFactory
Reset the Channel cache and underlying shared Connection, to be reinitialized on next access.
reset() - Method in class org.springframework.amqp.rabbit.listener.ActiveObjectCounter
 
resourceHolder - Variable in class org.springframework.amqp.rabbit.connection.ConnectionFactoryUtils.RabbitResourceSynchronization
 
resourceHolder - Variable in class org.springframework.amqp.rabbit.listener.BlockingQueueConsumer
 
resourceHolder - Variable in class org.springframework.amqp.rabbit.transaction.RabbitTransactionManager.RabbitTransactionObject
 
resources - Static variable in class org.springframework.amqp.rabbit.connection.SimpleResourceHolder
 
RESPONSE_EXCHANGE_ATTRIBUTE - Static variable in class org.springframework.amqp.rabbit.config.ListenerContainerParser
 
RESPONSE_ROUTING_KEY_ATTRIBUTE - Static variable in class org.springframework.amqp.rabbit.config.ListenerContainerParser
 
responseExchange - Variable in class org.springframework.amqp.rabbit.listener.adapter.MessageListenerAdapter
 
responseRoutingKey - Variable in class org.springframework.amqp.rabbit.listener.adapter.MessageListenerAdapter
 
restart(BlockingQueueConsumer) - Method in class org.springframework.amqp.rabbit.listener.SimpleMessageListenerContainer
 
retries - Variable in class org.springframework.amqp.rabbit.log4j.AmqpAppender.Event
 
retrieveHeader(MessageProperties, String) - Method in class org.springframework.amqp.support.converter.AbstractJavaTypeMapper
 
RETRY_TEMPLATE - Static variable in class org.springframework.amqp.rabbit.config.TemplateParser
 
retryContextCache - Variable in class org.springframework.amqp.rabbit.retry.MissingMessageIdAdvice
 
retryDeclarationInterval - Variable in class org.springframework.amqp.rabbit.listener.BlockingQueueConsumer
 
retryDeclarationInterval - Variable in class org.springframework.amqp.rabbit.listener.SimpleMessageListenerContainer
 
RetryInterceptorBuilder<T extends org.aopalliance.intercept.MethodInterceptor> - Class in org.springframework.amqp.rabbit.config
Simplified facade to make it easier and simpler to build a StatefulRetryOperationsInterceptor or (stateless) RetryOperationsInterceptor by providing a fluent interface to defining the behavior on error.
RetryInterceptorBuilder() - Constructor for class org.springframework.amqp.rabbit.config.RetryInterceptorBuilder
 
RetryInterceptorBuilder.StatefulRetryInterceptorBuilder - Class in org.springframework.amqp.rabbit.config
 
RetryInterceptorBuilder.StatelessRetryInterceptorBuilder - Class in org.springframework.amqp.rabbit.config
 
retryOperations - Variable in class org.springframework.amqp.rabbit.config.RetryInterceptorBuilder
 
retryOperations(RetryOperations) - Method in class org.springframework.amqp.rabbit.config.RetryInterceptorBuilder
Apply the retry operations - once this is set, other properties can no longer be set; can't be set if other properties have been applied.
retryOperations(RetryOperations) - Method in class org.springframework.amqp.rabbit.config.RetryInterceptorBuilder.StatefulRetryInterceptorBuilder
 
retryPolicy(RetryPolicy) - Method in class org.springframework.amqp.rabbit.config.RetryInterceptorBuilder
Apply the retry policy - cannot be used if a custom retry template has been provided, or the max attempts or back off options or policy have been applied.
retryPolicy(RetryPolicy) - Method in class org.springframework.amqp.rabbit.config.RetryInterceptorBuilder.StatefulRetryInterceptorBuilder
 
retryPolicySet - Variable in class org.springframework.amqp.rabbit.config.RetryInterceptorBuilder
 
retryTemplate - Variable in class org.springframework.amqp.rabbit.config.AbstractRetryOperationsInterceptorFactoryBean
 
retryTemplate - Variable in class org.springframework.amqp.rabbit.config.RetryInterceptorBuilder
 
retryTemplate - Variable in class org.springframework.amqp.rabbit.core.RabbitTemplate
 
retryTimer - Variable in class org.springframework.amqp.rabbit.log4j.AmqpAppender
Retries are delayed like: N ^ log(N), where N is the retry number.
RETURN_CALLBACK_ATTRIBUTE - Static variable in class org.springframework.amqp.rabbit.config.TemplateParser
 
RETURN_CORRELATION - Static variable in interface org.springframework.amqp.rabbit.support.PublisherCallbackChannel
 
returnCallback - Variable in class org.springframework.amqp.rabbit.core.RabbitTemplate
 
returnedMessage(Message, int, String, String, String) - Method in interface org.springframework.amqp.rabbit.core.RabbitTemplate.ReturnCallback
 
rollbackAll() - Method in class org.springframework.amqp.rabbit.connection.RabbitResourceHolder
 
rollbackIfNecessary(Channel) - Static method in class org.springframework.amqp.rabbit.connection.RabbitUtils
 
rollbackOnExceptionIfNecessary(Throwable) - Method in class org.springframework.amqp.rabbit.listener.BlockingQueueConsumer
Perform a rollback, handling rollback exceptions properly.
ROUTING_KEY_ATTRIBUTE - Static variable in class org.springframework.amqp.rabbit.config.TemplateParser
 
routingKey - Variable in class org.springframework.amqp.core.Address
 
routingKey - Variable in class org.springframework.amqp.core.Binding
 
routingKey - Variable in class org.springframework.amqp.core.BindingBuilder.GenericArgumentsConfigurer
 
routingKey - Variable in class org.springframework.amqp.rabbit.config.BindingFactoryBean
 
routingKey - Variable in class org.springframework.amqp.rabbit.core.RabbitTemplate
 
routingKey - Variable in class org.springframework.amqp.remoting.client.AmqpClientInterceptor
 
routingKeyLayout - Variable in class org.springframework.amqp.rabbit.log4j.AmqpAppender
Log4J Layout to use to generate routing key.
routingKeyPattern - Variable in class org.springframework.amqp.rabbit.log4j.AmqpAppender
Log4J pattern format to use to generate a routing key.
rpc(Method) - Method in class org.springframework.amqp.rabbit.support.PublisherCallbackChannelImpl
 
run() - Method in class org.springframework.amqp.rabbit.listener.SimpleMessageListenerContainer.AsyncMessageProcessingConsumer
 
run() - Method in class org.springframework.amqp.rabbit.log4j.AmqpAppender.EventSender
 
running - Variable in class org.springframework.amqp.rabbit.core.RabbitAdmin
 
running - Variable in class org.springframework.amqp.rabbit.listener.AbstractMessageListenerContainer
 

S

savedCorrelation - Variable in class org.springframework.amqp.rabbit.core.RabbitTemplate.PendingReply
 
savedReplyTo - Variable in class org.springframework.amqp.rabbit.core.RabbitTemplate.PendingReply
 
send(Message) - Method in interface org.springframework.amqp.core.AmqpTemplate
Send a message to a default exchange with a default routing key.
send(String, Message) - Method in interface org.springframework.amqp.core.AmqpTemplate
Send a message to a default exchange with a specific routing key.
send(String, String, Message) - Method in interface org.springframework.amqp.core.AmqpTemplate
Send a message to a specific exchange with a specific routing key.
send(Message) - Method in class org.springframework.amqp.rabbit.core.RabbitTemplate
 
send(String, Message) - Method in class org.springframework.amqp.rabbit.core.RabbitTemplate
 
send(String, String, Message) - Method in class org.springframework.amqp.rabbit.core.RabbitTemplate
 
send(String, String, Message, CorrelationData) - Method in class org.springframework.amqp.rabbit.core.RabbitTemplate
 
send(Object, Address) - Method in class org.springframework.amqp.remoting.service.AmqpInvokerServiceExporter
 
sendAndReceive(Message) - Method in interface org.springframework.amqp.core.AmqpTemplate
Basic RPC pattern.
sendAndReceive(String, Message) - Method in interface org.springframework.amqp.core.AmqpTemplate
Basic RPC pattern.
sendAndReceive(String, String, Message) - Method in interface org.springframework.amqp.core.AmqpTemplate
Basic RPC pattern.
sendAndReceive(Message) - Method in class org.springframework.amqp.rabbit.core.RabbitTemplate
 
sendAndReceive(String, Message) - Method in class org.springframework.amqp.rabbit.core.RabbitTemplate
 
sendAndReceive(String, String, Message) - Method in class org.springframework.amqp.rabbit.core.RabbitTemplate
 
senderPool - Variable in class org.springframework.amqp.rabbit.log4j.AmqpAppender
The pool of senders.
senderPoolSize - Variable in class org.springframework.amqp.rabbit.log4j.AmqpAppender
How many senders to use at once.
sendResponse(Channel, Address, Message) - Method in class org.springframework.amqp.rabbit.listener.adapter.MessageListenerAdapter
Send the given response message to the given destination.
SerializationUtils - Class in org.springframework.amqp.utils
Static utility to help with serialization.
SerializationUtils() - Constructor for class org.springframework.amqp.utils.SerializationUtils
 
serialize(Object) - Static method in class org.springframework.amqp.utils.SerializationUtils
Serialize the object provided.
serializer - Variable in class org.springframework.amqp.support.converter.SerializerMessageConverter
 
SerializerMessageConverter - Class in org.springframework.amqp.support.converter
Implementation of MessageConverter that can work with Strings or native objects of any kind via the Serializer and Deserializer abstractions in Spring.
SerializerMessageConverter() - Constructor for class org.springframework.amqp.support.converter.SerializerMessageConverter
 
serialVersionUID - Static variable in class org.springframework.amqp.core.Message
 
serialVersionUID - Static variable in class org.springframework.amqp.core.MessageProperties
 
serialVersionUID - Static variable in exception org.springframework.amqp.rabbit.listener.ConsumerCancelledException
 
serviceProxy - Variable in class org.springframework.amqp.remoting.client.AmqpProxyFactoryBean
 
setAcknowledgeMode(AcknowledgeMode) - Method in class org.springframework.amqp.rabbit.listener.AbstractMessageListenerContainer
Flag controlling the behaviour of the container with respect to message acknowledgement.
setAddresses(String) - Method in class org.springframework.amqp.rabbit.connection.AbstractConnectionFactory
Set addresses for clustering.
setAdminsThatShouldDeclare(Object...) - Method in class org.springframework.amqp.core.AbstractDeclarable
The AmqpAdmins that should declare this object; default is all admins.
setAdminsThatShouldDeclare(AmqpAdmin...) - Method in class org.springframework.amqp.rabbit.config.BindingFactoryBean
 
setAdviceChain(Advice[]) - Method in class org.springframework.amqp.rabbit.listener.SimpleMessageListenerContainer
Public setter for the Advice to apply to listener executions.
setAmqpTemplate(AmqpTemplate) - Method in class org.springframework.amqp.remoting.client.AmqpClientInterceptor
The AMQP template to be used for sending messages and receiving results.
setAmqpTemplate(AmqpTemplate) - Method in class org.springframework.amqp.remoting.service.AmqpInvokerServiceExporter
The AMQP template to use for sending the return value.
setAppId(String) - Method in class org.springframework.amqp.core.MessageBuilderSupport
 
setAppId(String) - Method in class org.springframework.amqp.core.MessageProperties
 
setAppIdIfAbsent(String) - Method in class org.springframework.amqp.core.MessageBuilderSupport
 
setApplicationContext(ApplicationContext) - Method in class org.springframework.amqp.rabbit.core.RabbitAdmin
 
setApplicationContext(ApplicationContext) - Method in class org.springframework.amqp.rabbit.listener.AbstractMessageListenerContainer
 
setApplicationId(String) - Method in class org.springframework.amqp.rabbit.log4j.AmqpAppender
 
setArguments(Map<String, Object>) - Method in class org.springframework.amqp.rabbit.config.BindingFactoryBean
 
setAutoDelete(boolean) - Method in class org.springframework.amqp.rabbit.log4j.AmqpAppender
 
setAutoStartup(boolean) - Method in class org.springframework.amqp.rabbit.core.RabbitAdmin
 
setAutoStartup(boolean) - Method in class org.springframework.amqp.rabbit.listener.AbstractMessageListenerContainer
Set whether to automatically start the container after initialization.
setBeanClassLoader(ClassLoader) - Method in class org.springframework.amqp.support.converter.SimpleMessageConverter
 
setBeanName(String) - Method in class org.springframework.amqp.rabbit.listener.AbstractMessageListenerContainer
 
setCacheMode(CachingConnectionFactory.CacheMode) - Method in class org.springframework.amqp.rabbit.connection.CachingConnectionFactory
 
setCause(String) - Method in class org.springframework.amqp.rabbit.support.PendingConfirm
When the confirmation is nacked, set the cause when available.
setChannelCacheSize(int) - Method in class org.springframework.amqp.rabbit.connection.CachingConnectionFactory
 
setChannelListeners(List<? extends ChannelListener>) - Method in class org.springframework.amqp.rabbit.connection.AbstractConnectionFactory
 
setChannelTransacted(boolean) - Method in class org.springframework.amqp.rabbit.connection.RabbitAccessor
Flag to indicate that channels created by this component will be transactional.
setCharset(String) - Method in class org.springframework.amqp.rabbit.log4j.AmqpAppender
 
setClassMapper(ClassMapper) - Method in class org.springframework.amqp.support.converter.AbstractJsonMessageConverter
 
setCloseTimeout(int) - Method in class org.springframework.amqp.rabbit.connection.AbstractConnectionFactory
How long to wait (milliseconds) for a response to a connection close operation from the broker; default 30000 (30 seconds).
setClusterId(String) - Method in class org.springframework.amqp.core.MessageBuilderSupport
 
setClusterId(String) - Method in class org.springframework.amqp.core.MessageProperties
 
setClusterIdIfAbsent(String) - Method in class org.springframework.amqp.core.MessageBuilderSupport
 
setCodebaseUrl(String) - Method in class org.springframework.amqp.support.converter.SimpleMessageConverter
Set the codebase URL to download classes from if not found locally.
setConcurrentConsumers(int) - Method in class org.springframework.amqp.rabbit.listener.SimpleMessageListenerContainer
Specify the number of concurrent consumers to create.
setConfirmCallback(RabbitTemplate.ConfirmCallback) - Method in class org.springframework.amqp.rabbit.core.RabbitTemplate
 
setConnectionCacheSize(int) - Method in class org.springframework.amqp.rabbit.connection.CachingConnectionFactory
 
setConnectionFactory(ConnectionFactory) - Method in class org.springframework.amqp.rabbit.connection.RabbitAccessor
Set the ConnectionFactory to use for obtaining RabbitMQ Connections.
setConnectionFactory(ConnectionFactory) - Method in class org.springframework.amqp.rabbit.core.support.RabbitGatewaySupport
Set the Rabbit connection factory to be used by the gateway.
setConnectionFactory(ConnectionFactory) - Method in class org.springframework.amqp.rabbit.transaction.RabbitTransactionManager
 
setConnectionListeners(List<? extends ConnectionListener>) - Method in class org.springframework.amqp.rabbit.connection.AbstractConnectionFactory
 
setConnectionListeners(List<? extends ConnectionListener>) - Method in class org.springframework.amqp.rabbit.connection.CachingConnectionFactory
 
setConsecutiveActiveTrigger(int) - Method in class org.springframework.amqp.rabbit.listener.SimpleMessageListenerContainer
If SimpleMessageListenerContainer.maxConcurrentConsumers is greater then SimpleMessageListenerContainer.concurrentConsumers, and SimpleMessageListenerContainer.maxConcurrentConsumers has not been reached, specifies the number of consecutive cycles when a single consumer was active, in order to consider starting a new consumer.
setConsecutiveIdleTrigger(int) - Method in class org.springframework.amqp.rabbit.listener.SimpleMessageListenerContainer
If SimpleMessageListenerContainer.maxConcurrentConsumers is greater then SimpleMessageListenerContainer.concurrentConsumers, and the number of consumers exceeds SimpleMessageListenerContainer.concurrentConsumers, specifies the number of consecutive receive attempts that return no data; after which we consider stopping a consumer.
setConsumerArguments(Map<String, Object>) - Method in class org.springframework.amqp.rabbit.listener.SimpleMessageListenerContainer
 
setContentEncoding(String) - Method in class org.springframework.amqp.core.MessageBuilderSupport
 
setContentEncoding(String) - Method in class org.springframework.amqp.core.MessageProperties
 
setContentEncoding(String) - Method in class org.springframework.amqp.rabbit.log4j.AmqpAppender
 
setContentEncodingIfAbsent(String) - Method in class org.springframework.amqp.core.MessageBuilderSupport
 
setContentLength(long) - Method in class org.springframework.amqp.core.MessageBuilderSupport
 
setContentLength(long) - Method in class org.springframework.amqp.core.MessageProperties
 
setContentLengthIfAbsent(long) - Method in class org.springframework.amqp.core.MessageBuilderSupport
 
setContentType(String) - Method in class org.springframework.amqp.core.MessageBuilderSupport
 
setContentType(String) - Method in class org.springframework.amqp.core.MessageProperties
 
setContentType(String) - Method in class org.springframework.amqp.rabbit.log4j.AmqpAppender
 
setContentType(String) - Method in class org.springframework.amqp.support.converter.MarshallingMessageConverter
Set the contentType to be used by this message converter.
setContentTypeIfAbsentOrDefault(String) - Method in class org.springframework.amqp.core.MessageBuilderSupport
 
setCorrelationId(byte[]) - Method in class org.springframework.amqp.core.MessageBuilderSupport
 
setCorrelationId(byte[]) - Method in class org.springframework.amqp.core.MessageProperties
 
setCorrelationIdIfAbsent(byte[]) - Method in class org.springframework.amqp.core.MessageBuilderSupport
 
setCorrelationKey(String) - Method in class org.springframework.amqp.rabbit.core.RabbitTemplate
If set to 'correlationId' (default) the correlationId property will be used; otherwise the supplied key will be used.
setCreateMessageIds(boolean) - Method in class org.springframework.amqp.support.converter.AbstractMessageConverter
Flag to indicate that new messages should have unique identifiers added to their properties before sending.
setDeclarationRetries(int) - Method in class org.springframework.amqp.rabbit.listener.BlockingQueueConsumer
Set the number of retries after passive queue declaration fails.
setDeclarationRetries(int) - Method in class org.springframework.amqp.rabbit.listener.SimpleMessageListenerContainer
Set the number of retries after passive queue declaration fails.
setDeclareExchange(boolean) - Method in class org.springframework.amqp.rabbit.log4j.AmqpAppender
 
setDefaultCharset(String) - Method in class org.springframework.amqp.support.converter.AbstractJsonMessageConverter
Specify the default charset to use when converting to or from text-based Message body content.
setDefaultCharset(String) - Method in class org.springframework.amqp.support.converter.SerializerMessageConverter
Specify the default charset to use when converting to or from text-based Message body content.
setDefaultCharset(String) - Method in class org.springframework.amqp.support.converter.SimpleMessageConverter
Specify the default charset to use when converting to or from text-based Message body content.
setDefaultConsumer(Consumer) - Method in class org.springframework.amqp.rabbit.support.PublisherCallbackChannelImpl
 
setDefaultHashtableClass(Class<?>) - Method in class org.springframework.amqp.support.converter.DefaultClassMapper
 
setDefaultListenerMethod(String) - Method in class org.springframework.amqp.rabbit.listener.adapter.MessageListenerAdapter
Specify the name of the default listener method to delegate to, for the case where no specific listener method has been determined.
setDefaultRequeueRejected(boolean) - Method in class org.springframework.amqp.rabbit.listener.SimpleMessageListenerContainer
Determines the default behavior when a message is rejected, for example because the listener threw an exception.
setDefaultTargetConnectionFactory(ConnectionFactory) - Method in class org.springframework.amqp.rabbit.connection.AbstractRoutingConnectionFactory
Specify the default target ConnectionFactory, if any.
setDefaultType(Class<?>) - Method in class org.springframework.amqp.support.converter.DefaultClassMapper
The type returned by DefaultClassMapper.toClass(MessageProperties) if no type information is found in the message properties.
setDelegate(Object) - Method in class org.springframework.amqp.rabbit.listener.adapter.MessageListenerAdapter
Set a target object to delegate message listening to.
setDelegates(List<? extends ChannelListener>) - Method in class org.springframework.amqp.rabbit.connection.CompositeChannelListener
 
setDelegates(List<? extends ConnectionListener>) - Method in class org.springframework.amqp.rabbit.connection.CompositeConnectionListener
 
setDeliveryMode(MessageDeliveryMode) - Method in class org.springframework.amqp.core.MessageBuilderSupport
 
setDeliveryMode(MessageDeliveryMode) - Method in class org.springframework.amqp.core.MessageProperties
 
setDeliveryModeIfAbsentOrDefault(MessageDeliveryMode) - Method in class org.springframework.amqp.core.MessageBuilderSupport
 
setDeliveryTag(Long) - Method in class org.springframework.amqp.core.MessageBuilderSupport
 
setDeliveryTag(long) - Method in class org.springframework.amqp.core.MessageProperties
 
setDeliveryTagIfAbsent(Long) - Method in class org.springframework.amqp.core.MessageBuilderSupport
 
setDeserializer(Deserializer<Object>) - Method in class org.springframework.amqp.support.converter.SerializerMessageConverter
The deserializer to use for converting from message body to Java object.
setDestinationExchange(Exchange) - Method in class org.springframework.amqp.rabbit.config.BindingFactoryBean
 
setDestinationQueue(Queue) - Method in class org.springframework.amqp.rabbit.config.BindingFactoryBean
 
setDurable(boolean) - Method in class org.springframework.amqp.rabbit.log4j.AmqpAppender
 
setEncoding(String) - Method in class org.springframework.amqp.rabbit.core.RabbitTemplate
The encoding to use when inter-converting between byte arrays and Strings in message properties.
setEncoding(String) - Method in class org.springframework.amqp.rabbit.listener.adapter.MessageListenerAdapter
The encoding to use when inter-converting between byte arrays and Strings in message properties.
setErrorHandler(ErrorHandler) - Method in class org.springframework.amqp.rabbit.listener.AbstractMessageListenerContainer
Set an ErrorHandler to be invoked in case of any uncaught exceptions thrown while processing a Message.
setErrorRoutingKeyPrefix(String) - Method in class org.springframework.amqp.rabbit.retry.RepublishMessageRecoverer
 
setExchange(String) - Method in class org.springframework.amqp.rabbit.config.BindingFactoryBean
 
setExchange(String) - Method in class org.springframework.amqp.rabbit.core.RabbitTemplate
The name of the default exchange to use for send operations when none is specified.
setExchangeName(String) - Method in class org.springframework.amqp.rabbit.log4j.AmqpAppender
 
setExchangeType(String) - Method in class org.springframework.amqp.rabbit.log4j.AmqpAppender
 
setExclusive(boolean) - Method in class org.springframework.amqp.rabbit.listener.SimpleMessageListenerContainer
Set to true for an exclusive consumer - if true, the concurrency must be 1.
setExecutor(Executor) - Method in class org.springframework.amqp.rabbit.connection.AbstractConnectionFactory
Provide an Executor for use by the Rabbit ConnectionFactory when creating connections.
setExpiration(String) - Method in class org.springframework.amqp.core.MessageBuilderSupport
 
setExpiration(String) - Method in class org.springframework.amqp.core.MessageProperties
 
setExpirationIfAbsent(String) - Method in class org.springframework.amqp.core.MessageBuilderSupport
 
setExposeListenerChannel(boolean) - Method in class org.springframework.amqp.rabbit.listener.AbstractMessageListenerContainer
Set whether to expose the listener Rabbit Channel to a registered ChannelAwareMessageListener as well as to RabbitTemplate calls.
setFailedDeclarationRetryInterval(long) - Method in class org.springframework.amqp.rabbit.listener.BlockingQueueConsumer
Set the interval between passive queue declaration attempts in milliseconds.
setFailedDeclarationRetryInterval(long) - Method in class org.springframework.amqp.rabbit.listener.SimpleMessageListenerContainer
Set the interval between passive queue declaration attempts in milliseconds.
setGenerateId(boolean) - Method in class org.springframework.amqp.rabbit.log4j.AmqpAppender
 
setHeader(String, Object) - Method in class org.springframework.amqp.core.MessageBuilderSupport
 
setHeader(String, Object) - Method in class org.springframework.amqp.core.MessageProperties
 
setHeaderIfAbsent(String, Object) - Method in class org.springframework.amqp.core.MessageBuilderSupport
 
setHost(String) - Method in class org.springframework.amqp.rabbit.connection.AbstractConnectionFactory
 
setHost(String) - Method in class org.springframework.amqp.rabbit.log4j.AmqpAppender
 
setIdClassMapping(Map<String, Class<?>>) - Method in class org.springframework.amqp.support.converter.AbstractJavaTypeMapper
 
setIdClassMapping(Map<String, Class<?>>) - Method in class org.springframework.amqp.support.converter.DefaultClassMapper
 
setIgnoreContentType(boolean) - Method in class org.springframework.amqp.support.converter.SerializerMessageConverter
Flag to signal that the content type should be ignored and the deserializer used irrespective if it is a text message.
setIgnoreDeclarationExceptions(boolean) - Method in class org.springframework.amqp.rabbit.core.RabbitAdmin
 
setImmediatePublish(boolean) - Method in class org.springframework.amqp.rabbit.listener.adapter.MessageListenerAdapter
Deprecated.
'immediate' no longer support by RabbitMQ.
setJavaTypeMapper(Jackson2JavaTypeMapper) - Method in class org.springframework.amqp.support.converter.Jackson2JsonMessageConverter
 
setJavaTypeMapper(JavaTypeMapper) - Method in class org.springframework.amqp.support.converter.JsonMessageConverter
 
setJsonObjectMapper(ObjectMapper) - Method in class org.springframework.amqp.support.converter.Jackson2JsonMessageConverter
The ObjectMapper to use instead of using the default.
setJsonObjectMapper(ObjectMapper) - Method in class org.springframework.amqp.support.converter.JsonMessageConverter
The ObjectMapper to use instead of using the default.
setLenientFallback(boolean) - Method in class org.springframework.amqp.rabbit.connection.AbstractRoutingConnectionFactory
Specify whether to apply a lenient fallback to the default ConnectionFactory if no specific ConnectionFactory could be found for the current lookup key.
setMandatory(boolean) - Method in class org.springframework.amqp.rabbit.core.RabbitTemplate
 
setMandatoryPublish(boolean) - Method in class org.springframework.amqp.rabbit.listener.adapter.MessageListenerAdapter
 
setMarshaller(Marshaller) - Method in class org.springframework.amqp.support.converter.MarshallingMessageConverter
Set the Marshaller to be used by this message converter.
setMaxConcurrentConsumers(int) - Method in class org.springframework.amqp.rabbit.listener.SimpleMessageListenerContainer
Sets an upper limit to the number of consumers; defaults to 'concurrentConsumers'.
setMaxSenderRetries(int) - Method in class org.springframework.amqp.rabbit.log4j.AmqpAppender
 
setMessageConverter(MessageConverter) - Method in class org.springframework.amqp.rabbit.core.RabbitTemplate
Set the message converter for this template.
setMessageConverter(MessageConverter) - Method in class org.springframework.amqp.rabbit.listener.adapter.MessageListenerAdapter
Set the converter that will convert incoming Rabbit messages to listener method arguments, and objects returned from listener methods back to Rabbit messages.
setMessageConverter(MessageConverter) - Method in class org.springframework.amqp.remoting.service.AmqpInvokerServiceExporter
Set the message converter for this remote service.
setMessageCount(Integer) - Method in class org.springframework.amqp.core.MessageBuilderSupport
 
setMessageCount(Integer) - Method in class org.springframework.amqp.core.MessageProperties
 
setMessageCountIfAbsent(Integer) - Method in class org.springframework.amqp.core.MessageBuilderSupport
 
setMessageId(String) - Method in class org.springframework.amqp.core.MessageBuilderSupport
 
setMessageId(String) - Method in class org.springframework.amqp.core.MessageProperties
 
setMessageIdIfAbsent(String) - Method in class org.springframework.amqp.core.MessageBuilderSupport
 
setMessageKeyGenerator(MessageKeyGenerator) - Method in class org.springframework.amqp.rabbit.config.StatefulRetryOperationsInterceptorFactoryBean
 
setMessageListener(Object) - Method in class org.springframework.amqp.rabbit.listener.AbstractMessageListenerContainer
Set the message listener implementation to register.
setMessagePropertiesConverter(MessagePropertiesConverter) - Method in class org.springframework.amqp.rabbit.core.RabbitTemplate
Set the MessagePropertiesConverter for this template.
setMessagePropertiesConverter(MessagePropertiesConverter) - Method in class org.springframework.amqp.rabbit.listener.SimpleMessageListenerContainer
Set the MessagePropertiesConverter for this listener container.
setMessageRecoverer(MessageRecoverer) - Method in class org.springframework.amqp.rabbit.config.AbstractRetryOperationsInterceptorFactoryBean
 
setMissingQueuesFatal(boolean) - Method in class org.springframework.amqp.rabbit.listener.SimpleMessageListenerContainer
If all of the configured queue(s) are not available on the broker, this setting determines whether the condition is fatal (default true).
setNewMessageIdentifier(NewMessageIdentifier) - Method in class org.springframework.amqp.rabbit.config.StatefulRetryOperationsInterceptorFactoryBean
 
setPassword(String) - Method in class org.springframework.amqp.rabbit.connection.AbstractConnectionFactory
 
setPassword(String) - Method in class org.springframework.amqp.rabbit.log4j.AmqpAppender
 
setPhase(int) - Method in class org.springframework.amqp.rabbit.listener.AbstractMessageListenerContainer
Specify the phase in which this container should be started and stopped.
setPhysicalCloseRequired(boolean) - Static method in class org.springframework.amqp.rabbit.connection.RabbitUtils
Sets a ThreadLocal indicating the channel MUST be physically closed.
setPort(int) - Method in class org.springframework.amqp.rabbit.connection.AbstractConnectionFactory
 
setPort(int) - Method in class org.springframework.amqp.rabbit.log4j.AmqpAppender
 
setPrefetchCount(int) - Method in class org.springframework.amqp.rabbit.listener.SimpleMessageListenerContainer
Tells the broker how many messages to send to each consumer in a single request.
setPriority(Integer) - Method in class org.springframework.amqp.core.MessageBuilderSupport
 
setPriority(Integer) - Method in class org.springframework.amqp.core.MessageProperties
 
setPriorityIfAbsentOrDefault(Integer) - Method in class org.springframework.amqp.core.MessageBuilderSupport
 
setProperties(MessageProperties) - Method in class org.springframework.amqp.core.MessageBuilderSupport
 
setPublisherConfirms(boolean) - Method in class org.springframework.amqp.rabbit.connection.CachingConnectionFactory
 
setPublisherReturns(boolean) - Method in class org.springframework.amqp.rabbit.connection.CachingConnectionFactory
 
setQueue(String) - Method in class org.springframework.amqp.rabbit.core.RabbitTemplate
The name of the default queue to receive messages from when none is specified explicitly.
setQueueNames(String...) - Method in class org.springframework.amqp.rabbit.listener.AbstractMessageListenerContainer
Set the name of the queue(s) to receive messages from.
setQueueNames(String...) - Method in class org.springframework.amqp.rabbit.listener.SimpleMessageListenerContainer
 
setQueues(Queue...) - Method in class org.springframework.amqp.rabbit.listener.AbstractMessageListenerContainer
Set the name of the queue(s) to receive messages from.
setQueues(Queue...) - Method in class org.springframework.amqp.rabbit.listener.SimpleMessageListenerContainer
 
setQuiesce(long) - Method in class org.springframework.amqp.rabbit.listener.BlockingQueueConsumer
Stop receiving new messages; drain the queue of any prefetched messages.
setRabbitAdmin(RabbitAdmin) - Method in class org.springframework.amqp.rabbit.listener.SimpleMessageListenerContainer
Set the RabbitAdmin, used to declare any auto-delete queues, bindings etc when the container is started.
setRabbitTemplate(RabbitTemplate) - Method in class org.springframework.amqp.rabbit.core.support.RabbitGatewaySupport
Set the RabbitTemplate for the gateway.
setReceivedExchange(String) - Method in class org.springframework.amqp.core.MessageBuilderSupport
 
setReceivedExchange(String) - Method in class org.springframework.amqp.core.MessageProperties
 
setReceivedExchangeIfAbsent(String) - Method in class org.springframework.amqp.core.MessageBuilderSupport
 
setReceivedRoutingKey(String) - Method in class org.springframework.amqp.core.MessageBuilderSupport
 
setReceivedRoutingKey(String) - Method in class org.springframework.amqp.core.MessageProperties
 
setReceivedRoutingKeyIfAbsent(String) - Method in class org.springframework.amqp.core.MessageBuilderSupport
 
setReceiveTimeout(long) - Method in class org.springframework.amqp.rabbit.listener.SimpleMessageListenerContainer
The time (in milliseconds) that a consumer should wait for data.
setRecoveryInterval(long) - Method in class org.springframework.amqp.rabbit.listener.SimpleMessageListenerContainer
Specify the interval between recovery attempts, in milliseconds.
setRedelivered(Boolean) - Method in class org.springframework.amqp.core.MessageBuilderSupport
 
setRedelivered(Boolean) - Method in class org.springframework.amqp.core.MessageProperties
 
setRedeliveredIfAbsent(Boolean) - Method in class org.springframework.amqp.core.MessageBuilderSupport
 
setReferenceIfAttributeDefined(BeanDefinitionBuilder, Element, String, String) - Static method in class org.springframework.amqp.rabbit.config.NamespaceUtils
Populates the specified bean definition property with the reference to a bean.
setReferenceIfAttributeDefined(BeanDefinitionBuilder, Element, String) - Static method in class org.springframework.amqp.rabbit.config.NamespaceUtils
Populates the bean definition property corresponding to the specified attributeName with the reference to a bean identified by the value of that attribute if the attribute is defined in the given element.
setRemoteInvocationFactory(RemoteInvocationFactory) - Method in class org.springframework.amqp.remoting.client.AmqpClientInterceptor
Set the RemoteInvocationFactory to use for this accessor.
setReplyQueue(Queue) - Method in class org.springframework.amqp.rabbit.core.RabbitTemplate
A queue for replies; if not provided, a temporary exclusive, auto-delete queue will be used for each reply.
setReplyTimeout(long) - Method in class org.springframework.amqp.rabbit.core.RabbitTemplate
Specify the timeout in milliseconds to be used when waiting for a reply Message when using one of the sendAndReceive methods.
setReplyTo(String) - Method in class org.springframework.amqp.core.MessageBuilderSupport
 
setReplyTo(String) - Method in class org.springframework.amqp.core.MessageProperties
 
setReplyToAddress(Address) - Method in class org.springframework.amqp.core.MessageBuilderSupport
 
setReplyToAddress(Address) - Method in class org.springframework.amqp.core.MessageProperties
 
setReplyToAddressIfAbsent(Address) - Method in class org.springframework.amqp.core.MessageBuilderSupport
 
setReplyToIfAbsent(String) - Method in class org.springframework.amqp.core.MessageBuilderSupport
 
setRequestedHeartBeat(int) - Method in class org.springframework.amqp.rabbit.connection.AbstractConnectionFactory
 
setResourceHolder(RabbitResourceHolder) - Method in class org.springframework.amqp.rabbit.transaction.RabbitTransactionManager.RabbitTransactionObject
 
setResponseExchange(String) - Method in class org.springframework.amqp.rabbit.listener.adapter.MessageListenerAdapter
Set the exchange to use when sending response messages.
setResponseRoutingKey(String) - Method in class org.springframework.amqp.rabbit.listener.adapter.MessageListenerAdapter
Set the routing key to use when sending response messages.
setRetryDeclarationInterval(long) - Method in class org.springframework.amqp.rabbit.listener.BlockingQueueConsumer
When consuming multiple queues, set the interval between declaration attempts when only a subset of the queues were available (milliseconds).
setRetryDeclarationInterval(long) - Method in class org.springframework.amqp.rabbit.listener.SimpleMessageListenerContainer
When consuming multiple queues, set the interval between declaration attempts when only a subset of the queues were available (milliseconds).
setRetryOperations(RetryOperations) - Method in class org.springframework.amqp.rabbit.config.AbstractRetryOperationsInterceptorFactoryBean
 
setRetryTemplate(RetryTemplate) - Method in class org.springframework.amqp.rabbit.core.RabbitTemplate
Add a RetryTemplate which will be used for all rabbit operations.
setReturnCallback(RabbitTemplate.ReturnCallback) - Method in class org.springframework.amqp.rabbit.core.RabbitTemplate
 
setRoutingKey(String) - Method in class org.springframework.amqp.rabbit.config.BindingFactoryBean
 
setRoutingKey(String) - Method in class org.springframework.amqp.rabbit.core.RabbitTemplate
The value of a default routing key to use for send operations when none is specified.
setRoutingKey(String) - Method in class org.springframework.amqp.remoting.client.AmqpClientInterceptor
The routing key to send calls to the service with.
setRoutingKeyPattern(String) - Method in class org.springframework.amqp.rabbit.log4j.AmqpAppender
 
setSavedCorrelation(String) - Method in class org.springframework.amqp.rabbit.core.RabbitTemplate.PendingReply
 
setSavedReplyTo(String) - Method in class org.springframework.amqp.rabbit.core.RabbitTemplate.PendingReply
 
setSenderPoolSize(int) - Method in class org.springframework.amqp.rabbit.log4j.AmqpAppender
 
setSerializer(Serializer<Object>) - Method in class org.springframework.amqp.support.converter.SerializerMessageConverter
The serializer to use for converting Java objects to message bodies.
setShouldDeclare(boolean) - Method in class org.springframework.amqp.core.AbstractDeclarable
Whether or not this object should be automatically declared by any AmqpAdmin.
setShouldDeclare(boolean) - Method in class org.springframework.amqp.rabbit.config.BindingFactoryBean
 
setShutdownTimeout(long) - Method in class org.springframework.amqp.rabbit.listener.SimpleMessageListenerContainer
The time to wait for workers in milliseconds after the container is stopped, and before the connection is forced closed.
setStartConsumerMinInterval(long) - Method in class org.springframework.amqp.rabbit.listener.SimpleMessageListenerContainer
If SimpleMessageListenerContainer.maxConcurrentConsumers is greater then SimpleMessageListenerContainer.concurrentConsumers, and SimpleMessageListenerContainer.maxConcurrentConsumers has not been reached, specifies the minimum time (milliseconds) between starting new consumers on demand.
setStopConsumerMinInterval(long) - Method in class org.springframework.amqp.rabbit.listener.SimpleMessageListenerContainer
If SimpleMessageListenerContainer.maxConcurrentConsumers is greater then SimpleMessageListenerContainer.concurrentConsumers, and the number of consumers exceeds SimpleMessageListenerContainer.concurrentConsumers, specifies the minimum time (milliseconds) between stopping idle consumers.
setTargetConnectionFactories(Map<Object, ConnectionFactory>) - Method in class org.springframework.amqp.rabbit.connection.AbstractRoutingConnectionFactory
Specify the map of target ConnectionFactories, with the lookup key as key.
setTaskExecutor(Executor) - Method in class org.springframework.amqp.rabbit.listener.SimpleMessageListenerContainer
 
setTimestamp(Date) - Method in class org.springframework.amqp.core.MessageBuilderSupport
 
setTimestamp(Date) - Method in class org.springframework.amqp.core.MessageProperties
 
setTimestampIfAbsent(Date) - Method in class org.springframework.amqp.core.MessageBuilderSupport
 
setTransactionAttribute(TransactionAttribute) - Method in class org.springframework.amqp.rabbit.listener.SimpleMessageListenerContainer
 
setTransactionManager(PlatformTransactionManager) - Method in class org.springframework.amqp.rabbit.listener.SimpleMessageListenerContainer
 
setTxSize(int) - Method in class org.springframework.amqp.rabbit.listener.SimpleMessageListenerContainer
Tells the container how many messages to process in a single transaction (if the channel is transactional).
setType(String) - Method in class org.springframework.amqp.core.MessageBuilderSupport
 
setType(String) - Method in class org.springframework.amqp.core.MessageProperties
 
setTypeIfAbsent(String) - Method in class org.springframework.amqp.core.MessageBuilderSupport
 
setUnmarshaller(Unmarshaller) - Method in class org.springframework.amqp.support.converter.MarshallingMessageConverter
Set the Unmarshaller to be used by this message converter.
setUserId(String) - Method in class org.springframework.amqp.core.MessageBuilderSupport
 
setUserId(String) - Method in class org.springframework.amqp.core.MessageProperties
 
setUserIdIfAbsent(String) - Method in class org.springframework.amqp.core.MessageBuilderSupport
 
setUsername(String) - Method in class org.springframework.amqp.rabbit.connection.AbstractConnectionFactory
 
setUsername(String) - Method in class org.springframework.amqp.rabbit.log4j.AmqpAppender
 
setValueIfAttributeDefined(BeanDefinitionBuilder, Element, String, String) - Static method in class org.springframework.amqp.rabbit.config.NamespaceUtils
Populates the specified bean definition property with the value of the attribute whose name is provided if that attribute is defined in the given element.
setValueIfAttributeDefined(BeanDefinitionBuilder, Element, String) - Static method in class org.springframework.amqp.rabbit.config.NamespaceUtils
Populates the bean definition property corresponding to the specified attributeName with the value of that attribute if it is defined in the given element.
setVirtualHost(String) - Method in class org.springframework.amqp.rabbit.connection.AbstractConnectionFactory
 
setVirtualHost(String) - Method in class org.springframework.amqp.rabbit.log4j.AmqpAppender
 
setWhiteListPatterns(List<String>) - Method in class org.springframework.amqp.support.converter.WhiteListDeserializingMessageConverter
Set simple patterns for allowable packages/classes for deserialization.
sharedConnectionEnabled() - Method in class org.springframework.amqp.rabbit.listener.SimpleMessageListenerContainer
Always use a shared Rabbit Connection.
SharedConnectionNotInitializedException(String) - Constructor for exception org.springframework.amqp.rabbit.listener.AbstractMessageListenerContainer.SharedConnectionNotInitializedException
Create a new SharedConnectionNotInitializedException.
shouldDeclare - Variable in class org.springframework.amqp.core.AbstractDeclarable
 
shouldDeclare() - Method in class org.springframework.amqp.core.AbstractDeclarable
 
shouldDeclare() - Method in interface org.springframework.amqp.core.Declarable
Whether or not this object should be automatically declared by any AmqpAdmin.
shouldDeclare - Variable in class org.springframework.amqp.rabbit.config.BindingFactoryBean
 
shouldGenerateId() - Method in class org.springframework.amqp.rabbit.config.AdminParser
 
shouldGenerateId() - Method in class org.springframework.amqp.rabbit.config.ConnectionFactoryParser
 
shouldGenerateId() - Method in class org.springframework.amqp.rabbit.config.TemplateParser
 
shouldGenerateIdAsFallback() - Method in class org.springframework.amqp.rabbit.config.AbstractExchangeParser
 
shouldGenerateIdAsFallback() - Method in class org.springframework.amqp.rabbit.config.AdminParser
 
shouldGenerateIdAsFallback() - Method in class org.springframework.amqp.rabbit.config.ConnectionFactoryParser
 
shouldGenerateIdAsFallback() - Method in class org.springframework.amqp.rabbit.config.QueueParser
 
shouldGenerateIdAsFallback() - Method in class org.springframework.amqp.rabbit.config.TemplateParser
 
shouldReleaseBeforeCompletion() - Method in class org.springframework.amqp.rabbit.connection.ConnectionFactoryUtils.RabbitResourceSynchronization
 
shutdown() - Method in class org.springframework.amqp.rabbit.listener.AbstractMessageListenerContainer
Stop the shared Connection, call AbstractMessageListenerContainer.doShutdown(), and close this container.
shutdown - Variable in class org.springframework.amqp.rabbit.listener.BlockingQueueConsumer
 
shutdownCompleted(ShutdownSignalException) - Method in class org.springframework.amqp.rabbit.connection.CachingConnectionFactory
 
shutdownCompleted(ShutdownSignalException) - Method in class org.springframework.amqp.rabbit.support.PublisherCallbackChannelImpl
 
shutDownSignalReasonMethod - Static variable in class org.springframework.amqp.rabbit.connection.RabbitUtils
 
shutdownTimeout - Variable in class org.springframework.amqp.rabbit.listener.BlockingQueueConsumer
 
shutdownTimeout - Variable in class org.springframework.amqp.rabbit.listener.SimpleMessageListenerContainer
 
SimpleConnection - Class in org.springframework.amqp.rabbit.connection
Simply a Connection.
SimpleConnection(Connection, int) - Constructor for class org.springframework.amqp.rabbit.connection.SimpleConnection
 
SimpleMessageConverter - Class in org.springframework.amqp.support.converter
Implementation of MessageConverter that can work with Strings, Serializable instances, or byte arrays.
SimpleMessageConverter() - Constructor for class org.springframework.amqp.support.converter.SimpleMessageConverter
 
SimpleMessageListenerContainer - Class in org.springframework.amqp.rabbit.listener
 
SimpleMessageListenerContainer() - Constructor for class org.springframework.amqp.rabbit.listener.SimpleMessageListenerContainer
Default constructor for convenient dependency injection via setters.
SimpleMessageListenerContainer(ConnectionFactory) - Constructor for class org.springframework.amqp.rabbit.listener.SimpleMessageListenerContainer
Create a listener container from the connection factory (mandatory).
SimpleMessageListenerContainer.AsyncMessageProcessingConsumer - Class in org.springframework.amqp.rabbit.listener
 
SimpleMessageListenerContainer.ContainerDelegate - Interface in org.springframework.amqp.rabbit.listener
 
SimpleMessageListenerContainer.WrappedTransactionException - Exception in org.springframework.amqp.rabbit.listener
 
SimpleResourceHolder - Class in org.springframework.amqp.rabbit.connection
Central helper that manages resources per thread to be used by resource management code.
SimpleResourceHolder() - Constructor for class org.springframework.amqp.rabbit.connection.SimpleResourceHolder
 
simpleRetryPolicy - Variable in class org.springframework.amqp.rabbit.config.RetryInterceptorBuilder
 
SimpleRoutingConnectionFactory - Class in org.springframework.amqp.rabbit.connection
An AbstractRoutingConnectionFactory implementation which gets a lookupKey for current ConnectionFactory from thread-bound resource by key of the instance of this ConnectionFactory.
SimpleRoutingConnectionFactory() - Constructor for class org.springframework.amqp.rabbit.connection.SimpleRoutingConnectionFactory
 
start() - Method in class org.springframework.amqp.rabbit.listener.AbstractMessageListenerContainer
Start this container.
start() - Method in class org.springframework.amqp.rabbit.listener.BlockingQueueConsumer
 
start - Variable in class org.springframework.amqp.rabbit.listener.SimpleMessageListenerContainer.AsyncMessageProcessingConsumer
 
startConsumerMinInterval - Variable in class org.springframework.amqp.rabbit.listener.SimpleMessageListenerContainer
 
startSenders() - Method in class org.springframework.amqp.rabbit.log4j.AmqpAppender
Submit the required number of senders into the pool.
startupException - Variable in class org.springframework.amqp.rabbit.listener.SimpleMessageListenerContainer.AsyncMessageProcessingConsumer
 
stateful() - Static method in class org.springframework.amqp.rabbit.config.RetryInterceptorBuilder
Create a builder for a stateful retry interceptor.
StatefulRetryInterceptorBuilder() - Constructor for class org.springframework.amqp.rabbit.config.RetryInterceptorBuilder.StatefulRetryInterceptorBuilder
 
StatefulRetryOperationsInterceptorFactoryBean - Class in org.springframework.amqp.rabbit.config
Convenient factory bean for creating a stateful retry interceptor for use in a message listener container, giving you a large amount of control over the behaviour of a container when a listener fails.
StatefulRetryOperationsInterceptorFactoryBean() - Constructor for class org.springframework.amqp.rabbit.config.StatefulRetryOperationsInterceptorFactoryBean
 
stateless() - Static method in class org.springframework.amqp.rabbit.config.RetryInterceptorBuilder
Create a builder for a stateless retry interceptor.
StatelessRetryInterceptorBuilder() - Constructor for class org.springframework.amqp.rabbit.config.RetryInterceptorBuilder.StatelessRetryInterceptorBuilder
 
StatelessRetryOperationsInterceptorFactoryBean - Class in org.springframework.amqp.rabbit.config
Convenient factory bean for creating a stateless retry interceptor for use in a message listener container, giving you a large amount of control over the behaviour of a container when a listener fails.
StatelessRetryOperationsInterceptorFactoryBean() - Constructor for class org.springframework.amqp.rabbit.config.StatelessRetryOperationsInterceptorFactoryBean
 
stop() - Method in class org.springframework.amqp.rabbit.listener.AbstractMessageListenerContainer
Stop this container.
stop(Runnable) - Method in class org.springframework.amqp.rabbit.listener.AbstractMessageListenerContainer
 
stop() - Method in class org.springframework.amqp.rabbit.listener.BlockingQueueConsumer
 
stopConsumerMinInterval - Variable in class org.springframework.amqp.rabbit.listener.SimpleMessageListenerContainer
 
suspendClientThread - Variable in class org.springframework.amqp.rabbit.listener.BlockingQueueConsumer
 
SYSTEM - Static variable in class org.springframework.amqp.core.ExchangeTypes
 

T

target - Variable in class org.springframework.amqp.rabbit.connection.CachingConnectionFactory.CachedChannelInvocationHandler
 
target - Variable in class org.springframework.amqp.rabbit.connection.CachingConnectionFactory.ChannelCachingConnectionProxy
 
targetConnectionFactories - Variable in class org.springframework.amqp.rabbit.connection.AbstractRoutingConnectionFactory
 
targetMonitor - Variable in class org.springframework.amqp.rabbit.connection.CachingConnectionFactory.CachedChannelInvocationHandler
 
TASK_EXECUTOR_ATTRIBUTE - Static variable in class org.springframework.amqp.rabbit.config.RabbitNamespaceUtils
 
taskExecutor - Variable in class org.springframework.amqp.rabbit.listener.SimpleMessageListenerContainer
 
templateAltered - Variable in class org.springframework.amqp.rabbit.config.RetryInterceptorBuilder
 
TemplateParser - Class in org.springframework.amqp.rabbit.config
 
TemplateParser() - Constructor for class org.springframework.amqp.rabbit.config.TemplateParser
 
TestUtils - Class in org.springframework.amqp.utils.test
See Spring Integration TestUtils.
TestUtils() - Constructor for class org.springframework.amqp.utils.test.TestUtils
 
theConnection - Variable in class org.springframework.amqp.rabbit.connection.CachingConnectionFactory.CachedChannelInvocationHandler
 
timestamp - Variable in class org.springframework.amqp.core.MessageProperties
 
timestamp - Variable in class org.springframework.amqp.rabbit.support.PendingConfirm
 
to(FanoutExchange) - Method in class org.springframework.amqp.core.BindingBuilder.DestinationConfigurer
 
to(HeadersExchange) - Method in class org.springframework.amqp.core.BindingBuilder.DestinationConfigurer
 
to(DirectExchange) - Method in class org.springframework.amqp.core.BindingBuilder.DestinationConfigurer
 
to(TopicExchange) - Method in class org.springframework.amqp.core.BindingBuilder.DestinationConfigurer
 
to(Exchange) - Method in class org.springframework.amqp.core.BindingBuilder.DestinationConfigurer
 
toClass(MessageProperties) - Method in interface org.springframework.amqp.support.converter.ClassMapper
 
toClass(String) - Method in class org.springframework.amqp.support.converter.DefaultClassMapper
 
toClass(MessageProperties) - Method in class org.springframework.amqp.support.converter.DefaultClassMapper
 
toClass(MessageProperties) - Method in class org.springframework.amqp.support.converter.DefaultJackson2JavaTypeMapper
 
toClass(MessageProperties) - Method in class org.springframework.amqp.support.converter.DefaultJavaTypeMapper
 
toInt(MessageDeliveryMode) - Static method in enum org.springframework.amqp.core.MessageDeliveryMode
 
toJavaType(MessageProperties) - Method in class org.springframework.amqp.support.converter.DefaultJackson2JavaTypeMapper
 
toJavaType(MessageProperties) - Method in class org.springframework.amqp.support.converter.DefaultJavaTypeMapper
 
toJavaType(MessageProperties) - Method in interface org.springframework.amqp.support.converter.Jackson2JavaTypeMapper
 
toJavaType(MessageProperties) - Method in interface org.springframework.amqp.support.converter.JavaTypeMapper
 
toMessage(Object, MessageProperties) - Method in class org.springframework.amqp.support.converter.AbstractMessageConverter
 
toMessage(Object, MessageProperties) - Method in interface org.springframework.amqp.support.converter.MessageConverter
Convert a Java object to a Message.
toMessageProperties(AMQP.BasicProperties, Envelope, String) - Method in class org.springframework.amqp.rabbit.support.DefaultMessagePropertiesConverter
 
toMessageProperties(AMQP.BasicProperties, Envelope, String) - Method in interface org.springframework.amqp.rabbit.support.MessagePropertiesConverter
 
TOPIC - Static variable in class org.springframework.amqp.core.ExchangeTypes
 
TopicExchange - Class in org.springframework.amqp.core
Simple container collecting information to describe a topic exchange.
TopicExchange(String) - Constructor for class org.springframework.amqp.core.TopicExchange
 
TopicExchange(String, boolean, boolean) - Constructor for class org.springframework.amqp.core.TopicExchange
 
TopicExchange(String, boolean, boolean, Map<String, Object>) - Constructor for class org.springframework.amqp.core.TopicExchange
 
TopicExchangeParser - Class in org.springframework.amqp.rabbit.config
 
TopicExchangeParser() - Constructor for class org.springframework.amqp.rabbit.config.TopicExchangeParser
 
TopicExchangeRoutingKeyConfigurer(BindingBuilder.DestinationConfigurer, TopicExchange) - Constructor for class org.springframework.amqp.core.BindingBuilder.TopicExchangeRoutingKeyConfigurer
 
toString() - Method in class org.springframework.amqp.core.AbstractExchange
 
toString() - Method in class org.springframework.amqp.core.Address
 
toString() - Method in class org.springframework.amqp.core.Binding
 
toString() - Method in class org.springframework.amqp.core.Message
 
toString() - Method in class org.springframework.amqp.core.MessageProperties
 
toString() - Method in class org.springframework.amqp.core.Queue
 
toString() - Method in class org.springframework.amqp.rabbit.connection.CachingConnectionFactory.ChannelCachingConnectionProxy
 
toString() - Method in class org.springframework.amqp.rabbit.connection.CachingConnectionFactory
 
toString() - Method in class org.springframework.amqp.rabbit.listener.BlockingQueueConsumer
 
toString() - Method in class org.springframework.amqp.rabbit.support.CorrelationData
 
toString() - Method in class org.springframework.amqp.rabbit.support.PendingConfirm
 
toString() - Method in class org.springframework.amqp.rabbit.support.PublisherCallbackChannelImpl
 
transacted - Variable in class org.springframework.amqp.rabbit.connection.ConnectionFactoryUtils.RabbitResourceSynchronization
 
TRANSACTION_MANAGER_ATTRIBUTE - Static variable in class org.springframework.amqp.rabbit.config.RabbitNamespaceUtils
 
TRANSACTION_SIZE_ATTRIBUTE - Static variable in class org.springframework.amqp.rabbit.config.RabbitNamespaceUtils
 
transactional - Variable in class org.springframework.amqp.rabbit.connection.CachingConnectionFactory.CachedChannelInvocationHandler
 
transactional - Variable in class org.springframework.amqp.rabbit.connection.RabbitAccessor
 
transactional - Variable in class org.springframework.amqp.rabbit.connection.RabbitResourceHolder
 
transactional - Variable in class org.springframework.amqp.rabbit.listener.BlockingQueueConsumer
 
transactionAttribute - Variable in class org.springframework.amqp.rabbit.listener.SimpleMessageListenerContainer
 
transactionManager - Variable in class org.springframework.amqp.rabbit.listener.SimpleMessageListenerContainer
 
txCommit() - Method in class org.springframework.amqp.rabbit.support.PublisherCallbackChannelImpl
 
txRollback() - Method in class org.springframework.amqp.rabbit.support.PublisherCallbackChannelImpl
 
txSelect() - Method in class org.springframework.amqp.rabbit.support.PublisherCallbackChannelImpl
 
txSize - Variable in class org.springframework.amqp.rabbit.listener.SimpleMessageListenerContainer
 
type - Variable in class org.springframework.amqp.core.BindingBuilder.DestinationConfigurer
 
type - Variable in class org.springframework.amqp.core.CustomExchange
 
type - Variable in class org.springframework.amqp.core.MessageProperties
 

U

unbind(Object) - Static method in class org.springframework.amqp.rabbit.connection.SimpleResourceHolder
Unbind a resource for the given key from the current thread.
unbindIfPossible(Object) - Static method in class org.springframework.amqp.rabbit.connection.SimpleResourceHolder
Unbind a resource for the given key from the current thread.
UncategorizedAmqpException - Exception in org.springframework.amqp
A "catch-all" exception type within the AmqpException hierarchy when no more specific cause is known.
UncategorizedAmqpException(Throwable) - Constructor for exception org.springframework.amqp.UncategorizedAmqpException
 
UncategorizedAmqpException(String, Throwable) - Constructor for exception org.springframework.amqp.UncategorizedAmqpException
 
UniquelyNamedQueue - Class in org.springframework.amqp.core
Create a queue with a unique name.
UniquelyNamedQueue() - Constructor for class org.springframework.amqp.core.UniquelyNamedQueue
Create a uniquely named queue.
UniquelyNamedQueue(String) - Constructor for class org.springframework.amqp.core.UniquelyNamedQueue
Create a uniquely named queue with a fixed prefix.
unmarshaller - Variable in class org.springframework.amqp.support.converter.MarshallingMessageConverter
 
unRegisterConsumerChannel() - Static method in class org.springframework.amqp.rabbit.connection.ConsumerChannelRegistry
See registerConsumerChannel.
USER_ATTRIBUTE - Static variable in class org.springframework.amqp.rabbit.config.ConnectionFactoryParser
 
userId - Variable in class org.springframework.amqp.core.MessageProperties
 
username - Variable in class org.springframework.amqp.rabbit.log4j.AmqpAppender
RabbitMQ user to connect as.
usingDefaultDeserializer - Variable in class org.springframework.amqp.support.converter.SerializerMessageConverter
 
uuid - Variable in class org.springframework.amqp.rabbit.core.RabbitTemplate
 

V

validateConfiguration() - Method in class org.springframework.amqp.rabbit.listener.AbstractMessageListenerContainer
Validate the configuration of this container.
validateConfiguration() - Method in class org.springframework.amqp.rabbit.listener.SimpleMessageListenerContainer
Avoid the possibility of not configuring the CachingConnectionFactory in sync with the number of concurrent consumers.
validateIdTypeMapping() - Method in class org.springframework.amqp.support.converter.AbstractJavaTypeMapper
 
validateIdTypeMapping() - Method in class org.springframework.amqp.support.converter.DefaultClassMapper
 
valueOf(String) - Static method in enum org.springframework.amqp.core.AcknowledgeMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.amqp.core.Binding.DestinationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.amqp.core.MessageDeliveryMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.amqp.rabbit.connection.CachingConnectionFactory.CacheMode
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.springframework.amqp.core.AcknowledgeMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.amqp.core.Binding.DestinationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.amqp.core.MessageDeliveryMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.amqp.rabbit.connection.CachingConnectionFactory.CacheMode
Returns an array containing the constants of this enum type, in the order they are declared.
VIRTUAL_HOST_ATTRIBUTE - Static variable in class org.springframework.amqp.rabbit.config.ConnectionFactoryParser
 
virtualHost - Variable in class org.springframework.amqp.rabbit.log4j.AmqpAppender
RabbitMQ virtual host to connect to.

W

waitForConfirms() - Method in class org.springframework.amqp.rabbit.support.PublisherCallbackChannelImpl
 
waitForConfirms(long) - Method in class org.springframework.amqp.rabbit.support.PublisherCallbackChannelImpl
 
waitForConfirmsOrDie() - Method in class org.springframework.amqp.rabbit.support.PublisherCallbackChannelImpl
 
waitForConfirmsOrDie(long) - Method in class org.springframework.amqp.rabbit.support.PublisherCallbackChannelImpl
 
where(String) - Method in class org.springframework.amqp.core.BindingBuilder.HeadersExchangeMapConfigurer
 
whereAll(String...) - Method in class org.springframework.amqp.core.BindingBuilder.HeadersExchangeMapConfigurer
 
whereAll(Map<String, Object>) - Method in class org.springframework.amqp.core.BindingBuilder.HeadersExchangeMapConfigurer
 
whereAny(String...) - Method in class org.springframework.amqp.core.BindingBuilder.HeadersExchangeMapConfigurer
 
whereAny(Map<String, Object>) - Method in class org.springframework.amqp.core.BindingBuilder.HeadersExchangeMapConfigurer
 
WhiteListDeserializingMessageConverter - Class in org.springframework.amqp.support.converter
MessageConverters that potentially use Java deserialization.
WhiteListDeserializingMessageConverter() - Constructor for class org.springframework.amqp.support.converter.WhiteListDeserializingMessageConverter
 
whiteListPatterns - Variable in class org.springframework.amqp.support.converter.WhiteListDeserializingMessageConverter
 
with(String) - Method in class org.springframework.amqp.core.BindingBuilder.DirectExchangeRoutingKeyConfigurer
 
with(Enum<?>) - Method in class org.springframework.amqp.core.BindingBuilder.DirectExchangeRoutingKeyConfigurer
 
with(String) - Method in class org.springframework.amqp.core.BindingBuilder.GenericExchangeRoutingKeyConfigurer
 
with(Enum<?>) - Method in class org.springframework.amqp.core.BindingBuilder.GenericExchangeRoutingKeyConfigurer
 
with(String) - Method in class org.springframework.amqp.core.BindingBuilder.TopicExchangeRoutingKeyConfigurer
 
with(Enum<?>) - Method in class org.springframework.amqp.core.BindingBuilder.TopicExchangeRoutingKeyConfigurer
 
withBody(byte[]) - Static method in class org.springframework.amqp.core.MessageBuilder
The final message body will be a direct reference to 'body'.
withBody(byte[], int, int) - Static method in class org.springframework.amqp.core.MessageBuilder
The final message body will be a new array containing the byte range from 'body'.
withClonedBody(byte[]) - Static method in class org.springframework.amqp.core.MessageBuilder
The final message body will be a copy of 'body' in a new array.
withQueueName() - Method in class org.springframework.amqp.core.BindingBuilder.DirectExchangeRoutingKeyConfigurer
 
WrappedTransactionException(Throwable) - Constructor for exception org.springframework.amqp.rabbit.listener.SimpleMessageListenerContainer.WrappedTransactionException
 
wrapToListenerExecutionFailedExceptionIfNeeded(Exception, Message) - Method in class org.springframework.amqp.rabbit.listener.AbstractMessageListenerContainer
 
A B C D E F G H I J K L M N O P Q R S T U V W 
Skip navigation links