[rabbitmq-discuss] mazy behavior of rabbitmq-c in same ip case

Ceri Storey ceri at lshift.net
Tue Jun 17 10:50:34 BST 2014


Hi Rohit,

(17/06/14 09:59), Rohit Patle wrote:
> Hi Alan,
>
> While working with rabbitmq-c library version 0.4.1 and AMQP version
> 0-9-1, We came across scenario where, If there are two listeners in
> two different networks but having the same static ip (ex.
> 192.168.10.20), the listener receives the "AMQP_STATUS_SSL_ERROR" i.e
> -0x0200 at both the listeners periodically. Could you please spread
> some light to understand the behaviour of it?

Does the RabbitMQ see both networks as having overlapping sets of IP
addresses? If so, then that's not going to work--the RabbitMQ server
will send all replies to one machine, and so anything related to the
connection on the other machine will get forcibly closed or ignored.
That's an IP/TCP level issue, rather than anything to do with Rabbit
specifically.

That said, if both networks are behind correctly configured NAT
gateways, that should be okay. If you do have people who manage the
network for you, it might be worth a chat with them about this.

Cheers,
>
> Thanks & Regards,
> Rohit
>
> ------------------------------------------------------------------------
>
> DISCLAIMER:
> This email (including any attachments) is intended for the sole use of
> the intended recipient/s and may contain material that is CONFIDENTIAL
> AND PRIVATE COMPANY INFORMATION. Any review or reliance by others or
> copying or distribution or forwarding of any or all of the contents in
> this message is STRICTLY PROHIBITED. If you are not the intended
> recipient, please contact the sender by email and delete all copies;
> your cooperation in this regard is appreciated.
>
>
> _______________________________________________
> rabbitmq-discuss mailing list
> rabbitmq-discuss at lists.rabbitmq.com
> https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20140617/9222ad61/attachment.html>


More information about the rabbitmq-discuss mailing list