-
Story
-
Resolution: Unresolved
-
Major
-
None
-
A-MQ 7.0.0.ER16
-
None
-
None
-
Documentation (Ref Guide, User Guide, etc.)
Some clients and system test suites have a problem described in https://issues.jboss.org/browse/ENTMQBR-557
Note that sending to an address won't create the queue, only consuming does. This as we only send to addresses. This may be the reason there are no messages in the queue as it didn't exist at the time of sending.
Maybe the broker could be more friendly to the producers. A strategy that Qpid Dispatch uses is to accept sender links to addresses that have no consumers but to give them no credit until a receiver shows up.
In this case after a receiver creates the address then credit is issued to the sender.
- is related to
-
ENTMQBR-851 Enable send-to-dla-on-no-route by default
- New
- relates to
-
ENTMQBR-557 [AMQP] Broker receives messages but they are not enqueued
- Closed