JsonRPC2 is simple and reliable. It is oriented to RPC more than pure message passing, so that should be ok. Also PHP has support http://sourceforge.net/projects/jsonrpc20php/ as most languages. In web2py and javascript, jsonrpc is very transparent to developer, in PHP there is a little bit of boilerplate code to write here and there.
mic 2014-01-31 Tim Richardson <[email protected]>: > I want a third party server to send messages to a web2py server over the > internet. They are actually website form submits. There are > connectivity/uptime concerns at the receiving end so I'm not keen on a > POST. I'm looking for a mechanism with retry of failed sends. > (I could do this via polling from the receiving end, but I want to learn > something new). I'd like to hear technology recommendations. SOAP promises > reliable messaging, is there a mature equivalent using JSON? The sending > site is a linux server and the developer is strong in PHP. > > > -- > Resources: > - http://web2py.com > - http://web2py.com/book (Documentation) > - http://github.com/web2py/web2py (Source code) > - https://code.google.com/p/web2py/issues/list (Report Issues) > --- > You received this message because you are subscribed to the Google Groups > "web2py-users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

