[ 
https://issues.apache.org/jira/browse/AMQNET-646?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Stevica updated AMQNET-646:
---------------------------
    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)

  was:
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)


> 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
>            Priority: Major
>
> 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)



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to