Package org.springframework.integration.amqp.config
Provides classes for configuration - parsers, namespace handlers, factory beans.
-
Class Summary Class Description AmqpChannelFactoryBean If point-to-point, we send to the default exchange with the routing key equal to "[beanName]" and we declare that same Queue and register a listener if message-driven or poll explicitly otherwise.AmqpChannelParser Parser for the 'channel' and 'publish-subscribe-channel' elements of the Spring Integration AMQP namespace.AmqpInboundChannelAdapterParser Parser for the AMQP 'inbound-channel-adapter' element.AmqpInboundGatewayParser Parser for the AMQP 'inbound-gateway' element.AmqpNamespaceHandler Namespace handler for the AMQP schema.AmqpOutboundChannelAdapterParser Parser for the AMQP 'outbound-channel-adapter' element.AmqpOutboundGatewayParser Parser for the AMQP 'outbound-channel-adapter' element.