Hello again!
I resolved message redelivering problem, by following:
add to subscriber code:
IMessageConsumer consumer = session.CreateDurableConsumer(new
Apache.NMS.ActiveMQ.Commands.ActiveMQTopic("testing?consumer.retroactive=false"),
"testing listener", null, false);
and to config file:
Hello everybody!
I'm new to activemq and I have a question. I have a publisher and subcriber
to the topic, when I launch publisher it sends some messages to the topic,
then I close that publisher and start subscriber and he doesn't get
messages that publisher sended early. I have examples from