| Name | Description | Type | Package | Framework |
| PublishSubscribeAmqpChannel | Class | org.springframework.integration.amqp.channel | Spring Integration | |
| PollableAmqpChannel | A PollableChannel implementation that is backed by an AMQP Queue. | Class | org.springframework.integration.amqp.channel | Spring Integration |
| PointToPointSubscribableAmqpChannel | Class | org.springframework.integration.amqp.channel | Spring Integration | |
| DefaultAmqpHeaderMapper | Default implementation of AmqpHeaderMapper. | Class | org.springframework.integration.amqp.support | Spring Integration |
| AmqpOutboundGatewayParser | Parser for the AMQP 'outbound-channel-adapter' element. | Class | org.springframework.integration.amqp.config | Spring Integration |
| AmqpOutboundEndpoint | Adapter that converts and sends Messages to an AMQP Exchange. | Class | org.springframework.integration.amqp.outbound | Spring Integration |
| AmqpNamespaceHandler | Namespace handler for the AMQP schema. | Class | org.springframework.integration.amqp.config | Spring Integration |
| AmqpOutboundChannelAdapterParser | Parser for the AMQP 'outbound-channel-adapter' element. | Class | org.springframework.integration.amqp.config | Spring Integration |
| AmqpInboundGatewayParser | Parser for the AMQP 'inbound-gateway' element. | Class | org.springframework.integration.amqp.config | Spring Integration |
| AmqpInboundGateway | Adapter that receives Messages from an AMQP Queue, converts them intoSpring Integration Messages, and sends the results to a Message Channel. | Class | org.springframework.integration.amqp.inbound | Spring Integration |
| AmqpInboundChannelAdapterParser | Parser for the AMQP 'inbound-channel-adapter' element. | Class | org.springframework.integration.amqp.config | Spring Integration |
| AmqpInboundChannelAdapter | Adapter that receives Messages from an AMQP Queue, converts them intoSpring Integration Messages, and sends the results to a Message Channel. | Class | org.springframework.integration.amqp.inbound | Spring Integration |
| AmqpHeaderMapper | A convenience interface that extends HeaderMapperbut parameterized with MessageProperties. | Interface | org.springframework.integration.amqp.support | Spring Integration |
| AmqpHeaders | Pre-defined names and prefixes to be used for setting and/or retrieving AMQPMessageProperties from/to integration Message Headers. | Class | org.springframework.integration.amqp | Spring Integration |
| AmqpChannelParser | Parser for the 'channel' and 'publish-subscribe-channel' elements of theSpring Integration AMQP namespace. | Class | org.springframework.integration.amqp.config | Spring Integration |
| AmqpChannelFactoryBean | If point-to-point, we send to the default exchange with the routing keyequal to [beanName] and we declare that same Queue and register a listener | Class | org.springframework.integration.amqp.config | Spring Integration |
| AbstractAmqpChannel | Class | org.springframework.integration.amqp.channel | Spring Integration | |