Re: Apache activemq 5.15.9 Linux version download error

2020-03-31 Thread Jean-Baptiste Onofre
The "old" download page like http://activemq.apache.org/activemq-5159-release should use dist.apache.org archive instead of release. You can find all artifacts on http://archive.apache.org/dist/activemq/

Re: Apache activemq 5.15.9 Linux version download error

2020-03-31 Thread Timothy Bish
On 3/31/20 3:40 PM, Madhuri Bhosale wrote: Hi team, I want to download activemq version 5.15.9 version. On click download link it give page not found error. Please advise... Need the version. Thanks, Madhuri Bhosale Old releases are always available in the Apache Archives: http://archive.ap

Apache activemq 5.15.9 Linux version download error

2020-03-31 Thread Madhuri Bhosale
Hi team, I want to download activemq version 5.15.9 version. On click download link it give page not found error. Please advise... Need the version. Thanks, Madhuri Bhosale

Re: Artemis: Restricting access based on protocol

2020-03-31 Thread brusdev
Hi Stan, Artemis supports interceptors[1] to intercept packets entering and exiting the server. This allows custom code to be executed, e.g. for auditing packets, filtering or other reasons. So you could use an MQTTInterceptor[2] to reject connection messages with admin username. An example of MQ

Artemis: Restricting access based on protocol

2020-03-31 Thread Stan Petrula
Hello, We are using admin user to manage Artemis broker using management console, so far OK. We would like to disallow admin login over MQTT protocol. Is it possible to restrict user/role access to certain connectors? -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.h