--
You received this message because you are subscribed to the Google Groups "rabbitmq-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-users+unsubscribe@googlegroups.com.
To post to this group, send email to rabbitmq-users@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hello Luke,Thanks for the reply. My output of command is as followstcp LISTEN 0 128 *:15672 *:* users:(("beam.smp",2648,72))tcp LISTEN 0 128 *:25672 *:* users:(("beam.smp",2648,58))tcp LISTEN 0 128 :::1883 :::* users:(("beam.smp",2648,71))tcp LISTEN 0 128 :::5672 :::* users:(("beam.smp",2648,70))one thing I observed that with lsof command I can see that rabbitMq is listening on port 1883 for ipV6 but in case of ipv4 it is not giving any outputroot@tmt01-a:~# sudo lsof -n -i4TCP:1883 | grep LISTENroot@tmt01-a:~#root@tmt01-a:~#root@tmt01-a:~# sudo lsof -n -i6TCP:1883 | grep LISTENbeam.smp 2648 rabbitmq 71u IPv6 16689 0t0 TCP *:1883 (LISTEN)root@tmt01-a:~#Does that mean that it is listen only on IPv6 and not on IpV4 ?ThanksSachin
On Thu, Mar 29, 2018 at 7:24 PM,
Hi Sachin,
To post to this group, send email to rabbitm...@googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "rabbitmq-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-users+unsubscribe@googlegroups.com.
To post to this group, send email to rabbitmq-users@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.