Skip to content

Commit

Permalink
Log the connected TM server over the JMS connection during the start-…
Browse files Browse the repository at this point in the history
…up of the GW server
  • Loading branch information
Jithmi004 committed Nov 25, 2024
1 parent 0f6c1e9 commit a768714
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,9 @@ private boolean checkJMSConnection(JMSTaskManager stm) {
}
}
}

log.info("Connection successfully created towards the JMS provider for the listener: " +
stm.getJmsConsumerName() + "#" + stm.getDestinationJNDIName() + ". The connected JMS provider is " +
connection.toString().replace("\n", " | "));
return (connection != null);
}

Expand Down

0 comments on commit a768714

Please sign in to comment.