NATS 2.0 will provide a multi-tenant security model that uses Accounts, configured by JSON Web Tokens, to configure server access. Rather than forcing administrators to hard code account information in the configuration, the NATS server can load account JWTs from a URL. In April ...
Posts and projects tagged with messaging
-
2019-04-26
-
2019-02-09
In January of 2019 I wrote a 2 day programming class on NATS. The goal of the class was to teach our customers how to solve problems with NATS. The course is designed for developers who want to write distributed applications. It is structured around a series of common distributed ...
-
2018-07-16
I was the lead developer for the 2.0 version of the Java client library for NATs. This new version provides: Developer control for callback threads High performance with support for millions of messages a second Extensive documentation and examples Extensive test coverage (95+ p ...
-
2018-7-16
Today I released my first software for Synadia. I was tasked with re-writing the Java client library for NATs, and despite a few hiccups released a library I am really proud of today. The new library is easy to use for publishing messages: Connection nc = Nats.connect("nats://myh ...