Hi guys. I'm trying to implement the avro rpc 1.7.7 using a rabbitmq queue. I've more or less a version working and a java client can run remote remote methods and a c# server is who executes the method and returns the response to the client.
I'm not able to return an error defined on the protocol, For example, If I have a mail server with the method send and an error which is called "ServerError", when I throw that error the server crashes because and unhandled exception, That is because I don't catch it. What I would like to know if there is another way to return the exception to the client or assure that I have a problem in my current implement Thank you in advance, Regards
