Skip to content

Commit e14a0ce

Browse files
committed
Remove setTrustAllPackages for ActiveMQ
1 parent e610d37 commit e14a0ce

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

spring-integration-jms/src/test/java/org/springframework/integration/jms/ActiveMQMultiContextTests.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ public abstract class ActiveMQMultiContextTests {
4242

4343
@BeforeClass
4444
public static void startUp() throws Exception {
45-
amqFactory.setTrustAllPackages(true);
4645
connectionFactory.setCacheConsumers(false);
4746
connectionFactory.createConnection().close();
4847
}

0 commit comments

Comments
 (0)