| Class and Description |
|---|
| org.springframework.integration.amqp.AmqpHeaders
in favor of
AmqpHeaders.
Will be removed in a future release. |
| Method and Description |
|---|
| org.springframework.integration.amqp.outbound.AmqpOutboundEndpoint.setConfirmCorrelationExpression(String)
in favor of
AmqpOutboundEndpoint.setExpressionConfirmCorrelation(org.springframework.expression.Expression). Will be changed in a future release
to use Expression parameter. |
| org.springframework.integration.amqp.outbound.AmqpOutboundEndpoint.setExchangeNameExpression(String)
in favor of
AmqpOutboundEndpoint.setExpressionExchangeName(org.springframework.expression.Expression). Will be changed in a future release
to use an Expression parameter. |
| org.springframework.integration.amqp.outbound.AmqpOutboundEndpoint.setRoutingKeyExpression(String)
in favor of
AmqpOutboundEndpoint.setExpressionRoutingKey(org.springframework.expression.Expression). Will be changed in a future release
to use an Expression parameter. |