You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adding this annotation to the scheduled task method, whether enableDashBoardCollect is true or false, will execute the MQAdminAspect aspect first, causing the mqAdminExt instance to be repeatedly created and destroyed.
Even if enableDashBoardCollect=true, this annotation should be removed because any method that calls mqAdmin in the method also executes the aspect method to create the mqAdmin object.
The text was updated successfully, but these errors were encountered:
Adding this annotation to the scheduled task method, whether enableDashBoardCollect is true or false, will execute the MQAdminAspect aspect first, causing the mqAdminExt instance to be repeatedly created and destroyed.
Even if enableDashBoardCollect=true, this annotation should be removed because any method that calls mqAdmin in the method also executes the aspect method to create the mqAdmin object.
The text was updated successfully, but these errors were encountered: