`
loky
  • 浏览: 180999 次
  • 性别: Icon_minigender_1
  • 来自: 上海
社区版块
存档分类
最新评论

Overview of the JMS API Programming Model

JMS 
阅读更多
JMS is a messaging standard designed to eliminate many of the disadvantages of Message Oriented Middleware products faced over the past years. JMS allows two different styles of messaging (often called messaging domains):

●      Publish/Subscribe – where many message producers talk to many message consumers.

●      Point-To-Point – where multiply producers send messages to a queue, but each message is delivered only to one consumer. Usually the messages are delivered according to the First-In-First-Out (FIFO) strategy.


  • 描述: Overview of the JMS API Programming Model
  • 大小: 16.6 KB
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics