Re: Keeping the messages in a queue or topic during a day

2011-06-13 Thread serious
r retroactive. Only the retroactive consumer should receive the three messages, the other one only the third one. Hopefully this will help somebody else. Thanks all for your precious help. -- View this message in context: http://activemq.2283324.n4.nabble.com/Keeping-the-messages-in-a-queue-or-topic-during-a-day-tp3561343p3593408.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Keeping the messages in a queue or topic during a day

2011-06-07 Thread Gary Tully
ore the consumer is connected, > one after. > But the consumer only receives the third one, so the "retroactive" flag > seems to be completely ignored. > > What am I doing wrong ? > > Thanks. > > -- > View this message in context: > http://activemq.2283324.n4.nabble.com/Keeping-the-messages-in-a-queue-or-topic-during-a-day-tp3561343p3576662.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com. > -- http://fusesource.com http://blog.garytully.com

Re: Keeping the messages in a queue or topic during a day

2011-06-06 Thread serious
ree messages : two before the consumer is connected, one after. But the consumer only receives the third one, so the "retroactive" flag seems to be completely ignored. What am I doing wrong ? Thanks. -- View this message in context: http://activemq.2283324.n4.nabble.com/Keeping-the

Re: Keeping the messages in a queue or topic during a day

2011-06-01 Thread serious
e.com/Keeping-the-messages-in-a-queue-or-topic-during-a-day-tp3561343p3565302.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Keeping the messages in a queue or topic during a day

2011-06-01 Thread Gary Tully
ActiveMQ" > :) > > So, do you know any other tool that could fit the above needs, without > having to implement a new one from scratch ? > > Thanks in advance. > > -- > View this message in context: > http://activemq.2283324.n4.nabble.com/Keeping-the-messages-in-a-queue-o

Re: Keeping the messages in a queue or topic during a day

2011-06-01 Thread Christian Schneider
g-the-messages-in-a-queue-or-topic-during-a-day-tp3561343p3562643.html Sent from the ActiveMQ - User mailing list archive at Nabble.com. -- -- Christian Schneider http://www.liquid-reality.de Apache CXF and Camel Architect Talend Application Integration Division http://www.talend.com

Re: Keeping the messages in a queue or topic during a day

2011-06-01 Thread serious
om/Keeping-the-messages-in-a-queue-or-topic-during-a-day-tp3561343p3565219.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Keeping the messages in a queue or topic during a day

2011-05-31 Thread serious
ivemq.2283324.n4.nabble.com/Keeping-the-messages-in-a-queue-or-topic-during-a-day-tp3561343p3562643.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Keeping the messages in a queue or topic during a day

2011-05-30 Thread Marcelo Jabali
Composite destinations may help a bit in this case too. Something like: String brokerURI = ActiveMQConnectionFactory.DEFAULT_BROKER_URL; ConnectionFactory connectionFactory = new ActiveMQConnectionFactory(brokerURI); Connection connection = connectionFactory.createConnection(); connection.st

Re: Keeping the messages in a queue or topic during a day

2011-05-30 Thread Gary Tully
Use durable topic subscriptions and message time to live of 1 day. Virtual topics allow multiple consumers to share a subscription which could be usefull in the alert/logging system. A more customisable option is available via the pending message limit strategies for non durable topic subs. You can

Keeping the messages in a queue or topic during a day

2011-05-30 Thread serious
g-the-messages-in-a-queue-or-topic-during-a-day-tp3561343p3561343.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.