Hi folks. My name is Arturo.
I'm currently working in a personal project and successfully implemented a very simple approach of something called RabbitMQRPCTransceiver (I use rabbitmq to send the avro messages). And I use a java client and a c# sever. It works more or less as It should I'm able to run a method in the proxified client and the same method is invoked in the server and I get the response in the client. But, I would like to define "errors" in the rpc protocol, but I'm not able to fire them as I expected. For example. I've defined and error on the protocol, but if I fire that exeception on the server I don't know how to send it to the client. I've looked all the documentation but I was unable to find the right way to manage that errors. Could you please give some information about sending rpc errors? Thank you. PS - If I should address this question in another site, please, let me know :)
