Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.27
-
None
Description
QPID-5455 changed the default behaviour of publish persistent non-transactional messages. While the new behaviour is correct, older versions of some message brokers (e.g. ActiveMQ) do not properly handle requests for synchronous publish. Therefore it would be good to allow users to specify the previous behaviour to allow for interoperability.
Explicitly adding sync-publish=false to the Connection URL, or setting the Java System property "qpid.sync_publish" similarly should override the default behaviour.