Message Queuing Service
Jump to navigation
Jump to search
A Message Queuing Service is a message-oriented middleware that enables the creation of message queuing-based system.
- Example(s):
- See: Publish–Subscribe Pattern, Computing Cloud, Software as a Service, Message Queue, Point-to-Point Communication (Telecommunications).
References
2019
- (Wikipedia, 2019) ⇒ https://en.wikipedia.org/wiki/Message_queuing_service Retrieved:2019-10-17.
- A message queueing service is a message-oriented middleware or MOM deployed in a compute cloud using software as a service model. Service subscribers access queues and or topics to exchange data using point-to-point or publish and subscribe patterns.
2019
- (Wikipedia, 2019) ⇒ https://en.wikipedia.org/wiki/Message_queuing_service#Usage_Examples Retrieved:2019-10-17.
- Patient gets admitted into a hospital out of his provider's network. Producer hospital can start sending real time events about the treatment of the patient to his physician's hospital using a message queueing service platform. The cost of integration between hospitals is marginal since they do not need to configure messaging protocols, VPNs and other details.
- Information processing organization that processes events from thousands of different sources, can ask its information providers to simply place messages onto queue services and reduce integration costs.
- A Call Centre can carry on servicing requests for bills to be present when the billing system is unavailable
- Embedded telemetry devices in vehicles can securely communicate with an application that number crunches statistics in near-real time; Round-robin messaging lets the vehicle supplier add computing resources as his sales increase.
- Security trading application can post updates to P&L application that might be unavailable at the moment.
- Technician submits an x-ray while consuming application instances in London, Chicago and São Paulo compete who gets the message first by listening on the same queue.