简体   繁体   English

使用ISO8583消息的消息队列与TCP

[英]Message Queue vs. TCP using ISO8583 messages

I would like some opinions regarding transporting ISO8583 messages on a transport medium. 我想对在传输介质上传输ISO8583消息的一些意见。 What are the pro's and con's using TCP vs. Message Queue when sending ISO8583 messages? 发送ISO8583消息时,使用TCP与消息队列的优缺点是什么? Which option would be better for different environments? 哪种选择适用于不同的环境?

ISO8583 is a logical message format which can be transported over nearly any medium. ISO8583是一种逻辑消息格式,几乎可以在任何介质上进行传输。 TCP and "Message Queue" are at very different communications abstraction layers (OSI 4 vs 7) so they are not really directly comparable. TCP和“消息队列”处于非常不同的通信抽象层(OSI 4与7),因此它们实际上并不是直接可比的。 What are your requirements? 你有什么要求 eg. 例如。 reliability, recoverability, performance, data protection, transactionality, auditability 可靠性,可恢复性,性能,数据保护,事务性,可审计性

In addition to glennb's answer... When you send out an iso8583 message, take into consideration the system that will receive it. 除了glennb的答案...当您发送iso8583消息时,请考虑将接收该消息的系统。 Sample scenario: you are sending to a clearing house system which listens to a tcpip port. 示例场景:您将发送到侦听中心系统,该系统侦听tcpip端口。 That clearing house system may have chosen TCP because it requires reliable, ordered delivery of information between two participating network entities. 该票据交换所系统可能选择了TCP,因为它需要在两个参与的网络实体之间可靠,有序地传递信息。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM