Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以将 MSMQ 替换为 Oracle 表作为传输机制?如果是这样,有人可以向我指出有关配置 nsb 的信息。
谢谢。
这是您正在寻找的https://github.com/rosieks/NServiceBus.OracleAQ吗?
至少从 4.0 开始,没有现成的 NServiceBus 的 Oracle 传输。
实现一个在概念上非常类似于 SQL Server 传输。您可以查看SQL Server 传输源并为 Oracle 构建类似的实现。