Details
Description
While producer.send with system property sync_publish=true against activemq block failing to return, the same scenario works fine against Microsoft Azure Service Bus.
This interferes with testing isolated local systems without remote MS ASB integration.
This was not tested against either of the Qpid brokers or the Active MQ 5.9.0 codebase.
See Qpid bug https://issues.apache.org/jira/browse/QPID-5177 for more information.
Gordon Sim commented:
ActiveMQ does send back a disposition with settled=true, but with no state set (e.g. not accepted) which may be the issue?