The message broker is a mediator software program which ensures that client node messages are delivered to the correct application destinations. A message may contain an application’s name, requested service and priority.
The message-driven processing technique is used primarily in client-server environments. It is based on a distributed computing platform, which distributes network applications via different servers. Message-driven processing is a service-oriented architecture (SOA) scheme. That is, many different clients request services from many different applications and servers.
Client-requested service communication is handled via a middleware or message broker, which ensures that client-generated requests are received where the requested application resides within the network infrastructure.
Message driven applications can also be described as a distributed computing application in a network that is geographically dispersed.
Client-requested service communication is handled via a middleware or message broker, which ensures that client-generated requests are received where the requested application resides within the network infrastructure.
Message driven applications can also be described as a distributed computing application in a network that is geographically dispersed.
0 Comments