标签: subscribe
ORA-25313: a queue may not subscribe to itself for propagation ORACLE 报错 故障修复 远程处理
文档解释
ORA-25313: a queue may not subscribe to itself for propagation
Cause: The specified subscriber had a NULL name and an address equal to the ……
Redis实现的订阅者模式架构介绍(redis 订阅者模式)
Redis实现的订阅者模式架构介绍
Redis是一个开源的高性能Key-Value数据存储系统,除了作为缓存服务,它还有一个非常重要的功能——消息发布/订阅系统,也被称作……