Author: tross
Date: Mon Apr  8 20:26:22 2013
New Revision: 1465764

URL: http://svn.apache.org/r1465764
Log:
QPID-4717 - back ported from trunk to 0.22.

Modified:
    qpid/branches/0.22/qpid/cpp/src/qpid/broker/Exchange.cpp

Modified: qpid/branches/0.22/qpid/cpp/src/qpid/broker/Exchange.cpp
URL: 
http://svn.apache.org/viewvc/qpid/branches/0.22/qpid/cpp/src/qpid/broker/Exchange.cpp?rev=1465764&r1=1465763&r2=1465764&view=diff
==============================================================================
--- qpid/branches/0.22/qpid/cpp/src/qpid/broker/Exchange.cpp (original)
+++ qpid/branches/0.22/qpid/cpp/src/qpid/broker/Exchange.cpp Mon Apr  8 
20:26:22 2013
@@ -152,6 +152,8 @@ void Exchange::doRoute(Deliverable& msg,
             eStats->msgRoutes += count;
             eStats->byteRoutes += count * contentSize;
         }
+
+        mgmtExchange->statisticsUpdated();
     }
 }
 



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to