Stevica created AMQNET-646:
------------------------------
Summary: AMQP ConnectionFactory is missing NonBlockingRedelivery
property
Key: AMQNET-646
URL: https://issues.apache.org/jira/browse/AMQNET-646
Project: ActiveMQ .Net
Issue Type: Bug
Components: AMQP
Affects Versions: AMQP-1.8.1
Reporter: Stevica
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 if connection factory has no NonBlockingRedelivery set to true:
* 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)
--
This message was sent by Atlassian Jira
(v8.3.4#803005)