Re: Persistent activemq messages

2017-03-20 Thread Timothy Bish
.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

Re: Persistent activemq messages

2017-03-20 Thread kiroalbatrosa
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

Re: Persistent activemq messages

2017-03-20 Thread Timothy Bish
.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/

Re: Persistent activemq messages

2017-03-20 Thread kiroalbatrosa
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

Re: Persistent activemq messages

2017-03-20 Thread Timothy Bish
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.

Persistent activemq messages

2017-03-20 Thread kiroalbatrosa
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.