We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
setTrustAllPackages
1 parent e610d37 commit e14a0ceCopy full SHA for e14a0ce
spring-integration-jms/src/test/java/org/springframework/integration/jms/ActiveMQMultiContextTests.java
@@ -42,7 +42,6 @@ public abstract class ActiveMQMultiContextTests {
42
43
@BeforeClass
44
public static void startUp() throws Exception {
45
- amqFactory.setTrustAllPackages(true);
46
connectionFactory.setCacheConsumers(false);
47
connectionFactory.createConnection().close();
48
}
0 commit comments