I design a RabbitMq System with RPC Technology that have one Client and One Server (claculated Fibonacci).
My problem is here : when i send two or more request to server each request is processed after previous request done.
Question : is it true? i mean, why all request can`t process Asynchronous