X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;f=security%2Fruntime%2Forg.argeo.security.activemq%2Fsrc%2Fmain%2Fjava%2Forg%2Fargeo%2Fsecurity%2Factivemq%2FSecuredActiveMqConnectionFactory.java;fp=security%2Fruntime%2Forg.argeo.security.activemq%2Fsrc%2Fmain%2Fjava%2Forg%2Fargeo%2Fsecurity%2Factivemq%2FSecuredActiveMqConnectionFactory.java;h=206d468eeb956c9dd74f90bec42594faef088d7f;hb=f6eb3fc88cee5841cd02af099841d6e293b7cc97;hp=551cd1357faace7a5eb66d1d085eb730d0fb5a40;hpb=a430449adf43f6cc6103d9fb90e8f15225f0a96b;p=lgpl%2Fargeo-commons.git diff --git a/security/runtime/org.argeo.security.activemq/src/main/java/org/argeo/security/activemq/SecuredActiveMqConnectionFactory.java b/security/runtime/org.argeo.security.activemq/src/main/java/org/argeo/security/activemq/SecuredActiveMqConnectionFactory.java index 551cd1357..206d468ee 100644 --- a/security/runtime/org.argeo.security.activemq/src/main/java/org/argeo/security/activemq/SecuredActiveMqConnectionFactory.java +++ b/security/runtime/org.argeo.security.activemq/src/main/java/org/argeo/security/activemq/SecuredActiveMqConnectionFactory.java @@ -38,6 +38,7 @@ import org.springframework.core.io.Resource; import org.springframework.jms.connection.CachingConnectionFactory; import org.springframework.jms.connection.UserCredentialsConnectionFactoryAdapter; +/** An ActiveMQ connection factory managing secure connections. */ public class SecuredActiveMqConnectionFactory implements ConnectionFactory, InitializingBean, DisposableBean {