You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/jms/activemq/ActiveMQConnectionFactoryConfiguration.java
+10-10Lines changed: 10 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -50,8 +50,8 @@ class ActiveMQConnectionFactoryConfiguration {
Copy file name to clipboardExpand all lines: spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/jms/activemq/ActiveMQProperties.java
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -158,8 +158,8 @@ public static class Pool {
158
158
privatebooleanblockIfFull = true;
159
159
160
160
/**
161
-
* Blocking period, in milliseconds, before throwing an exception if the pool
162
-
* is still full.
161
+
* Blocking period, in milliseconds, before throwing an exception if the pool is
162
+
* still full.
163
163
*/
164
164
privatelongblockIfFullTimeout = -1;
165
165
@@ -265,7 +265,8 @@ public int getMaximumActiveSessionPerConnection() {
Copy file name to clipboardExpand all lines: spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/jms/activemq/ActiveMQXAConnectionFactoryConfiguration.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,7 @@ public ConnectionFactory jmsConnectionFactory(ActiveMQProperties properties,
Copy file name to clipboardExpand all lines: spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/jms/activemq/ActiveMQAutoConfigurationTests.java
+55-53Lines changed: 55 additions & 53 deletions
Original file line number
Diff line number
Diff line change
@@ -64,78 +64,79 @@ public void configurationBacksOffWhenCustomConnectionFactoryExists() {
Copy file name to clipboardExpand all lines: spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/jms/activemq/ActiveMQPropertiesTests.java
+13-11Lines changed: 13 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -40,37 +40,38 @@ public class ActiveMQPropertiesTests {
0 commit comments