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.
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
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
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.
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
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
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.
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.
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
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
g-the-messages-in-a-queue-or-topic-during-a-day-tp3561343p3561343.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.
11 matches
Mail list logo