At this point you are already very familiar with the core APIs from NATS and how they can be used to implement messaging-based approaches to communicate with a system. The Publish, Subscribe, and Request APIs may be very simple, but when they’re used in combination, we can implement very powerful techniques that solve many problems using NATS.
In this chapter, we take a look at a number of advanced styles of using the NATS client that can help you further squeeze functionality out of NATS.
Using Inbox Subscriptions
We have previously seen that at the core of the Request API ...