@@ -4,5 +4,7 @@
tmp*
broker
target
+obj
+bin
.vscode
amq-clients-2.10.4-dotnet-core
@@ -17,7 +17,7 @@ public class CollectMetric {
public static void main(String... args) {
Logger LOG = LoggerFactory.getLogger(CollectMetric.class);
- // prepare connection objects
+ // declare connection objects
InitialContext ctx;
ConnectionFactory cf;
Connection c;
@@ -26,7 +26,7 @@ public class SendMetric {
long threadId = Thread.currentThread().getId();
long oldTime = 0;
+ // declare JMS objects