Hi, Basically I am intercepting the mqtt messages and doing some computations. I store these to a file. I wanted this file to be available on the slave as well when it takes over the master. I need to use the values from the file to resume the computation.
>From what I read from artemis documentation, it does not use any distributed store. I know that it can be done using shared storage but I wanted to know if it can be done using the "replication" HA policy. Can you please suggest me something that can be done for this? or can I append the data to the journal file and then read from it when it is replicated on the slave? -- View this message in context: http://activemq.2283324.n4.nabble.com/Replicating-a-file-on-backup-server-tp4715489p4715642.html Sent from the ActiveMQ - Dev mailing list archive at Nabble.com.
