Uploaded image for project: 'ActiveMQ Classic'
  1. ActiveMQ Classic
  2. AMQ-2319

Specifying an IP in a transport URI doesn't make the resulting listen socket use that IP only

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Duplicate
    • 5.2.0
    • 5.3.0
    • Transport
    • None
    • Linux jdk6

    Description

      The following configuration

      <transportConnector name="openwire" uri="tcp://127.0.0.1:61616" />

      yields the following output from netstat:

      tcp6 0 0 :::61616 :::* LISTEN 6528/java

      Instead of listening on :: (the ipv6 equivalent of 0.0.0.0), it should only listen on 127.0.0.1

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              mpierce Marlon Pierce
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: