|
Spring AMQP | |||||||||
PREV NEXT | FRAMES NO FRAMES |
MessageConverter
implementations.exchangeType
values can be found in the ExchangeTypes
static
constants.
autoStartup
is set to true, registers a callback on the
ConnectionFactory
to declare all exchanges and queues in the enclosing application context.
AbstractMessageListenerContainer.validateConfiguration()
and AbstractMessageListenerContainer.initialize()
.
ConnectException
which can be commonly thrown from AMQP operations if the
remote process dies or there is a network issue.IOException
which
can be commonly thrown from AMQP operations.ConnectionFactory
implementation that returns the same Connections from all CachingConnectionFactory.createConnection()
calls, and ignores calls to Connection.close()
and caches
Channel
.Channel
to be implemented by
Channel proxies.AMQP.REPLY_SUCCESS
close code
and message 'OK'.
Connections
.OtpConnection
s.ConnectionFactory
,
in particular for obtaining transactional Rabbit resources for a given ConnectionFactory.Connection
to be implemented by
Connection proxies.Connection
to be implemented by Connection proxies.Message
.
ConnectionProxy
that delegates to an underlying OtpConnection.MessagePropertiesConverter
strategy.AbstractMessageListenerContainer.shutdown()
when the BeanFactory destroys the container instance.
Channel
, possibly returning a result.
PumpStreamHandler
for stream handling.
Execute
to handle input and output stream of
subprocesses.Message
into an object.
Connections
.
recoveryInterval
to give the container a
chance to recover from consumer startup failure, e.g. if the broker is down.
Channel
to a registered ChannelAwareMessageListener
.
MessageConverter
that uses a Marshaller
and Unmarshaller
.MarshallingMessageConverter
with no Marshaller
or Unmarshaller
set.
MarshallingMessageConverter
with the given Marshaller
set.
MarshallingMessageConverter
with the
given Marshaller and Unmarshaller.
MessageListenerAdapter
with default settings.
MessageListenerAdapter
for the given delegate.
MessageListenerAdapter
for the given delegate.
MessageProperties
and RabbitMQ BasicProperties.MessageListener
entry point.
ChannelAwareMessageListener
entry point.
IOException
which
can be commonly thrown from OTP operations.PlatformTransactionManager
implementation for a single Rabbit
ConnectionFactory
.MessageConverter
that can work with Strings or native objects of any kind via the
Serializer
and Deserializer
abstractions in Spring.Advice
to apply to listener executions.
Connections
.
ChannelAwareMessageListener
as well as
to RabbitTemplate
calls.
ObjectMapper
to use instead of using the default.
Marshaller
to be used by this message converter.
MessagePropertiesConverter
for this template.
MessagePropertiesConverter
for this listener container.
Unmarshaller
to be used by this message converter.
AbstractMessageListenerContainer.doShutdown()
, and close this container.
ConnectionFactory
that return a new connection for each invocation of the
createConnection method.MessageConverter
that can work with Strings, Serializable instances,
or byte arrays.ConnectionFactory
implementation that returns the same Connections from all SingleConnectionFactory.createConnection()
calls, and ignores calls to Connection.close()
.ConnectionFactory
implementation that returns the same Connections from all
SingleConnectionFactory.createConnection()
calls, and ignores calls to Connection.close()
.
|
Spring AMQP | |||||||||
PREV NEXT | FRAMES NO FRAMES |