`
langzhe
  • 浏览: 286159 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论

关与pubsub max_item

    博客分类:
  • xmpp
 
阅读更多

原来到达到最大数就FIFO的删除,并不是xx说的不能发布了。

Note: If the service or node is configured so that there is a maximum number of items cached at the node and the maximum is reached when an item is published, the service MUST delete one of the existing items. It is RECOMMENDED for the service to follow the "first in, first out" rule and delete the oldest item. Depending on node configuration, deletion of an existing item MAY result in sending of a delete notification to the subscribers.

0
0
分享到:
评论

相关推荐

    PyPI 官网下载 | pubsub_utils-1.0.0b0.tar.gz

    在实际应用中,pubsub_utils可能与Python库如Kafka、RabbitMQ或Google Cloud Pub/Sub等集成,提供对这些流行消息中间件的抽象和简化操作。例如,它可能提供了统一的API,使开发者无需深入学习每个中间件的具体细节,...

    pubsub_cli-master.rar

    【标题】"pubsub_cli-master.rar" 指的是一款名为 "pubsub_cli" 的开源命令行工具的源代码压缩包。"pubsub" 通常指的是发布/订阅模型,这是一种在分布式系统中传递消息的方式,使得发布者无需知道订阅者是谁,而订阅...

    pubsub_cli:超级方便的Google云PubSub CLI

    pubsub_cli pubsub_cli是超级方便的发布/订阅CLI,可让您立即发布/订阅发布/订阅消息!安装命令行界面家酿$ brew tap k-yomo/pubsub_cli$ brew install pubsub_cli走$ go get github.com/k-yomo/pubsub_cli发布/订阅...

    phoenix_pubsub_rabbitmq:用于Phoenix的PubSub层的RabbitMQ适配器

    在您的mix.exs文件中添加phoenix_pubsub_rabbitmq作为依赖mix.exs 。 def deps do [{ :phoenix_pubsub_rabbitmq , " 0.0.1 " }] end 您还应该更新您的应用程序列表,以包括:phoenix_pubsub_rabbitmq : def ...

    Python库 | gcloud_aio_pubsub_fsg-1.1.3-py2.py3-none-any.whl

    资源分类:Python库 所属语言:Python 资源全名:gcloud_aio_pubsub_fsg-1.1.3-py2.py3-none-any.whl 资源来源:官方 安装方法:https://lanzao.blog.csdn.net/article/details/101784059

    local_pubsub:flutterl_pubsub

    local_pubsub Dart的简单本地pubsub库。你可以做什么该库允许您订阅不同的主题,并向该主题的所有订阅者发送消息。 订阅主题void main () { PubSub pubsub = PubSub (); Subscription ? sub = pubsub ? . subscribe ...

    Python库 | fastapi_websocket_pubsub-0.1.15-py3-none-any.whl

    当我们需要实现实时推送或者双向通信功能时,FastAPI与WebSocket的结合就显得尤为重要。本文将围绕"fastapi_websocket_pubsub-0.1.15-py3-none-any.whl"这个Python库,详细解析其功能、使用方法以及如何在实际项目中...

    SCA_Assembly_Extensions_for_Event_Processing_and_PubSub

    - **SCA_Assembly_Extensions_for_Event_Processing_and_PubSub_V1_0**:描述部分给出了文档的具体版本号V1.0,表明这是SCA在事件处理和发布/订阅机制方面的第一版扩展规范。这意味着文档提供了一套初始的标准或框架...

    phoenix_pubsub_redis:用于Phoenix框架的Redis PubSub适配器

    [{ :phoenix_pubsub_redis , " ~> 3.0.0 " }], end # application.ex children = [ # ..., { Phoenix . PubSub , adapter: Phoenix . PubSub . Redis , host: " 192.168.1.100 " , node_name: System . get_...

    phoenix_pubsub_postgresql:基于 PostgreSQL 的 Phoenix PubSub 适配器 LISTEN NOTIFY

    凤凰网.PubSub.PostgreSQL 待办事项:添加描述安装如果,包装可以通过添加安装phoenix_pubsub_postgresql你在依赖列表mix.exs : def deps do [ { :phoenix_pubsub_postgresql , " ~> 0.1.0 " } ]end 可以使用生成...

    phoenix_pubsub_vernemq:已淘汰-用于Phoenix框架的VerneMQMQTT pubsub适配器

    { :phoenix_pubsub_vernemq , " ~> 0.0.3 " }], end 请注意,您需要安装才能编译vmq_commons依赖项。 然后适当地配置您的端点: config :my_app , MyApp . Endpoint , .. . pubsub: [ name:

    小而美的pubsub库发布订阅者模式

    Pub/Sub模式的核心思想是发布者与订阅者之间的解耦。发布者只需要发布消息,而不需要知道谁会接收这些消息;订阅者只需注册对特定消息的兴趣,当消息发布时,它们会被自动通知。这种模式有助于创建松散耦合、可扩展...

    Python库 | pyobjc_framework_PubSub-7.2-py2.py3-none-any.whl

    本文将详细介绍`pyobjc_framework_PubSub`这个Python库,它是Python与Apple macOS系统中的PubSub框架交互的一个接口。PubSub框架是苹果操作系统中用于发布/订阅消息传递的一种机制,允许应用程序之间通过消息传递...

    ampub-gcppubsub:用于发布的Google Cloud PubSub大使容器

    ampub-gcppubsub 用于Google Cloud Pub / Sub发布。 设想用作容器。...AMPUB_PUBSUB_TIMEOUTMS可选,与发布/ AMPUB_PUBSUB_TIMEOUTMS通信时使用的超时,默认值为10000毫秒 AMPUB_PUBSUB_TOPICS可选的主题列

    PyPI 官网下载 | microcosm_pubsub-0.18.0.tar.gz

    `microcosm_pubsub`通过与Zookeeper的整合,能够提供稳定且可扩展的消息发布/订阅功能,同时利用Zookeeper的集群管理特性,保证了在大规模分布式环境下的服务稳定性。 除了Zookeeper,`microcosm_pubsub`还可能与...

    smackx-pubsub.0.6.jar

    Pubsub Extensions for Smack

    rust_redis_pubsub

    rust_redis_pubsub

    phoenix_pubsub_example:使用不带phoenix的phoenix_pubsub的小示例代码

    PubSub演示演示如何在不使用phoenix的情况下运行 EventSubscriber.Supervisor.start_link() EventSubscriber.start_link([]) %Event {} |> Publisher.event()iex(1)> EventSubscriber.Supervisor.start_link...

    Go-pubsub-一个简单的go订阅包

    在分布式系统中,消息系统是至关重要的组件,用于解耦不同服务之间的通信,使它们可以独立地工作并处理数据。本库旨在简化在Go应用程序中实现这种模式的过程。 1. **基本概念** - **发布者(Publisher)**:生产消息...

Global site tag (gtag.js) - Google Analytics