Has there been any consideration given to creating an AMQP-based Spring Remoting implementation (server RemoteInvokationBasedExporter + client RemoteInvocationBasedAccessor pair)? I'm interested in using AMQP as an RMI replacement in my Spring application, in order to achieve network independence (eliminate bidirectional firewall issues with RMI) as well as fault tolerance and load balancing by having many remote services that could consume a shared or replicated Queue per service. Would this be a good fit for Spring-AMQP? Once synchronous request/reply (AMQP-19) is implemented I think a remoting implementation might be a natural extension for many Spring-based projects, I would certainly be willing to attempt a base implementation if people feel like this would be valuable and an appropriate usage.
Thanks,
Jason Blumenkrantz