Closed indikasampath2000 closed 6 years ago
@indikasampath2000 Could you please explain the reason behind enabling andes client heartbeat by default ? This prints the logs by default , is it the expected behavior https://github.com/wso2/andes/blob/master/modules/andes-core/client/src/main/java/org/wso2/andes/client/protocol/HeartbeatDiagnostics.java#L98
AFAIU we have enabled heartbeat diagnostics (not the heartbeat feature) through "amqj.heartbeat.diagnostics". Do we need to enable diagnostics by default?
We can remove the String value = System.getProperty("amqj.heartbeat.diagnostics", "true");
as it's just a metrics that printing details to System output.
I've removed it in https://github.com/wso2/andes/pull/1020/files
Purpose
We have identified some issues in ESB + MB integration scenarios such as local transaction and failover. This PR has set of fixes for each problem.
Resolves https://github.com/wso2/product-ei/issues/2208
Goals
Approach
User stories
Release note
Documentation
Training
Certification
Marketing
Automation tests
Security checks
Samples
Related PRs
Migrations (if applicable)
Test environment
Learning