fnproject Message Queues 配置

Posted rongfengliang-荣锋亮

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了fnproject Message Queues 配置相关的知识,希望对你有一定的参考价值。

 

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 配置的主要内容,如果未能解决你的问题,请参考以下文章

Zephyr RTOS -- Message Queues

Zephyr RTOS -- Message Queues

RabbitMQ学习之Work Queues

Redis消息队列(Message queues)

RabbitMQ--work queues

Lavel 5.x与Redis Queues生成大量日志