[rabbitmq-discuss] Rabbitmq exchange on client side - javascript

Simon MacMullen simon at rabbitmq.com
Thu Oct 11 11:58:06 BST 2012


I'm afraid there's no mini-broker or similar for RabbitMQ. You would 
have to install the full broker.

Cheers, Simon

On 10/10/12 19:24, Eduardo Pinheiro wrote:
> 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
>
>
>


-- 
Simon MacMullen
RabbitMQ, VMware


More information about the rabbitmq-discuss mailing list