Uploaded image for project: 'JBoss A-MQ'
  1. JBoss A-MQ
  2. ENTMQ-1203

New org.slf4j.Logger instance created for every new connection but never cleared when transport listener is configured for trace=true

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • JBoss A-MQ 6.3.x
    • JBoss A-MQ 6.0, JBoss A-MQ 6.2, JBoss A-MQ 6.2.1
    • broker
    • Workaround Exists
    • Hide

      disable trace=true on the brokers transport connector.

      Show
      disable trace=true on the brokers transport connector.
    • Hide

      Unit test still to be attached

      Show
      Unit test still to be attached

      Configuring the broker for transport traces| <transportConnectors>|

      <transportConnectorname="openwire"uri="tcp://0.0.0.0:61616?trace=true"/>
      </transportConnectors>

      makes the broker create a new SLF4J Logger instance for every single connection.
      This Logger never get cleared not even when the connection is closed.

            gtully@redhat.com Gary Tully
            rhn-support-tmielke Torsten Mielke
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: