- Updated to latest version of commons (2.2.13).
- Updated to latest version of commons (2.2.4).
- Ported to latest extension commons ( 2.2.3 ) which fixes the log4j issues.
- Added fault tolerant server configuration.
- Added configuration to include destinations.
- Added configuration to add/remove metrics in metrics.xml.
- Removed dynamic connection metrics which are creating stale metrics and moved these metrics to respected Queue/Topic.
- Added sslCiphers to provide list of ciphers to use to connect when using ssl.
- Revamped to support new extension framework.
- Added support for multiple EMS servers.
- Moved configuration to config.yml file.
- Display name can be null or empty.
- Encryption support for sslIdentityPassword.
- Adding additional metrics for Server, Route and Queue.
- Added missing commons-lang.jar to classpath.
- Changed logging level in shouldMonitorDestination() from INFO to DEBUG.
- Adds new SSL configuration properties: sslIdentityFile, sslIdentityPassword, sslTrustedCerts, sslIssuerCerts, sslDebug, sslVendor, sslVerifyHost, sslVerifyHostName. Please check the monitor.xml bundled with this release for details.
- Adding support for SSL and topics.
- Added new derived metrics: InboundMessagesPerMinute, OutboundMessagesPerMinute, InboundBytesPerMinute, and OutboundBytesPerMinute.
- General cleanup of code.
- Added queuesToExclude option to configuration.
- Added protocol (tcp/ssl) option to configuration.
- Recompiled for target JDK 1.5.
- Cleaned up directory structure.
- Rebuilt Ant scripts.