Re: ActiveMQ on unreliable mesh networks?

2014-10-29 Thread Tim Bain
One thing that might be a concern for you is the possibility of a message on broker A going to B because B has a connection to C, but that connection is dropped before B can forward the message to C. If I has another route to C (e.g. through D) but B doesn't have any other route there, then the me

Re: ActiveMQ on unreliable mesh networks?

2014-10-29 Thread Hadrian Zbarcea
Yes, it can. I implemented something similar. When connections are restored the messages get processed. That's the short answer. Hadrian On 05/11/2014 07:23 AM, Frank Gevaerts wrote: Hello, I need to build a system with a number of hosts connected through an unreliable mesh network where the

ActiveMQ on unreliable mesh networks?

2014-05-11 Thread Frank Gevaerts
Hello, I need to build a system with a number of hosts connected through an unreliable mesh network where the hosts are physically moving, i.e. all connections are expected to drop regularly, and hosts that used to be one hop apart might suddenly be three hops apart or not connected at all. The ne