- Enterprise messaging system
An enterprise messaging system (EMS) is a set of published Enterprise-wide standards that allows organizations to send semantically precise messages between computer systems. EMS systems promote loosely coupled architectures that allow changes in the formats of messages to have minimum impact on message subscribers. EMS systems are facilitated by the use of
XML messaging,SOAP andWeb service s.EMS usually take into account the following considerations:
# "Security": Messages must be encrypted if they travel over public interfaces. Messages must be authenticated or digitally signed if the receiver is to have confidence that the messages have not been tampered with in transit.
# "Routing": Messages need to be routed efficiently from the sender to the receiver. Intermediate nodes may need to route the messages if the body of the message is encrypted.
# "Metadata": The body of the document contains information that must be unambiguously interpreted. Metadata registries should be used to create precise definitions for each data element.
# "Subscription": Systems should be able to subscribe to all messages that match a specific pattern. Messages with a specific content may be routed differently. For example some messages may have different priority or security policies.
# "Policy": Enterprise messaging systems should provide some consideration for a centralized policy of messages such as what classes or roles of users can access different fields of any message.eparation of message header and message body
The design of an EMS is usually broken down into two sections:
# "Message header design" – Message headers contain the information necessary to route messages. Message headers are usually coded in clear text so that intermediate nodes receive all the necessary information they need to route and prioritize the message. Message headers are analogous to the information printed on the outside of a letter (to, from, priority of message etc.)
# "Message body semantics" – Message body semantics include the precise definition of all of thedata element s in the body of the message. Messagesemantics can be aided by the use of a precise data dictionary that documentsmetadata .Comparisons
Although similar in concept to an
Enterprise Service Bus (ESB), an EMS places emphasis on design of messaging protocols, not the implementation of the services using a specific technology such asweb services orJava Message Service .Note that an Enterprise Messaging System should not be confused with an
electronic mail system used for delivering human readable text messages to individual people.An example of a specific
application programming interface (API) that implements an Enterprise Messaging System is theJava Message Service (JMS). Although this is an API it embodies many of the same issues involved in setting up a full EMS.Policy statements may also be extracted from a centralized policy server. These policy statements can be expressed in the XML Access Control Markup Language (XACML).
See also
*
Enterprise service bus
*Event-driven programming
*Java Message Service
*XACML
*Metadata
*Metadata registry
=External links=
Wikimedia Foundation. 2010.