-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Added non-public stream and consumer configuration options to achieve the "no subject" and "no interest" capabilities. Had to implement custom FileStreamInfo and FileConsumerInfo marshal/ unmarshal methods so that those non public fields can be persisted/recovered properly. - Restored some of JS original code (since now can use config instead of passing booleans to the functions). - Use RLock for deliveryFormsCycle() check (unrelated to MQTT). - Removed restriction on creating streams with MQTT prefix. - Preventing API deletion of internal streams and their consumers. - Added comment on Sublist's ReverseMatch method. Signed-off-by: Ivan Kozlovic <ivan@synadia.com>
- Loading branch information
Showing
7 changed files
with
196 additions
and
108 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.