| Method and Description |
|---|
| org.springframework.integration.jms.JmsOutboundGateway.setDeliveryMode(int)
use
JmsOutboundGateway.setDeliveryPersistent(boolean)
This should have been deprecated in 2.0 when the attribute was
deprecated in the schema. As of 3.0, the attribute has been
removed but this remains to allow users of the API to migrate.
TODO: Remove in 3.1/4.0 |