Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
AMQP-1.8.1
-
None
-
None
Description
Property NonBlockingRedelivery is available in Apache.NMS.ActiveMQ package and redelivery mechanism is working as it should if set to true.
I switched to Apache.NMS.AMQP so application could connect via amqp. Since this property is missing redelivery mechanism is not working as expected.
Problems with redelivery mechanism:
- non-processed messages are blocking queue until they are acknowledged (same message comes to consumer all over again)
- no delay between trying (even delay was set in redelivery policy)