[rabbitmq-discuss] Rabbitmq exchange on client side - javascript
Eduardo Pinheiro
eduardo.pinheiro at muzzley.com
Wed Oct 10 19:24:40 BST 2012
Dear All,
Imagine that you have three applications APP A (192.168.1.1), APP B
(192.168.1.59) and APP C (172.53.23.40).
- They all have internet access
- APP A and APP B are in the same network with the same internet
connection
- APP C is in other network with a different internet connection
- We have a rabbitmq server in internet: myrabbit.com with an
exchange called ABC
So the normal implementation to have this 3 apps integrated is tall of
them connects to myrabbit.com server exchange: ABC
I would like to make an exchange in the client (ex: APP A) and connect
this exchange to ABC exchange in myrabbit.com, so when APP A and APP B
talk they talk in the same network ("no latency") and when APP B talks
with APP C rabbit will deal with that (like federation works).
Example: in apachemq we can have an "exchange" in client side.
The thing is that i don't want to install a full rabbitmq server in
client side. I would like to work with javascript for example or a
simple java application.
Do you have any ideas that can help me?
Thanks in advance.
Best Regards,
Eduardo
--
Eduardo Pinheiro | Founder
---------------------------------------------------------------------------------
tlm. +351 91 220 63 90
eduardo.pinheiro at muzzley.com
skype: edup_pt
http://pt.linkedin.com/in/eduardopinheiro
muzzley
www.muzzley.com
---------------------------------------------------------------------------------
More information about the rabbitmq-discuss
mailing list