Message Queue Modes and Features

message queue

  • mode

    • Point to Point mode (one on one, consumers take the initiative to pull data, receive the message after message Clear)

    • Publish / Subscribe mode (after many, data production, pushed to all subscribers)

  • Feature

    • Decoupling

    • redundancy

    • Expansibility

    • Flexibility & peak processing capability

    • Recoverability

    • Order to ensure

    • buffer

    • Asynchronous communication

Guess you like

Origin www.cnblogs.com/xiangyuguan/p/11304234.html