[rabbitmq-discuss] Management plugin browser issue on 2.8.0

SenseiC jay at custin.com
Tue Mar 20 19:03:37 GMT 2012


NO.  I really did mean "5672" SPECIFICALLY because I already knew no listener
existed for 55672, but both share the same string so if a listener existed
for both, it would return two entries.  For example:

C:\>netstat -an | find ":80"
  TCP    192.168.1.130:7473     72.14.204.101:80       ESTABLISHED
  TCP    192.168.1.130:7543     72.14.204.101:80       ESTABLISHED

so in like fashion:

C:\>netstat -an | find "672"
  TCP    0.0.0.0:5672           0.0.0.0:0              LISTENING
  TCP    [::]:5672              [::]:0                 LISTENING

or

C:\>netstat -an | find "72"
  TCP    0.0.0.0:5672           0.0.0.0:0              LISTENING
  TCP    192.168.1.130:7543     72.14.204.101:80       ESTABLISHED
  TCP    [::]:5672              [::]:0                 LISTENING
  UDP    192.168.1.130:53072    *:*


Jay


Gavin M. Roy-3 wrote:
> 
> 
> 
> On Tuesday, March 20, 2012 at 2:23 PM, SenseiC wrote:
> 
>> C:\netstat -an | find "5672" 
> Did you mean 'C:\netstat -an | find "55672"'
> 
> Gavin
> _______________________________________________
> rabbitmq-discuss mailing list
> rabbitmq-discuss at lists.rabbitmq.com
> https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss
> 
> 

-- 
View this message in context: http://old.nabble.com/Management-plugin-browser-issue-on-2.8.0-tp33532095p33540918.html
Sent from the RabbitMQ mailing list archive at Nabble.com.



More information about the rabbitmq-discuss mailing list