I'm not aware of any out-of-the-box solution for any ActiveMQ broker to
automate your use-case.  It's up to your software to write the data to disk
when offline (in whatever format suits your needs) and then to read it from
disk and send it to the ActiveMQ broker when online.


Justin

On Tue, Jun 20, 2017 at 10:22 AM, giox79 <giovanniparod...@gmail.com> wrote:

> I'm a fresh user of ActiveMQ technology, and I have some problem
> approaching
> this technology.
>
> I have the following situation:
>
> * I have a SW, running in a embedded (offline) ARM device (A), that archive
> a set of messages in a local hard disk.
> * Once a month we have to extract the hard disk and to connect it to
> another
> embedded online ARM device (B), that should notify a ActiveMQ server about
> the alarms generated by (A)
>
> And now my question: how can I store the persistent queue on the hard disk
> when (A) is offline, so that the events generated by (A) will be available
> to (B) when the HD is connected to (B)?
>
> Please note that the only "connection" between online and offline embedded
> device is hard disk.
>
>
>
> Giovanni
>
>
>
>
> --
> View this message in context: http://activemq.2283324.n4.
> nabble.com/Persistent-queue-storage-area-tp4727578.html
> Sent from the ActiveMQ - User mailing list archive at Nabble.com.
>

Reply via email to