Re: Artemis - Implement ACL programmatically

2019-08-27 Thread yw yw
Yes, it would check every time a client publishes a message or subscribes an address. >From my understanding, SecuritySettingPlugin should meet your requirements. You can save the "securityRepository" passed by "SecuritySettingPlugin:: setSecurityRepository" in your custom SecuritySettingPlugin. W

[ANNOUNCE] Apache NMS API 1.8.0 Released

2019-08-27 Thread Michael André Pearce
I am pleased to announce the release of Apache NMS API 1.8.0 Downloads are now available at: https://activemq.apache.org/components/nms/nms-api-downloads This updates the Apache NMS API to supporting .net standard 2.0 and also first official nuget package binary. Many thanks for all the con

Re: Artemis - Implement ACL programmatically

2019-08-27 Thread Modanese, Riccardo
I think the SecuritySettingPlugin will not solve my issue but an ActiveMQSecurityManager3 custom implementation could be. So I tried to plug an ActiveMQSecurityManager3 implementation but without any success. From my understanding this plugin should be defined into bootstrap.xml but unfortunate