<div dir="ltr">Ahmed,<div><br></div><div>In theory:</div><div><br></div><div>You can configure RabbitMQ as a 2+ node (although i'd start with 3 nodes) highly available cluster, and depending on how you configure it you can get it to the point where it doesn't matter about which node you publish to to get the message into the right exchange, all you need to do then is consume from it.</div><div>If you then stick an HA Proxy based (or other type of network load balancer) load balancer in front then you have a single point you can connect to and the HA Proxy will load balance the connection from OpenSIPS through to a running RabbitMQ broker.</div><div><br></div><div>That should work, but you may have to try it and find out how that all works.</div><div><br></div><div><br></div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, 14 Mar 2019 at 00:37, Răzvan Crainea <<a href="mailto:razvan@opensips.org">razvan@opensips.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi, Ahmed!<br>
<br>
None of the module supports this by themselves, but you can achieve this <br>
for each of them using existing tools:<br>
* for event_rabbitmq, you can put multiple rabbitmq subscribers in an <br>
event_virtual handler<br>
* for rabbitmq you can test in the script if the command was <br>
successfully sent<br>
Note that for both modules you need to run in synchronous mode to <br>
support this feature.<br>
<br>
Best regards,<br>
Răzvan<br>
<br>
On 3/12/19 12:54 PM, Ahmed Shabana wrote:<br>
> Dears ,Does any of the rabbitmq 2 modules supported at opensip 2.4.x support high availability mode i.e. fallback to second rabbitmq if the first one not working properly ?<br>
> <br>
> Also if it fail to send to the rabbmitmq does the script fail ?<br>
> <br>
> <br>
> _______________________________________________<br>
> Users mailing list<br>
> <a href="mailto:Users@lists.opensips.org" target="_blank">Users@lists.opensips.org</a><br>
> <a href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users" rel="noreferrer" target="_blank">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a><br>
> <br>
<br>
-- <br>
Răzvan Crainea<br>
OpenSIPS Core Developer<br>
   <a href="http://www.opensips-solutions.com" rel="noreferrer" target="_blank">http://www.opensips-solutions.com</a><br>
Meet the OpenSIPS team at the next OpenSIPS Summit:<br>
   <a href="https://www.opensips.org/events" rel="noreferrer" target="_blank">https://www.opensips.org/events</a><br>
<br>
_______________________________________________<br>
Users mailing list<br>
<a href="mailto:Users@lists.opensips.org" target="_blank">Users@lists.opensips.org</a><br>
<a href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users" rel="noreferrer" target="_blank">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a><br>
</blockquote></div>