Let's say I want my corporate server to communicate with Google App Engine and vice versa. I know that GAE does not support JMS,RMI etc. What is the best alternative for this kind of communication? Use task queue? (I think HTTP get()
is not suitable for this kind of communication).
Both my corporate server and GAE application use Spring framework.