Skip to content

Commit

Permalink
Merge pull request #12712 from Jithmi004/master
Browse files Browse the repository at this point in the history
Log the connected TM server over the JMS connection during the start-up of the GW server
  • Loading branch information
chamilaadhi authored Nov 28, 2024
2 parents a1781ac + a768714 commit c48b918
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 c48b918

Please sign in to comment.