Skip to content

Commit

Permalink
Remove setTrustAllPackages for ActiveMQ
Browse files Browse the repository at this point in the history
  • Loading branch information
artembilan committed Dec 9, 2020
1 parent e610d37 commit e14a0ce
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -42,7 +42,6 @@ public abstract class ActiveMQMultiContextTests {

@BeforeClass
public static void startUp() throws Exception {
amqFactory.setTrustAllPackages(true);
connectionFactory.setCacheConsumers(false);
connectionFactory.createConnection().close();
}
Expand Down

0 comments on commit e14a0ce

Please sign in to comment.