Problem solved, thanks to Tim's help:
I replaced jms & nested prefixes by nms prefix, and removed one property
that was not supported, and consumer-side configuration now works.
--
Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html
Thanks Tim.
Do you know of any references or examples that include configuration options
for message re-delivery?
--
Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html
Update to the broker configuration:
After changing maximumRedeliveries to 4, messages did not get sent to the
DLQ after expiration time (4 minutes + 20 seconds), and just piled up in the
specific queue.
I have also forgot to mention that I am using the failover protocol for
master/slave configurati
I am using NMS ActiveMQ .NET client to pull messages from the queue using
MessageConsumer.ReceiveNoWait method.
The consumer application attempts to pull all pending messages every second.
I am trying to configure messages to be resent, but oddly it does not work
as expected.
I have tried using the