Thank you!
i was try it before, but it was not working.
To whom it can be interested correction is to submit 'true' as string at
php, not as boolean value.
So headers will look like $headers = array('persistent' => 'true');  not
$headers = array('persistent' => true);
May be that will safe time to someone other.

--
View this message in context: 
http://activemq.2283324.n4.nabble.com/how-to-enable-persistent-message-store-tp4330162p4333191.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to