Justin Bertram
Justin Bertram
When a message is sent to an anycast queue via FQQN on one node of a cluster and then a consumer is created on that same anycast queue via FQQN...
This commit includes a handful of changes in order to support using the temporary-queue-namespace with security-settings: - Passing a new temp flag to the SecurityStore implementation. - Add plumbing for...
- [x] Bug exists Release Version 1.2.5 ( Master Branch) - [ ] Bug exists in MQTTv3 Client on Snapshot Version 1.2.6-SNAPSHOT (Develop Branch) - [X] Bug exists in MQTTv5...
Authenticated users automatically have their Subject set on their RemotingConnection. The SecurityStore should check for this Subject during authorization before checking its cache or attempting re-authentication. This will avoid unnecessary...
This commit does the following: - Updates HA docs including the chapter on network isolation (i.e. split brain). The network isolation chapter is now more about high-level explanation and the...