Add AMQP 1.0 client support that is independent of RabbitMQ using org.springframework.amqp:spring-amqp-client.
Expected support includes:
- Auto-configuration of
org.s.amqp.client.AmqpConnectionFactory using a org.apache.qpid.protonj2.client.Client.
- Auto-configuration of
org.s.amqp.client.AmqpClient.
Once #49620 is complete, this support can be provided via spring-boot-amqp.
Add AMQP 1.0 client support that is independent of RabbitMQ using
org.springframework.amqp:spring-amqp-client.Expected support includes:
org.s.amqp.client.AmqpConnectionFactoryusing aorg.apache.qpid.protonj2.client.Client.org.s.amqp.client.AmqpClient.Once #49620 is complete, this support can be provided via
spring-boot-amqp.