Uploaded image for project: 'Red Hat Fuse'
  1. Red Hat Fuse
  2. ENTESB-3463

Default actviemq.xml configuration inconsistent with JBoss A-MQ

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Obsolete
    • Icon: Minor Minor
    • Future
    • jboss-fuse-6.2
    • Fuse Distribution
    • None
    • % %

      In Fuse default activemq.xml defines following transport connector:

      <transportConnector name="openwire" uri="tcp://${bindAddress}:${bindPort}"/>
      

      where placeholders bindAddress and bindPort are defined as:
      bindAddress=localhost
      bindPort=61616

      In A-MQ the default activemq.xml defines following transport connector:

      <transportConnector name="openwire" uri="tcp://0.0.0.0:0?maximumConnections=1000"/>
      

      and properties bindAddress and bindPort are not defined at all in A-MQ

            Unassigned Unassigned
            knetl.j@gmail.com Jakub Knetl (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: