June 2017
Beginner to intermediate
274 pages
6h 49m
English
Nameko is great, but there are things we need to be aware of before we choose nameko or any similar tool.
The first thing to be aware of is that nameko doesn't provide the complete AMQP infrastructure, it just connects to it.
This means that we need an AMQP server running somewhere that nameko can find it and an AMQP server accessible to the microservice's users, and those servers need to be connected to each other.
They could be the same server, of course, but they don't have to be. Nameko recommends the RabbitMQ AMQP server, which can be downloaded from its own website (www.rabbitmq.com ...
Read now
Unlock full access