Add ActiveMQ security support
[lgpl/argeo-commons.git] / security / runtime / org.argeo.security.core / src / main / java / org / argeo / security / activemq / SecuredActiveMqConnectionFactory.java
index 440a0226c0e81647bd2c3e08c652a4e209ff9084..3860d67705f532a0365a64c7530ba5687cb1594e 100644 (file)
@@ -200,4 +200,8 @@ public class SecuredActiveMqConnectionFactory implements ConnectionFactory,
                this.brokerURL = brokerUrl;
        }
 
+       public void setAuthenticationMode(String authenticationMode) {
+               this.authenticationMode = authenticationMode;
+       }
+
 }