每个服务可以使用一系列协议自动访问外部资源。

一些协议是同步的,而在其他的通信是异步执行。
注意总要把高可用性考虑在内,尤其是采用AMQP、JMS WebSphere MQ等输出连接。
| Protocol | Synchronous |
|---|---|
| AMQP | — |
| Cassandra CQL | Yes |
| ElasticSearch | Yes |
| FTP | Yes |
| HTTP | Yes |
| IMAP | Yes |
| JMS WebSphere MQ | — |
| Odoo (OpenERP) | Yes |
| SMTP | Yes |
| Solr | Yes |
| SQL | Yes |
| ZeroMQ | — |
原文:http://www.cnblogs.com/kaituorensheng/p/4741316.html