Skip to content
Snippets Groups Projects
Commit d8ee8051 authored by MIchael Nguyen's avatar MIchael Nguyen
Browse files

updating

parent a814b6fa
No related branches found
No related tags found
1 merge request!6Trusted ibm
......@@ -48,14 +48,6 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>8</source>
<target>8</target>
</configuration>
</plugin>
</plugins>
<extensions>
<extension>
......
......@@ -51,6 +51,17 @@ public class IndexerQueue {
// logRequest.getLogEvents().add(logEvent);
// logRequest.getLogEvents().add(new InputLogEvent().withMessage("Retrieving indexer service account JWT"));
System.out.println(environmentVariables.region);
System.out.println(environmentVariables.maxBatchRequestCount);
System.out.println(environmentVariables.queueName);
System.out.println(environmentVariables.cognitoAuthFlow);
System.out.println(environmentVariables.cognitoClientId);
System.out.println(environmentVariables.cognitoPassword);
System.out.println(environmentVariables.cognitoUser);
System.out.println(environmentVariables.deadLetterQueueName);
System.out.println(environmentVariables.maxIndexThreads);
System.out.println(environmentVariables.maxMessagesAllowed);
System.out.println(environmentVariables.targetURL);
System.out.println(environmentVariables.keepAliveTimeInMin);
try {
// logRequest.getLogEvents().add(new InputLogEvent().withMessage("Starting Indexer Queue and obtaining Arguments"));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment