Hi Ramesh,

you can control the Auditor using JMX.

By using jconsole (or other JMX client), you can enable/disable Auditor.

Regards
JB

On 06/16/2011 09:31 AM, Ramesh Babu wrote:
hi,

we have written the below class and registered in servicemix.xml . we are
able to store data in DB.
but problem is ,its invoking automatically. how to control start and stop in
audit page.

public class AuditStore extends AbstractAuditor implements
InitializingBean{}

  <sm:services>
       <sm:statistics statsInterval="10" dumpStats="true" />
                <bean class="com.jm.audit.AuditStore"/>
     </sm:services>

--
View this message in context: 
http://servicemix.396122.n5.nabble.com/audit-related-features-tp408057p4493934.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.

Reply via email to