WO2007055867A1 - Independent message stores and message transport agents - Google Patents
Independent message stores and message transport agents Download PDFInfo
- Publication number
- WO2007055867A1 WO2007055867A1 PCT/US2006/040137 US2006040137W WO2007055867A1 WO 2007055867 A1 WO2007055867 A1 WO 2007055867A1 US 2006040137 W US2006040137 W US 2006040137W WO 2007055867 A1 WO2007055867 A1 WO 2007055867A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- mta
- message
- mtas
- list
- notification
- Prior art date
Links
- 238000012012 milestone trend analyses Methods 0.000 claims abstract description 56
- 230000005540 biological transmission Effects 0.000 claims abstract description 15
- 238000000034 method Methods 0.000 claims description 23
- 238000012544 monitoring process Methods 0.000 claims 2
- 238000004891 communication Methods 0.000 description 10
- 230000006855 networking Effects 0.000 description 3
- 230000001052 transient effect Effects 0.000 description 3
- 238000010586 diagram Methods 0.000 description 2
- 238000005516 engineering process Methods 0.000 description 2
- 230000006870 function Effects 0.000 description 2
- 230000005055 memory storage Effects 0.000 description 2
- 230000001360 synchronised effect Effects 0.000 description 2
- 238000010276 construction Methods 0.000 description 1
- 230000007246 mechanism Effects 0.000 description 1
- 230000003287 optical effect Effects 0.000 description 1
- 230000008520 organization Effects 0.000 description 1
- 230000008569 process Effects 0.000 description 1
- 230000007723 transport mechanism Effects 0.000 description 1
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06Q—INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
- G06Q50/00—Information and communication technology [ICT] specially adapted for implementation of business processes of specific business sectors, e.g. utilities or tourism
- G06Q50/40—Business processes related to the transportation industry
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L69/00—Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
- H04L69/40—Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass for recovering from a failure of a protocol instance or entity, e.g. service redundancy protocols, protocol state redundancy or protocol service redirection
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L51/00—User-to-user messaging in packet-switching networks, transmitted according to store-and-forward or real-time protocols, e.g. e-mail
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L51/00—User-to-user messaging in packet-switching networks, transmitted according to store-and-forward or real-time protocols, e.g. e-mail
- H04L51/21—Monitoring or handling of messages
- H04L51/23—Reliability checks, e.g. acknowledgments or fault reporting
Definitions
- MTA message transport agent
- the message store may be a single point of failure.
- the message store contains all messages in the system. If the message store fails, the MTA cannot access the message store. A system failure will result because the MTA cannot deliver new incoming messages to the message store and no outgoing messages on the message store can be transmitted by MTA.
- the MTA may be a single point of failure.
- the MTA is responsible for delivering and transmitting messages to the message store. If the MTA fails, a system failure will result because no new incoming messages can be delivered to the message store and no new outgoing message may be transmitted from the message store.
- a method for notifying a MTA that a new message is available for transmission on a message store.
- an MTA is selected and notified.
- the MTA responds to the notice by transmitting the new message to a specified destination.
- the clustered mail box and notification agent includes multiple notification agents and multiple MTAs.
- the notification agents can access all MTAs.
- Each notification agent is associated with a message store.
- the notification agent monitors the message store for new messages.
- Each MTA can access all message stores.
- FIG. 1 is a block diagram illustrating on exemplary embodiment of a suitable computing system of the invention.
- FIG. 2 is an exemplary flowchart of one embodiment of a method of MTA notification.
- FIG. 1 is a block diagram illustrating on exemplary embodiment of a suitable computing system of the present invention.
- a cluster 100 contains multiple independent servers 102 that operate together to provide a unified message system. Multiple servers 102 within the cluster will execute a message transport agent (MTA)
- MTA message transport agent
- the MTAs (104) are responsible for delivering incoming messages and transmitting outgoing messages 114. After receiving a message 114, the MTA 104 may forward it to other clusters 108 and other organizations 110. Additionally, the MTA 104 may deliver the message to a message store 112 within the cluster.
- the notification agents 106 are responsible for notifying one of the MTAs 104 that a new outgoing message 114 is available on the message store 112.
- the message stores 112 contain all messages (incoming and outgoing 114) within the cluster 100. At least one message store 112 is associated with each server 102C, 102D executing the notification agent 106. Outgoing messages 114 are stored on the message store 112 awaiting transmission by the MTA 104.
- Each notification agent 106 may access all MTAs 104 and each MTA 104 may access all messages stores 112, via the servers 102C, 102D. If a message store is inaccessible and a remaining message store is accessible, the received messages on the remaining accessible message store may be transmitted, thus minimizing the impact of the inaccessible message store as a single point of failure. And, if the selected MTA is inaccessible and a remaining MTA is accessible, the received message may be transmitted by the remaining accessible MTA, thus eliminating the selected MTA as a single point of failure.
- the MTAs 104 and the notification agents 106 are executed on separate servers 102 A, 102B, 102C, 102D and allowing full-mesh connectivity between MTAs 104, notification agents 106, and message stores 112, one of the single points of failure is removed: the single MTA.
- the message store 112 will still remain a single point of failure, but there are now less moving parts on that machine so that the probability of failure is further reduced.
- the MTA 104 may continue to transmit the messages 114 from the other message stores. This will minimize the impact of the failure on the system.
- enabling multiple MTAs 104 to share in message transmission allows the work load to be shared across multiple servers 102 A, 102B running the MTAs 104. This load balancing provides a more efficient use of hardware resources. Also, multiple MTAs 104 allow a operator to take one MTA server offline without halting the flow of messages. Thus, hardware or software upgrades can be done to the server without any impact to the functionality of the system.
- the notification agent 106 runs inside of service on the server 102C, 102D. Because the notification agent 106 and the MTA 104 are located on separate servers, the notification agent 106 utilizes a remote procedure call to communicate with the MTA 104. Additional means of communication may be employed, including UDP ping and TCP connections, hi another embodiment, the notification agent 106 tracks performance counters including: remote calls per second, remote calls, and the number of inaccessible servers. To alert system administrators of a possible system failure, in another embodiment, the notification agent 106 creates entries in a system log when no MTA 104 is available to process a message transmission.
- the notification agent 106 monitors the message store 112 for new outgoing messages 114. When a new outgoing message 114 is detected by the notification agent 106, the notification agent 106 selects and notifies one of the MTAs 104 that the message is available for transmission. The MTA 104 responds to the notification by transmitting the message to other clusters 108, other organizations 110, or to one of the message stores 112 in the cluster 100.
- the server 102 typically has at least some form of computer readable media.
- Computer readable media which include both volatile and nonvolatile media, removable and non-removable media, may be any available medium that may be accessed by server 102.
- computer readable media comprise computer storage media and communication media.
- Computer storage media include volatile and nonvolatile, removable and nonremovable media implemented in any method or technology for storage of information such as computer readable instructions, data structures, program modules or other data.
- computer storage media include RAM, ROM, EEPROM, flash memory or other memory technology, CD-ROM, digital versatile disks (DVD) or other optical disk storage ⁇ magnetic cassettes, magnetic tape, magnetic disk storage or other magnetic storage devices, or any other medium that may be used to store the desired information and that may be accessed by server 102.
- Communication media typically embody computer readable instructions, data structures, program modules, or other data in a modulated data signal such as a carrier wave or other transport mechanism and include any information delivery media.
- Wired media such as a wired network or direct-wired connection
- wireless media such as acoustic, RF, infrared, and other wireless media
- acoustic, RF, infrared, and other wireless media are examples of communication media. Combinations of any of the above are also included within the scope of computer readable media.
- the server 102 typically has some form of system memory including computer storage media in the form of removable and/or non-removable, volatile and/or nonvolatile memory.
- system memory includes read only memory (ROM) and random access memory (RAM).
- the server 102 may operate in a networked environment using logical connections to one or more remote computers, such as a remote computer.
- the remote computer may be a personal computer, a server, a router, a network PC, a peer device or other common network node, and typically includes many or all of the elements described above relative to server 102.
- the logical connections depicted in FIG. 1 include a local area network (LAN) and a wide area network (WAN), but may also include other networks.
- LAN and/or WAN may be a wired network, a wireless network, a combination thereof, and so on.
- Such networking environments are commonplace in offices, enterprise-wide computer networks, intranets, and global computer networks (e.g., the Internet).
- server 102 When used in a local area networking environment, server 102 is connected to the LAN through a network interface or adapter. When used in a wide area networking environment, server 102 typically includes a modem or other means for establishing communications over the WAN, such as the Internet. The modem, which may be internal or external, is connected to system bus via the user input interface, or other appropriate mechanism.
- program modules depicted relative to server 102, or portions thereof may be stored in a remote memory storage device (not shown).
- FIG. 1 illustrates remote application programs as residing on the memory device.
- the network connections shown are exemplary and other means of establishing a communications link between the computers may be used.
- Embodiments of the invention may be described in the general context of computer-executable instructions, such as program modules, executed by one or more computers or other devices.
- program modules include, but are not limited to, routines, programs, objects, components, and data structures that perform particular tasks or implement particular abstract data types.
- aspects of the invention may also be practiced in distributed computing environments where tasks are performed by remote processing devices that are linked through a communications network.
- program modules may be located in both local and remote computer storage media including memory storage devices.
- An interface in the context of a software architecture includes a software module, component, code portion, or other sequence of computer-executable instructions.
- the interface includes, for example, a first module accessing a second module to perform computing tasks on behalf of the first module.
- the first and second modules include, in one example, application programming interfaces (APIs) such as provided by operating systems, component object model (COM) interfaces (e.g., for peer-to-peer application communication), and extensible markup language metadata interchange format (XMI) interfaces (e.g., for communication between web services).
- APIs application programming interfaces
- COM component object model
- XMI extensible markup language metadata interchange format
- the interface may be a tightly coupled, synchronous implementation such as in Java 2 Platform Enterprise Edition (J2EE), COM, or distributed COM (DCOM) examples.
- the interface may be a loosely coupled, asynchronous implementation such as in a web service (e.g., using the simple object access protocol).
- the interface includes any combination of the following characteristics: tightly coupled, loosely coupled, synchronous, and asynchronous.
- the interface may conform to a standard protocol, a proprietary protocol, or any combination of standard and proprietary protocols.
- the interfaces described herein may all be part of a single interface or may be implemented as separate interfaces or any combination therein.
- the interfaces may execute locally or remotely to provide functionality. Further, the interfaces may include additional or less functionality than illustrated or described herein.
- server 102 executes computer-executable instructions such as those illustrated in the figures to implement aspects of the invention.
- FIG. 2 is an exemplary flowchart of one embodiment of implementing MTA notification.
- a notification agent responsible for notifying a MTA when there are new messages that need to be transmitted is initiated.
- the notification agent determines if an override list of MTA exists. If so, the override list is obtained at 204, from a server.
- One purpose of the override list is to allow an administrator to be able to tie a message store to a single or small group of MTAs. For example, if an administrator is trying to track down a transient problem that may be related to one of the MTAs in the cluster, a message store can be tied to each MTA in the site until the server that is having the problem is discovered.
- the override list is a list of servers executing the MTA that is maintained on the server executing the notification agent. By default, no override list will exist. If the override list is present, the notification agent will only notify MTAs in the list. For example, the override list may be located on a server object in a "ACTIVE DIRECTORY" brand directory service of Microsoft Corporation, Redmond, Washington. The override list will be stored in the submissionServerOverrideList property that will exist in the server object.
- the set- mailboxserver and get-mailbox server tasks may be used to update the override list.
- $overrideList (get-mailboxserver).
- submissionServerOverrideList (get-mailboxserver).
- a list of available MTAs is obtained at 206.
- the list is obtained by querying the directory service for the list of all MTAs in the cluster.
- the notification agent monitors the message store for new messages. When a new message is detected, the notification agent selects an MTA from the list at 210. In one embodiment, the MTA is selected to balance the load across the MTAs so that each MTA will get substantially equal distribution of notifications. For example, the following round-robin algorithm may be used to implement the load balancing where the CurrentMTA represents the selected MTA, MTAArray represents the list of MTAs, and NumMTAs represents the number of MTAs in the MTA list:
- the MTA is selected as a function of the load capacity of each of the MTAs and the current load of each of the MTAs.
- a list of monitored message stores is obtained and the
- MTA is selected as a function of the list of message stores and the list of MTAs.
- the selection prefers the same MTA to increase system determinism. For example, the list of message stores and MTAs are sorted; the index of the message store containing the new message is determined; and the MTA is selected by indexing into the MTA list using the index determined in the preceding step, allowing the index to wrap.
- the notification agent utilizes a RPC to send the notification.
- the notification provides the following data as parameters associated with the new message: entry ID for the item being submitted, parent entry ID for the message, message class for the message, the mailbox that contains the message, hi this embodiment, all parameters are retrieved off a MapiEvent structure on the server.
- the notification agent determines whether the notification was received by the MTA. In one embodiment, a return value is implemented to make the determination. The return value will contain one of the following possible values (although other values are contemplated): notification successful, notification failed due to a transient message error, or notification failed due to a non message error.
- the notification will be retried at later time because this is an indication that the MTA was accessible by the notification agent but unable to transmit the message temporarily. If the notification failed due to a non message error, the notification will be retried utilizing another MTA because this is an indication that the MTA was no longer accessible to the notification agent.
- the selected MTA is removed from the MTA list at 218. In one embodiment, the removed MTA will be added back to the list of MTAs after 600 seconds. If it is determined that the MTA list is not empty at 220, a new MTA is selected at 222. hi one embodiment, the next MTA in the list is selected as the new MTA. Once the new MTA is selected at 222, the new MTA will be notified that the message is available for transmission at 212.
- Embodiments of the invention may be implemented with computer-executable instructions.
- the computer-executable instructions may be organized into one or more computer-executable components or modules.
- Aspects of the invention may be implemented with any number and organization of such components or modules. For example, aspects of the invention are not limited to the specific computer-executable instructions or the specific components or modules illustrated in the figures and described herein.
- Other embodiments of the invention may include different computer-executable instructions or components having more or less functionality than illustrated and described herein.
Landscapes
- Engineering & Computer Science (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Computer Security & Cryptography (AREA)
- Business, Economics & Management (AREA)
- Primary Health Care (AREA)
- General Business, Economics & Management (AREA)
- General Health & Medical Sciences (AREA)
- Human Resources & Organizations (AREA)
- Marketing (AREA)
- Health & Medical Sciences (AREA)
- Strategic Management (AREA)
- Tourism & Hospitality (AREA)
- Physics & Mathematics (AREA)
- Economics (AREA)
- General Physics & Mathematics (AREA)
- Theoretical Computer Science (AREA)
- Computer And Data Communications (AREA)
- Communication Control (AREA)
- Medicines Containing Material From Animals Or Micro-Organisms (AREA)
- Mobile Radio Communication Systems (AREA)
- Debugging And Monitoring (AREA)
- Data Exchanges In Wide-Area Networks (AREA)
Abstract
Multiple independent MTAs transmit messages such that if one of the MTAs fails, the other MTAs may continue to transmit messages. Multiple independent message stores are provided such that if one of the message stores fails, messages on the other message stores may continue to be transmitted. Multiple notification agents monitor the message stores for new messages and notify one of the MTAs when a new message is available for transmission.
Description
INDEPENDENTMESSAGE STORES AND MESSAGE TRANSPORT
AGENTS BACKGROUND
[0001] Businesses and individuals rely heavily on e-mail systems to communicate. Because of the critical nature of these communications, it is essential that e-mail systems are both reliable and efficient. Current methods known in the art typically co-locate a message transport agent (MTA) and a message store within a single integrated system in order to manage delivery to users and for message transmission. This method may result in two single points of failure.
[0002 ] First, the message store may be a single point of failure. The message store contains all messages in the system. If the message store fails, the MTA cannot access the message store. A system failure will result because the MTA cannot deliver new incoming messages to the message store and no outgoing messages on the message store can be transmitted by MTA.
[ 0003] Second, the MTA may be a single point of failure. The MTA is responsible for delivering and transmitting messages to the message store. If the MTA fails, a system failure will result because no new incoming messages can be delivered to the message store and no new outgoing message may be transmitted from the message store.
SUMMARY [ 0004] In one embodiment, a method is provided for notifying a MTA that a new message is available for transmission on a message store. When the new message has been received on the message store, an MTA is selected and notified. The MTA responds to the notice by transmitting the new message to a specified destination. [0005] In another embodiment, the clustered mail box and notification agent includes multiple notification agents and multiple MTAs. The notification agents can access all MTAs. Each notification agent is associated with a message store. The notification agent monitors the message store for new messages. Each MTA can access all message stores. [0006] This summary is provided to introduce a selection of concepts in a simplified form that are further described below in the Detailed Description. This Summary is not intended to identify key features or essential features of the claimed
subject matter, nor is it intended to be used as an aid in determining the scope of the claimed subject matter.
[0007] Other features will be in part apparent and in part pointed out hereinafter.
BRIEF DESCRIPTION OF THE DRAWINGS [0008] FIG. 1 is a block diagram illustrating on exemplary embodiment of a suitable computing system of the invention.
[0009] FIG. 2 is an exemplary flowchart of one embodiment of a method of MTA notification.
[0010] Corresponding reference characters indicate corresponding parts throughout the drawings.
DETAILED DESCRIPTION
[0011] FIG. 1 is a block diagram illustrating on exemplary embodiment of a suitable computing system of the present invention. A cluster 100 contains multiple independent servers 102 that operate together to provide a unified message system. Multiple servers 102 within the cluster will execute a message transport agent (MTA)
104 or a notification agent 106. The MTAs (104) are responsible for delivering incoming messages and transmitting outgoing messages 114. After receiving a message 114, the MTA 104 may forward it to other clusters 108 and other organizations 110. Additionally, the MTA 104 may deliver the message to a message store 112 within the cluster.
[0012] The notification agents 106 are responsible for notifying one of the MTAs 104 that a new outgoing message 114 is available on the message store 112. The message stores 112 contain all messages (incoming and outgoing 114) within the cluster 100. At least one message store 112 is associated with each server 102C, 102D executing the notification agent 106. Outgoing messages 114 are stored on the message store 112 awaiting transmission by the MTA 104.
[0013 ] Each notification agent 106 may access all MTAs 104 and each MTA 104 may access all messages stores 112, via the servers 102C, 102D. If a message store is inaccessible and a remaining message store is accessible, the received messages on the remaining accessible message store may be transmitted, thus minimizing the impact of the inaccessible message store as a single point of failure. And, if the selected MTA is inaccessible and a remaining MTA is accessible,
the received message may be transmitted by the remaining accessible MTA, thus eliminating the selected MTA as a single point of failure.
[0014] By executing the MTAs 104 and the notification agents 106 on separate servers 102 A, 102B, 102C, 102D and allowing full-mesh connectivity between MTAs 104, notification agents 106, and message stores 112, one of the single points of failure is removed: the single MTA. The message store 112 will still remain a single point of failure, but there are now less moving parts on that machine so that the probability of failure is further reduced. Additionally, if multiple servers 102C, 102D house the message stores 112 and a single message store fails, the MTA 104 may continue to transmit the messages 114 from the other message stores. This will minimize the impact of the failure on the system.
[0015] Furthermore, enabling multiple MTAs 104 to share in message transmission allows the work load to be shared across multiple servers 102 A, 102B running the MTAs 104. This load balancing provides a more efficient use of hardware resources. Also, multiple MTAs 104 allow a
operator to take one MTA server offline without halting the flow of messages. Thus, hardware or software upgrades can be done to the server without any impact to the functionality of the system.
[0016] In one embodiment, the notification agent 106 runs inside of service on the server 102C, 102D. Because the notification agent 106 and the MTA 104 are located on separate servers, the notification agent 106 utilizes a remote procedure call to communicate with the MTA 104. Additional means of communication may be employed, including UDP ping and TCP connections, hi another embodiment, the notification agent 106 tracks performance counters including: remote calls per second, remote calls, and the number of inaccessible servers. To alert system administrators of a possible system failure, in another embodiment, the notification agent 106 creates entries in a system log when no MTA 104 is available to process a message transmission.
[0017] In operation, the notification agent 106 monitors the message store 112 for new outgoing messages 114. When a new outgoing message 114 is detected by the notification agent 106, the notification agent 106 selects and notifies one of the MTAs 104 that the message is available for transmission. The MTA 104 responds to the notification by transmitting the message to other clusters 108, other organizations 110, or to one of the message stores 112 in the cluster 100.
[0018] The server 102 typically has at least some form of computer readable media. Computer readable media, which include both volatile and nonvolatile media, removable and non-removable media, may be any available medium that may be accessed by server 102. By way of example and not limitation, computer readable media comprise computer storage media and communication media. Computer storage media include volatile and nonvolatile, removable and nonremovable media implemented in any method or technology for storage of information such as computer readable instructions, data structures, program modules or other data. For example, computer storage media include RAM, ROM, EEPROM, flash memory or other memory technology, CD-ROM, digital versatile disks (DVD) or other optical disk storage^magnetic cassettes, magnetic tape, magnetic disk storage or other magnetic storage devices, or any other medium that may be used to store the desired information and that may be accessed by server 102. Communication media typically embody computer readable instructions, data structures, program modules, or other data in a modulated data signal such as a carrier wave or other transport mechanism and include any information delivery media. Those skilled in the art are familiar with the modulated data signal, which has one or more of its characteristics set or changed in such a manner as to encode information in the signal. Wired media, such as a wired network or direct-wired connection, and wireless media, such as acoustic, RF, infrared, and other wireless media, are examples of communication media. Combinations of any of the above are also included within the scope of computer readable media.
[0019] The server 102 typically has some form of system memory including computer storage media in the form of removable and/or non-removable, volatile and/or nonvolatile memory. In the illustrated embodiment, system memory includes read only memory (ROM) and random access memory (RAM).
[0020] The server 102 may operate in a networked environment using logical connections to one or more remote computers, such as a remote computer. The remote computer may be a personal computer, a server, a router, a network PC, a peer device or other common network node, and typically includes many or all of the elements described above relative to server 102. The logical connections depicted in FIG. 1 include a local area network (LAN) and a wide area network (WAN), but may also include other networks. LAN and/or WAN may be a wired network, a wireless network, a combination thereof, and so on. Such networking environments are
commonplace in offices, enterprise-wide computer networks, intranets, and global computer networks (e.g., the Internet).
[0021] When used in a local area networking environment, server 102 is connected to the LAN through a network interface or adapter. When used in a wide area networking environment, server 102 typically includes a modem or other means for establishing communications over the WAN, such as the Internet. The modem, which may be internal or external, is connected to system bus via the user input interface, or other appropriate mechanism. In a networked environment, program modules depicted relative to server 102, or portions thereof, may be stored in a remote memory storage device (not shown). By way of example, and not limitation, FIG. 1 illustrates remote application programs as residing on the memory device. The network connections shown are exemplary and other means of establishing a communications link between the computers may be used.
[0022] Embodiments of the invention may be described in the general context of computer-executable instructions, such as program modules, executed by one or more computers or other devices. Generally, program modules include, but are not limited to, routines, programs, objects, components, and data structures that perform particular tasks or implement particular abstract data types. Aspects of the invention may also be practiced in distributed computing environments where tasks are performed by remote processing devices that are linked through a communications network. In a distributed computing environment, program modules may be located in both local and remote computer storage media including memory storage devices.
[0023] An interface in the context of a software architecture includes a software module, component, code portion, or other sequence of computer-executable instructions. The interface includes, for example, a first module accessing a second module to perform computing tasks on behalf of the first module. The first and second modules include, in one example, application programming interfaces (APIs) such as provided by operating systems, component object model (COM) interfaces (e.g., for peer-to-peer application communication), and extensible markup language metadata interchange format (XMI) interfaces (e.g., for communication between web services).
[0024] The interface may be a tightly coupled, synchronous implementation such as in Java 2 Platform Enterprise Edition (J2EE), COM, or distributed COM (DCOM) examples. Alternatively or in addition, the interface may
be a loosely coupled, asynchronous implementation such as in a web service (e.g., using the simple object access protocol). In general, the interface includes any combination of the following characteristics: tightly coupled, loosely coupled, synchronous, and asynchronous. Further, the interface may conform to a standard protocol, a proprietary protocol, or any combination of standard and proprietary protocols.
[0025] The interfaces described herein may all be part of a single interface or may be implemented as separate interfaces or any combination therein. The interfaces may execute locally or remotely to provide functionality. Further, the interfaces may include additional or less functionality than illustrated or described herein.
[0026] In operation, server 102 executes computer-executable instructions such as those illustrated in the figures to implement aspects of the invention.
[0027] FIG. 2 is an exemplary flowchart of one embodiment of implementing MTA notification. At 200, a notification agent responsible for notifying a MTA when there are new messages that need to be transmitted is initiated. At 202, the notification agent determines if an override list of MTA exists. If so, the override list is obtained at 204, from a server. One purpose of the override list is to allow an administrator to be able to tie a message store to a single or small group of MTAs. For example, if an administrator is trying to track down a transient problem that may be related to one of the MTAs in the cluster, a message store can be tied to each MTA in the site until the server that is having the problem is discovered. In another example, if an administrator wants to ensure that more submission requests go to a more robust MTA, one or more message stores can be restricted to use the robust MTA exclusively. [0028] The override list is a list of servers executing the MTA that is maintained on the server executing the notification agent. By default, no override list will exist. If the override list is present, the notification agent will only notify MTAs in the list. For example, the override list may be located on a server object in a "ACTIVE DIRECTORY" brand directory service of Microsoft Corporation, Redmond, Washington. The override list will be stored in the SubmissionServerOverrideList property that will exist in the server object. The set- mailboxserver and get-mailbox server tasks may be used to update the override list.
The following is an algorithm that retrieves the current override list from the server object, clears the list, and adds a new entry to the list: $oveπideList =
(get-mailboxserver).SubmissionServerOverrideList $oveπideList.Add("<ADObjectId of a MTA server>") set-mailboxserver -Identity: <ID of the mailbox server> -
SubmissionServerOverrideList $overrideList
The following is an algorithm that removes the override list once it has been created: $overrideList = (get-mailboxserver). SubmissionServerOverrideList
$overrideList.Clear() set-mailboxserer -Identity:<ID of the mailbox server> - SubmissionServerOverrideList $overrideList
[0029] At 202, if it is determined that the override list of MTA does not exist, a list of available MTAs is obtained at 206. hi one embodiment, the list is obtained by querying the directory service for the list of all MTAs in the cluster. At
208, the notification agent monitors the message store for new messages. When a new message is detected, the notification agent selects an MTA from the list at 210. In one embodiment, the MTA is selected to balance the load across the MTAs so that each MTA will get substantially equal distribution of notifications. For example, the following round-robin algorithm may be used to implement the load balancing where the CurrentMTA represents the selected MTA, MTAArray represents the list of MTAs, and NumMTAs represents the number of MTAs in the MTA list:
CurrentMTA++ = MTAArray[CurrentMTA % NumMTAs]
[0030] In another embodiment, the MTA is selected as a function of the load capacity of each of the MTAs and the current load of each of the MTAs. hi another alternative embodiment, a list of monitored message stores is obtained and the
MTA is selected as a function of the list of message stores and the list of MTAs. hi another embodiment, the selection prefers the same MTA to increase system
determinism. For example, the list of message stores and MTAs are sorted; the index of the message store containing the new message is determined; and the MTA is selected by indexing into the MTA list using the index determined in the preceding step, allowing the index to wrap.
[0031] At 212, a notification .is sent to the selected MTA. In one embodiment, the notification agent utilizes a RPC to send the notification. In another embodiment, the notification provides the following data as parameters associated with the new message: entry ID for the item being submitted, parent entry ID for the message, message class for the message, the mailbox that contains the message, hi this embodiment, all parameters are retrieved off a MapiEvent structure on the server. [0032 ] At 214, the notification agent determines whether the notification was received by the MTA. In one embodiment, a return value is implemented to make the determination. The return value will contain one of the following possible values (although other values are contemplated): notification successful, notification failed due to a transient message error, or notification failed due to a non message error. For example, if notification failed due to a transient message error, the notification will be retried at later time because this is an indication that the MTA was accessible by the notification agent but unable to transmit the message temporarily. If the notification failed due to a non message error, the notification will be retried utilizing another MTA because this is an indication that the MTA was no longer accessible to the notification agent.
[0033] If a determination is made at 214 that the notification was successful, performance counters are updated at 216. Then, the notification agent continues to monitor the message store for new messages at 208.
[0034] If a determination is made at 214 that the notification unsuccessful, the selected MTA is removed from the MTA list at 218. In one embodiment, the removed MTA will be added back to the list of MTAs after 600 seconds. If it is determined that the MTA list is not empty at 220, a new MTA is selected at 222. hi one embodiment, the next MTA in the list is selected as the new MTA. Once the new MTA is selected at 222, the new MTA will be notified that the message is available for transmission at 212.
[0035] If the MTA list is determined to be empty at 220, an event log entry is written at 224 to alert system administrators that there are no MTAs available
to transmit the new message. At 226, the notification agent will temporarily suspend notifications.
[0036] The order of execution or performance of the operations in embodiments of the invention illustrated and described herein is not essential, unless otherwise specified. That is, the operations may be performed in any order, unless otherwise specified, and embodiments of the invention may include additional or fewer operations than those disclosed herein. For example, it is contemplated that executing or performing a particular operation before, contemporaneously with, or after another operation is within the scope of aspects of the invention.
[0037] Embodiments of the invention may be implemented with computer-executable instructions. The computer-executable instructions may be organized into one or more computer-executable components or modules. Aspects of the invention may be implemented with any number and organization of such components or modules. For example, aspects of the invention are not limited to the specific computer-executable instructions or the specific components or modules illustrated in the figures and described herein. Other embodiments of the invention may include different computer-executable instructions or components having more or less functionality than illustrated and described herein.
[0038] When introducing elements of aspects of the invention or the embodiments thereof, the articles "a," "an," "the," and "said" are intended to mean that there are one or more of the elements. The terms "comprising," "including," and "having" are intended to be inclusive and mean that there may be additional elements other than the listed elements.
[0039] As various changes could be made in the above constructions, products, and methods without departing from the scope of aspects of the invention, it is intended that all matter contained in the above description and shown in the accompanying drawings shall be interpreted as illustrative and not in a limiting sense.
Claims
1. A computerized method, comprising: monitoring a message store for new messages (208); obtaining a list of a plurality of message transport agents (MTA) (206), wherein each MTA has access to the monitored message store; selecting one of the plurality of MTAs (210) when a new message is received by the monitored message store; and notifying the selected MTA (212) that the received new message is available for transmission, so that the selected MTA responds to the notification by transmitting the received new message to a specified destination.
2. The method of claim 1, further comprising monitoring additional message stores for new messages (208), obtaining a list of the monitored message stores, and wherein the selecting (210) includes selecting as a function of the list of MTAs and the list of monitored message stores one of the plurality of MTAs when a new message is received by one of the monitored message stores.
3. The method of claim 1, wherein the MTA is selected (210) to balance the load of the selected MTA with respect to the load of other MTAs in the list of MTAs.
4. The method of claim 1, wherein the MTA is selected (210) from the list of MTAs using a round-robin algorithm.
5. The method of claim 1, wherein the MTA is selected (210) as a function of at least one of the following: a load capacity of each of the plurality of MTAs; and a current load of each of the plurality of MTAs.
6. The method of claim 1, wherein the selecting of the MTA (210) further comprises checking an override list (202) containing a subset of the plurality of MTAs, and selecting the MTA from the override list.
7. The method of claim 1, wherein the notifying (212) includes providing at least one of the following parameters associated with the received new message to the selected MTA: an entry identifier, a parent entry identifier, a message class, and a mailbox identifier.
8. The method of claim 1 further comprises: receiving a return value from the selected MTA (214), wherein the return value indicates that the transmission of the received message by the selected MTA was successful.
9. The method of claim 1 further comprises: receiving a return value from the selected MTA (214), wherein the return value indicates if the transmission of the received message by the selected MTA was unsuccessful; modifying the list of MTAs by removing the selected MTA (218) from the list of MTAs; selecting a new MTA from the modified list of MTAs (222); and notifying the new MTA (212) that the received message is available for transmission, so that the new MTA responds to the notification by transmitting the received message to a specified destination.
10. The method of claim 1, wherein if one of the plurality of MTAs is inaccessible, the inaccessible MTA is removed from the list of MTAs (206).
11. The method of claim 10, wherein the removed inaccessible MTA is added back to the list of MTAs (206) after a period of time.
12. The method of claim 1, wherein if the list of MTAs is empty (220), further comprising: writing an event log entry (224), wherein the entry indicates that no MTA can be found to transmit the new received message.
13. The method of claim 1 further comprising: tracking of performance counters (216), wherein said counters are related to the notifying of the selected MTA (212) and include at least one of the following: remote calls per second, remote calls, and number of inaccessible MTAs.
14. The method of claim 1, wherein one or more computer-readable media (102) have computer-executable instructions for performing the method of claim 1.
15. A system, comprising: a plurality of message stores (114); a plurality of notification agents (106), each associated with one of the plurality of message stores (114), wherein each notification agent (106) monitors its associated message store for new messages (114); a plurality of MTAs (104), each of which is accessible by each of the notification agents (106), wherein each MTA can access each of the message stores (112); wherein the notification agent (106) selects one of the plurality of MTAs (104) when a new message is received (114), and said notification agent (106) notifies the selected MTA that the received message (114) is available for transmission; wherein the selected MTA responds to the notification by transmitting the received message to a specified destination.
16. The system of claim 15, wherein the plurality of MTAs (104) and the plurality of notification agents (106) are within a cluster (100) the cluster further comprises: a first server (102 A, 102B), executing the selected MTA; and a second server (102C, 102D), independent of the first server, executing the notification agent.
17. The system of claim 15, wherein the MTA (104) is selected to balance the load of the selected MTA with respect to other MTAs of the list of MTAs.
18. The system of claim 15, wherein the MTA (104) is selected from the list of MTAs using a round-robin algorithm.
19. The system of claim 15, wherein the MTA (104) is selected as a function of at least one of the following: the load capacity of each of the plurality of MTAs; and a current load of each of the plurality of MTAs.
20. In a system wherein new messages are stored in a single message store for transmission by a single MTA, the improvement comprising: additional message stores (112); additional MTAs (104), wherein each MTA (104) can access each message store (112); a plurality of notification agents (106), each associated with a message store
(112), wherein each notification agent (106) monitors the associated message store (112) for new messages (114); wherein the notification agent (106) selects one of the plurality of MTAs (104) when a new message is received (114), and said notification agent (106) notifies the selected MTA (104) that the received message (114) is available for transmission; wherein the MTA (104) responds to the notification by transmitting the received message to a specified destination; and whereby if a message store (112) is inaccessible and a remaining message store is accessible (112), the received messages (114) on the remaining accessible message store (112) may be transmitted, thus minimizing the impact of the inaccessible message store as a single point of failure; and if the selected MTA (104) is inaccessible and a remaining MTA is accessible (104), the received message (114) may be transmitted by the remaining accessible MTA (104), thus eliminating the selected MTA as a single point of failure.
Priority Applications (5)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
AT06816891T ATE496466T1 (en) | 2005-11-07 | 2006-10-13 | INDEPENDENT MESSAGE STORAGE AND MESSAGE TRANSPORT MEANS |
DE602006019768T DE602006019768D1 (en) | 2005-11-07 | 2006-10-13 | INDEPENDENT MESSAGE STORAGE AND MESSAGE TRANSPORT |
EP06816891A EP1952318B1 (en) | 2005-11-07 | 2006-10-13 | Independent message stores and message transport agents |
KR1020087010823A KR101301447B1 (en) | 2005-11-07 | 2006-10-13 | Independent message stores and message transport agents |
JP2008540031A JP2009515474A (en) | 2005-11-07 | 2006-10-13 | Independent message store and message transport agent |
Applications Claiming Priority (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US11/268,088 | 2005-11-07 | ||
US11/268,088 US8077699B2 (en) | 2005-11-07 | 2005-11-07 | Independent message stores and message transport agents |
Publications (1)
Publication Number | Publication Date |
---|---|
WO2007055867A1 true WO2007055867A1 (en) | 2007-05-18 |
Family
ID=38005115
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
PCT/US2006/040137 WO2007055867A1 (en) | 2005-11-07 | 2006-10-13 | Independent message stores and message transport agents |
Country Status (8)
Country | Link |
---|---|
US (1) | US8077699B2 (en) |
EP (1) | EP1952318B1 (en) |
JP (1) | JP2009515474A (en) |
KR (1) | KR101301447B1 (en) |
CN (1) | CN101305389A (en) |
AT (1) | ATE496466T1 (en) |
DE (1) | DE602006019768D1 (en) |
WO (1) | WO2007055867A1 (en) |
Families Citing this family (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20110252083A1 (en) * | 2010-04-13 | 2011-10-13 | Rebelvox, Llc | Apparatus and method for transmitting media using either network efficient protocol or a loss tolerant transmission protocol |
US8782184B2 (en) * | 2011-04-04 | 2014-07-15 | Message Systems, Inc. | Method and system for adaptive delivery of digital messages |
US9071681B1 (en) * | 2012-03-19 | 2015-06-30 | Google Inc. | Inbound telephony orchestrator for hangout-based contact center platform |
CN107430606B (en) * | 2014-12-01 | 2021-06-29 | 信息科学有限责任公司 | Message broker system with parallel persistence |
US10798039B2 (en) * | 2018-07-31 | 2020-10-06 | Salesforce.Com, Inc. | Intelligent real-time SMTP routing |
Citations (9)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5872930A (en) | 1996-07-11 | 1999-02-16 | Microsoft Corporation | Load balancing between E-mail servers within a local area network |
WO2001027772A1 (en) | 1999-10-12 | 2001-04-19 | Mindarrow Systems | Load balancing via message source selection |
KR20010092554A (en) * | 2000-03-22 | 2001-10-26 | 장수진 | Backup System and Method for Internet Service Web Server Providing Contents Service |
JP2001326691A (en) * | 2000-03-10 | 2001-11-22 | Fujitsu Ltd | Electronic mail server |
US20030028580A1 (en) | 2001-04-03 | 2003-02-06 | Murray Kucherawy | E-mail system with methodology for accelerating mass mailings |
US20040059789A1 (en) | 1999-10-29 | 2004-03-25 | Annie Shum | System and method for tracking messages in an electronic messaging system |
KR20040079667A (en) * | 2003-03-10 | 2004-09-16 | 김형대 | mail receive backup system |
KR20040091656A (en) * | 2002-02-22 | 2004-10-28 | 알포스트 인터내셔널 리미티드 | System and method for verifying delivery and integrity of electronic messages |
US20050228867A1 (en) | 2004-04-12 | 2005-10-13 | Robert Osborne | Replicating message queues between clustered email gateway systems |
Family Cites Families (59)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US4402046A (en) * | 1978-12-21 | 1983-08-30 | Intel Corporation | Interprocessor communication system |
CA2172746C (en) * | 1995-04-20 | 2001-06-05 | Michael Scott Baldwin | Electronic messaging in a wide area network |
US6317775B1 (en) * | 1995-11-03 | 2001-11-13 | Cisco Technology, Inc. | System for distributing load over multiple servers at an internet site |
GB2313524A (en) * | 1996-05-24 | 1997-11-26 | Ibm | Providing communications links in a computer network |
US6119143A (en) * | 1997-05-22 | 2000-09-12 | International Business Machines Corporation | Computer system and method for load balancing with selective control |
US6415373B1 (en) * | 1997-12-24 | 2002-07-02 | Avid Technology, Inc. | Computer system and process for transferring multiple high bandwidth streams of data between multiple storage units and multiple applications in a scalable and reliable manner |
US6138159A (en) * | 1998-06-11 | 2000-10-24 | Phaal; Peter | Load direction mechanism |
US6324569B1 (en) * | 1998-09-23 | 2001-11-27 | John W. L. Ogilvie | Self-removing email verified or designated as such by a message distributor for the convenience of a recipient |
US6249807B1 (en) * | 1998-11-17 | 2001-06-19 | Kana Communications, Inc. | Method and apparatus for performing enterprise email management |
US6442546B1 (en) * | 1998-12-30 | 2002-08-27 | At&T Corp. | Messaging system with application-defined states |
GB9911941D0 (en) | 1999-05-21 | 1999-07-21 | Eidos Technologies Limited | Electronic mail system |
US6718367B1 (en) * | 1999-06-01 | 2004-04-06 | General Interactive, Inc. | Filter for modeling system and method for handling and routing of text-based asynchronous communications |
US6704772B1 (en) * | 1999-09-20 | 2004-03-09 | Microsoft Corporation | Thread based email |
AU2292001A (en) * | 1999-12-22 | 2001-07-03 | Setnet Corp. | Industrial capacity clustered mail server system and method |
US6658454B1 (en) * | 2000-02-07 | 2003-12-02 | Sendmail, Inc. | Electronic mail system with improved methodology for processing messages with mailing lists |
US20050131811A1 (en) | 2000-02-10 | 2005-06-16 | Ranzini Stephen L. | System and method for message handling |
US7155723B2 (en) * | 2000-07-19 | 2006-12-26 | Akamai Technologies, Inc. | Load balancing service |
US6910154B1 (en) * | 2000-08-18 | 2005-06-21 | Network Appliance, Inc. | Persistent and reliable delivery of event messages |
US9130954B2 (en) * | 2000-09-26 | 2015-09-08 | Brocade Communications Systems, Inc. | Distributed health check for global server load balancing |
US7181017B1 (en) * | 2001-03-23 | 2007-02-20 | David Felsher | System and method for secure three-party communications |
DE10197219B4 (en) * | 2001-03-28 | 2011-12-22 | Telefonaktiebolaget Lm Ericsson (Publ) | Load distribution between nodes in communication networks |
US6877107B2 (en) * | 2001-07-05 | 2005-04-05 | Softwired Ag | Method for ensuring operation during node failures and network partitions in a clustered message passing server |
US7155483B1 (en) * | 2001-08-07 | 2006-12-26 | Good Technology, Inc. | Apparatus and method for conserving bandwidth by batch processing data transactions |
US6778991B2 (en) * | 2001-09-27 | 2004-08-17 | I2 Technologies Us, Inc. | Dynamic load balancing using semantic traffic monitoring |
US20030154254A1 (en) * | 2002-02-14 | 2003-08-14 | Nikhil Awasthi | Assisted messaging for corporate email systems |
DE60326938D1 (en) * | 2002-02-19 | 2009-05-14 | Postini Inc | EMAIL MANAGEMENT SERVICES |
US20030167316A1 (en) * | 2002-03-01 | 2003-09-04 | Bramnick Arnold H. | Data storage service for users of data communication networks |
EP1488330B1 (en) * | 2002-03-15 | 2014-05-07 | Shinkuro, Inc. | Method for forming groups |
US8260907B2 (en) * | 2002-04-04 | 2012-09-04 | Ca, Inc. | Methods, systems and computer program products for triggered data collection and correlation of status and/or state in distributed data processing systems |
US6678828B1 (en) * | 2002-07-22 | 2004-01-13 | Vormetric, Inc. | Secure network file access control system |
WO2004042570A2 (en) | 2002-11-07 | 2004-05-21 | Fujitsu Siemens Computers, Inc. | Appliance and method for controlling the delivery of an event message in a cluster system |
US7293065B2 (en) * | 2002-11-20 | 2007-11-06 | Return Path | Method of electronic message delivery with penalties for unsolicited messages |
US20040153473A1 (en) * | 2002-11-21 | 2004-08-05 | Norman Hutchinson | Method and system for synchronizing data in peer to peer networking environments |
AU2003300900A1 (en) * | 2002-12-13 | 2004-07-09 | Internap Network Services Corporation | Topology aware route control |
JP3920787B2 (en) | 2003-02-17 | 2007-05-30 | 日本電信電話株式会社 | Detour route management method and system |
US7240212B2 (en) * | 2003-02-18 | 2007-07-03 | Ubs Painewebber, Inc. | Method and system for secure alert messaging |
WO2004075007A2 (en) * | 2003-02-20 | 2004-09-02 | Strongmail Systems, Inc. | Email using queues in non-persistent memory |
AU2004217278B2 (en) * | 2003-03-05 | 2011-03-17 | Websense Uk Limited | Asynchronous mechanism and message pool |
CA2526882A1 (en) | 2003-05-14 | 2004-12-02 | Rhysome, Inc. | Method and system for reducing information latency in a business enterprise |
US20040243699A1 (en) * | 2003-05-29 | 2004-12-02 | Mike Koclanes | Policy based management of storage resources |
US7017181B2 (en) * | 2003-06-25 | 2006-03-21 | Voltage Security, Inc. | Identity-based-encryption messaging system with public parameter host servers |
US7590736B2 (en) * | 2003-06-30 | 2009-09-15 | Microsoft Corporation | Flexible network load balancing |
WO2005026913A2 (en) * | 2003-09-11 | 2005-03-24 | Messagegate, Inc. | Electronic message management system |
US7395314B2 (en) * | 2003-10-28 | 2008-07-01 | Mindshare Design, Inc. | Systems and methods for governing the performance of high volume electronic mail delivery |
US7620630B2 (en) * | 2003-11-12 | 2009-11-17 | Oliver Lloyd Pty Ltd | Directory system |
US8180922B2 (en) * | 2003-11-14 | 2012-05-15 | Cisco Technology, Inc. | Load balancing mechanism using resource availability profiles |
US20050132069A1 (en) * | 2003-12-14 | 2005-06-16 | Marvin Shannon | System and method for the algorithmic disposition of electronic communications |
US20050131719A1 (en) * | 2003-12-16 | 2005-06-16 | Bresnan Mark A. | Document consolidator and distributor for efficient message production |
JP4571666B2 (en) * | 2004-04-05 | 2010-10-27 | テレフオンアクチーボラゲット エル エム エリクソン(パブル) | Method, communication device and system for address resolution mapping in a wireless multi-hop ad hoc network |
US20050262205A1 (en) * | 2004-04-30 | 2005-11-24 | Nikolov Radoslav I | Delivering messages in an enterprise messaging system using message selector hierarchy |
CA2564967C (en) * | 2004-04-30 | 2014-09-30 | Commvault Systems, Inc. | Hierarchical systems and methods for providing a unified view of storage information |
US8095598B2 (en) * | 2004-04-30 | 2012-01-10 | Sap Ag | Methods and apparatus for subscribing/publishing messages in an enterprising computing environment |
US20050283658A1 (en) * | 2004-05-21 | 2005-12-22 | Clark Thomas K | Method, apparatus and program storage device for providing failover for high availability in an N-way shared-nothing cluster system |
US20060168046A1 (en) * | 2005-01-11 | 2006-07-27 | Microsoft Corporaion | Managing periodic electronic messages |
US20060253597A1 (en) * | 2005-05-05 | 2006-11-09 | Mujica Technologies Inc. | E-mail system |
US20070055789A1 (en) * | 2005-09-08 | 2007-03-08 | Benoit Claise | Method and apparatus for managing routing of data elements |
US7877781B2 (en) * | 2005-12-29 | 2011-01-25 | Nextlabs, Inc. | Enforcing universal access control in an information management system |
US7885398B2 (en) * | 2006-03-06 | 2011-02-08 | Alcatel Lucent | Multiple criteria based load balancing |
US7466694B2 (en) * | 2006-06-10 | 2008-12-16 | Cisco Technology, Inc. | Routing protocol with packet network attributes for improved route selection |
-
2005
- 2005-11-07 US US11/268,088 patent/US8077699B2/en not_active Expired - Fee Related
-
2006
- 2006-10-13 JP JP2008540031A patent/JP2009515474A/en not_active Withdrawn
- 2006-10-13 WO PCT/US2006/040137 patent/WO2007055867A1/en active Application Filing
- 2006-10-13 KR KR1020087010823A patent/KR101301447B1/en active IP Right Grant
- 2006-10-13 AT AT06816891T patent/ATE496466T1/en not_active IP Right Cessation
- 2006-10-13 EP EP06816891A patent/EP1952318B1/en active Active
- 2006-10-13 CN CNA2006800413366A patent/CN101305389A/en active Pending
- 2006-10-13 DE DE602006019768T patent/DE602006019768D1/en active Active
Patent Citations (9)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5872930A (en) | 1996-07-11 | 1999-02-16 | Microsoft Corporation | Load balancing between E-mail servers within a local area network |
WO2001027772A1 (en) | 1999-10-12 | 2001-04-19 | Mindarrow Systems | Load balancing via message source selection |
US20040059789A1 (en) | 1999-10-29 | 2004-03-25 | Annie Shum | System and method for tracking messages in an electronic messaging system |
JP2001326691A (en) * | 2000-03-10 | 2001-11-22 | Fujitsu Ltd | Electronic mail server |
KR20010092554A (en) * | 2000-03-22 | 2001-10-26 | 장수진 | Backup System and Method for Internet Service Web Server Providing Contents Service |
US20030028580A1 (en) | 2001-04-03 | 2003-02-06 | Murray Kucherawy | E-mail system with methodology for accelerating mass mailings |
KR20040091656A (en) * | 2002-02-22 | 2004-10-28 | 알포스트 인터내셔널 리미티드 | System and method for verifying delivery and integrity of electronic messages |
KR20040079667A (en) * | 2003-03-10 | 2004-09-16 | 김형대 | mail receive backup system |
US20050228867A1 (en) | 2004-04-12 | 2005-10-13 | Robert Osborne | Replicating message queues between clustered email gateway systems |
Also Published As
Publication number | Publication date |
---|---|
US8077699B2 (en) | 2011-12-13 |
JP2009515474A (en) | 2009-04-09 |
KR20080065284A (en) | 2008-07-11 |
EP1952318A1 (en) | 2008-08-06 |
DE602006019768D1 (en) | 2011-03-03 |
CN101305389A (en) | 2008-11-12 |
KR101301447B1 (en) | 2013-08-28 |
EP1952318A4 (en) | 2009-12-23 |
EP1952318B1 (en) | 2011-01-19 |
ATE496466T1 (en) | 2011-02-15 |
US20070106783A1 (en) | 2007-05-10 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US7840611B2 (en) | High availability for event forwarding | |
US7949686B2 (en) | Method and apparatus for scalable transport processing fulfillment system | |
US7512668B2 (en) | Message-oriented middleware server instance failover | |
EP1763776B1 (en) | Service oriented architecture | |
US20080065652A1 (en) | Maintaining and establishing subscriptions with load-balanced servers | |
CN103581276B (en) | Cluster management device, system, service customer end and correlation method | |
US20090089380A1 (en) | Aggregating and Delivering Information | |
US8719780B2 (en) | Application server with a protocol-neutral programming model for developing telecommunications-based applications | |
CN106506490B (en) | A kind of distributed computing control method and distributed computing system | |
US20020120697A1 (en) | Multi-channel messaging system and method | |
US20020087734A1 (en) | System and method for managing dependencies in a component-based system | |
US20150200898A1 (en) | Internet e-mail bridge | |
JP2005539298A (en) | Method and system for remotely and dynamically configuring a server | |
KR20140072044A (en) | Distributing multi-source push notifications to multiple targets | |
WO2007073429A2 (en) | Distributed and replicated sessions on computing grids | |
JPH11102299A (en) | Method and system for highly reliable remote object reference management | |
US7788330B2 (en) | System and method for processing data associated with a transmission in a data communication system | |
US8326913B2 (en) | Method and system for service contract discovery | |
US8077699B2 (en) | Independent message stores and message transport agents | |
WO2024183402A1 (en) | Log backhaul routing method and apparatus, and storage medium | |
US7624144B1 (en) | System and method for reducing data traffic associated with a messaging service in a clustered server environment | |
CN113778786B (en) | Monitoring middleware | |
US20080034053A1 (en) | Mail Server Clustering | |
CA2597995C (en) | System and method for processing data associated with a transmission in a data communication system | |
US8910182B2 (en) | Managing and simplifying distributed applications |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
WWE | Wipo information: entry into national phase |
Ref document number: 200680041336.6 Country of ref document: CN |
|
121 | Ep: the epo has been informed by wipo that ep was designated in this application | ||
WWE | Wipo information: entry into national phase |
Ref document number: 2006816891 Country of ref document: EP |
|
WWE | Wipo information: entry into national phase |
Ref document number: 1020087010823 Country of ref document: KR |
|
ENP | Entry into the national phase |
Ref document number: 2008540031 Country of ref document: JP Kind code of ref document: A |
|
NENP | Non-entry into the national phase |
Ref country code: DE |