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.
我正在使用 JSMPP 来创建 SMSC(服务提供者)和 SMPP 协议之间的连接(绑定)。当前的实现是允许创建单个连接。
但我想从 WSO2 ESB 创建一个到单个 SMSC 端口(多重绑定)的连接池,并在绑定之间拆分负载。我怎样才能做到这一点?
谢谢
这一切(“多重绑定”,“拆分负载”,“连接池”)都实现了,"Apache Camel"所以你最好看看它而不是自己重新发明它。
"Apache Camel"
还有关于在同一个端口上与 SMSC 的多个连接,我想使用同一个帐户 - 您必须验证这是可能的,并且 SMSC 和 SMSC 连接限制允许。