Dear All ...

Currently I have deployment of RabbitMQ for a specific need.
It's for telemetry of vessel.

In short description :
I have 2 PC :
a. rover unit : a mini ITX running RabbitMQ
b. central unit : just common PC running RabbitMQ

in #a, I have python daemon listening to some RS232 based microcontroller,
and push the reading to onboard RabbitMQ

in #b, I have a python daemon subscribe to a queue, and push the reading
to another application.

I Did this because #a (Rover unit) Will lost internet connection while at
sea.
When she aproaching the port , got internet connection (3G/GPRS/Wifi) ..
the onboard rabbitMQ will start pushing it's queuue to #b.

Now .. the problem.
In the current time ..I found many Arm Based board that can run linux in
it. so I want to use MQ solution that
1. Small foot print so I can run it in ARM based board (i.e : Cubie Board,
raspberry pi, BeagleBone)

2. Can auto-send/push it's queue to RabbitMQ
3. Autoconnect (keep try to reconnect) to remote broker (RabbitMQ)

Is 0MQ the right solution for me ?

Sincerely
-bino-


_______________________________________________
zeromq-dev mailing list
zeromq-dev@lists.zeromq.org
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to