首页 > 其他 > 详细

fnproject Message Queues 配置

时间:2017-10-04 23:48:27      阅读:459      评论:0      收藏:0      [点我收藏+]
 

Message Queues

A message queue is used to coordinate asynchronous function calls that run through Fn.

We currently support the following message queues and they are passed in via the MQ_URL environment variable. For example:

docker run -e "MQ_URL=redis://localhost:6379/" ...

   Bolt (default)

URL: bolt:///fn/data/functions-mq.db

See Bolt in databases above. The Bolt database is locked at the file level, so the file cannot be the same as the one used for the Bolt Datastore.

   Redis

See Redis in databases above.

 

fnproject Message Queues 配置

原文:http://www.cnblogs.com/rongfengliang/p/7627758.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!