Remove setTrustAllPackages for ActiveMQ

This commit is contained in:
Artem Bilan
2020-12-09 13:53:04 -05:00
parent e610d370a4
commit e14a0ce7a5

View File

@@ -42,7 +42,6 @@ public abstract class ActiveMQMultiContextTests {
@BeforeClass
public static void startUp() throws Exception {
amqFactory.setTrustAllPackages(true);
connectionFactory.setCacheConsumers(false);
connectionFactory.createConnection().close();
}