mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-06 21:00:22 +00:00
Merge pull request #7605 from gdicristofaro/8334-activeMQTrustedPackages
8334 avoid exception
This commit is contained in:
commit
f417f5ac3a
@ -76,6 +76,7 @@ final class RemoteEventPublisher {
|
||||
try {
|
||||
this.localPublisher = localPublisher;
|
||||
ActiveMQConnectionFactory connectionFactory = new ActiveMQConnectionFactory(info.getUserName(), info.getPassword(), info.getURI());
|
||||
connectionFactory.setTrustAllPackages(true);
|
||||
connection = connectionFactory.createConnection();
|
||||
connection.start();
|
||||
session = connection.createSession(false, Session.AUTO_ACKNOWLEDGE);
|
||||
|
Loading…
x
Reference in New Issue
Block a user