.nabble.com/Persistent-activemq-messages-tp4723885p4723896.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.
Sending messages persistently is not something you do on the broker
side, your client controls when messages are sent as persistent or not
using the DeliveryMode that is
Thanks tabish,
I just want to be sure on the matter since I have not set up activemq
before, is it ok to pu that anywhere in the broker or does it need a
specific place in the xml?
--
View this message in context:
http://activemq.2283324.n4.nabble.com/Persistent-activemq-messages
.nabble.com/Persistent-activemq-messages-tp4723885p4723894.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.
Yes, you need to tell the producer to mark the sent messages as persistent.
--
Tim Bish
twitter: @tabish121
blog: http://timbish.blogspot.com/
Thanks for tip, delivary mode is not set. Where would I set it up in the
activemq.xml, and should it look like this?
producer.setDeliveryMode(DeliveryMode.PERSISTENT);
Thanks again.
--
View this message in context:
http://activemq.2283324.n4.nabble.com/Persistent-activemq-messages
OnStartup="false" useShutdownHook="false"
schedulerSupport="true"
Can someone please share some thoughts on what is missed or needs amending
to achieve persistence properly?
Thanks in advance.
--
View this message in context:
http://activemq.2283324.n4.nabble.
uot;false"
schedulerSupport="true"
Can someone please share some thoughts on what is missed or needs amending
to achieve persistence properly?
Thanks in advance.
--
View this message in context:
http://activemq.2283324.n4.nabble.com/Persistent-activemq-messages-tp4723885.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.