Uploaded image for project: 'WildFly'
  1. WildFly
  2. WFLY-3974

Move 'Channel end notification received, closing channel' to DEBUG

    XMLWordPrintable

Details

    • Enhancement
    • Resolution: Done
    • Major
    • 9.0.0.Beta1
    • 9.0.0.Alpha1
    • Naming
    • None

    Description

      When a remote jms queue is located the following is seen:

      2014-09-25 16:48:29,327 INFO [org.jboss.as.naming] (Remoting "jeev6dev01_200" task-1) JBAS011806: Notification de fin de canal reçue, fermeture du canal Channel ID 0cb79bd5 (inbound) of Remoting connection 53a1933a to /10.23.132.245:57733

      This is due to org.jboss.as.naming.NamingLogger where the following is used:

      @LogMessage(level=Logger.Level.INFO)
      @Message(id=11806, value="Channel end notification received, closing channel %s")
      public abstract void closingChannelOnChannelEnd(Channel paramChannel);

      Changin this to

      @LogMessage(level=Logger.Level.DEBUG)

      Would ensure that an INFO log event is not seen every time a jms message is sent to the server.

      Attachments

        Activity

          People

            rhn-support-bmaxwell Brad Maxwell
            rhn-support-bmaxwell Brad Maxwell
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: