Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
kjellmlarsson committed May 3, 2024
1 parent 025e31f commit fb5e955
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/main/liberty/config/jms.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<connectionManager id="connectionManager" maxPoolSize="10" />

<!--
Read connectionNameList from environment variable or use default.
Read connectionNameList from environment variable.
-->
<variable name="connectionNameList" value="${CONNECTION_NAME_LIST}" />

Expand All @@ -45,7 +45,6 @@
sslCipherSuite="${sslCipherSuite}"
applicationName="${applicationName}"
transportType="${transportType}"

/>
</jmsConnectionFactory>

Expand All @@ -62,7 +61,6 @@
transportType="${transportType}"
destinationRef="jms/queue2"
destinationType="javax.jms.Queue"

/>
</jmsActivationSpec>

Expand Down

0 comments on commit fb5e955

Please sign in to comment.