Re: Message delivering.

2009-11-09 Thread Sharov_A
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:

Message delivering.

2009-11-09 Thread Sharov_A
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