简体   繁体   中英

Message Queue vs. TCP using ISO8583 messages

I would like some opinions regarding transporting ISO8583 messages on a transport medium. What are the pro's and con's using TCP vs. Message Queue when sending ISO8583 messages? Which option would be better for different environments?

ISO8583 is a logical message format which can be transported over nearly any medium. TCP and "Message Queue" are at very different communications abstraction layers (OSI 4 vs 7) so they are not really directly comparable. 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. Sample scenario: you are sending to a clearing house system which listens to a tcpip port. That clearing house system may have chosen TCP because it requires reliable, ordered delivery of information between two participating network entities.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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