US20100082748A1 - System and Method for Improving Scalability and Throughput of a Publish/Subscribe Network - Google Patents
System and Method for Improving Scalability and Throughput of a Publish/Subscribe Network Download PDFInfo
- Publication number
- US20100082748A1 US20100082748A1 US12/239,430 US23943008A US2010082748A1 US 20100082748 A1 US20100082748 A1 US 20100082748A1 US 23943008 A US23943008 A US 23943008A US 2010082748 A1 US2010082748 A1 US 2010082748A1
- Authority
- US
- United States
- Prior art keywords
- publish
- subscribe
- hub
- spoke
- collective
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Granted
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
- G06F9/46—Multiprogramming arrangements
- G06F9/54—Interprogram communication
- G06F9/542—Event management; Broadcasting; Multicasting; Notifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L67/00—Network arrangements or protocols for supporting network services or applications
- H04L67/50—Network services
- H04L67/56—Provisioning of proxy services
-
- 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
Definitions
- the present disclosure relates generally to the field of computer network communication, and more particularly to systems and methods for improving scalability and throughput of a publish/subscribe network.
- Publish/subscribe messaging is a form of asynchronous computer network messaging where publishers post messages and subscribers specify categories of messages they want to receive.
- Publish/subscribe messaging systems utilize message brokers to filter the messages and forward them to the subscribers.
- One example of an existing publish/subscribe messaging system consists of a fully interconnected collective where groups of message brokers forward messages from publishers to subscribers within that collective.
- the subscribers register a subscription with a message broker and the message broker registers a matching subscription with neighboring message brokers.
- the matching subscription is referred to as a proxy-subscription.
- This proxy-subscription allows the message broker to forward messages to other message brokers that attach to a subscriber.
- a publish/subscribe hierarchy consists of parent/child relationships between the message brokers but without the loop of a fully interconnected system.
- a “parent” message broker receives a message from a publisher, that parent forwards the message to each of it's “child” message brokers.
- Each child then forwards the message on to each of it's child brokers and to any subscribers of that message type that are connected to that child.
- One limitation of a publish/subscribe hierarchy is that looping messages are not prevented by the architecture alone. Messages may pass through an arbitrary number of message brokers before reaching a subscriber if there is an error in the configuration.
- any publishing hub has to forward the message to all subscribing hubs. If there are a large number of subscribers, then the load that this requirement imposes on the publishing hub will limit the scalability of the collective.
- the present invention provides systems and methods for improving scalability and throughput in publish/subscribe messaging systems by allowing the spoke systems to vary the member of the hub collective that it attaches to.
- An aspect of the present invention provides a method for publish/subscribe messaging.
- This method includes the steps of attaching a publish/subscribe spoke system to a first publish/subscribe message broker within a group of publish/subscribe message brokers; removing the attachment of the publish/subscribe spoke system from the first publish/subscribe message broker within the group of publish/subscribe message brokers; and automatically attaching the publish/subscribe spoke system to a second publish/subscribe message broker within the group of publish/subscribe message brokers where the second publish/subscribe message broker includes a preferred publish/subscribe message broker.
- Another aspect of the present invention provides a system for publish/subscribe messaging.
- This system includes a group of publish/subscribe message brokers; and publish/subscribe spoke systems attached to a publish/subscribe message broker within the group of publish/subscribe message brokers allowing message transfer between the group of publish/subscribe message brokers and the publish/subscribe spoke systems, wherein each of the publish/subscribe spoke systems can vary which publish/subscribe message broker of the group of publish/subscribe message brokers that a publish/subscribe spoke system is attached to.
- FIG. 1 depicts a hub and spoke publish/subscribe messaging system in accordance with an exemplary embodiment of the present invention.
- FIG. 2 depicts a late fan-out hub and spoke publish/subscribe messaging system in accordance with an exemplary embodiment of the present invention.
- FIG. 3 depicts an early fan-out hub and spoke publish/subscribe messaging system in accordance with an exemplary embodiment of the present invention.
- FIG. 4 depicts a hub and spoke publish/subscribe messaging system with evenly distributed spokes in accordance with an exemplary embodiment of the present invention.
- FIG. 5 depicts a hub and spoke publish/subscribe messaging system with an unavailable or removed hub in accordance with an exemplary embodiment of the present invention.
- FIG. 6 depicts a hub and spoke publish/subscribe messaging system with additional spokes added in accordance with an exemplary embodiment of the present invention.
- the present invention provides systems and methods for improving scalability and throughput in publish/subscribe messaging systems by allowing the spoke systems to vary the member of the hub collective that it attaches to.
- the scalability is improved because the spoke systems do not have to have a long lasting attachment to a specific hub system. Instead, the spoke systems can be redistributed more evenly when new spoke systems are added or removed.
- the throughput is increased by distributing workload and fan-out responsibilities within hub collectives.
- Availability is improved because single points of failure are removed.
- Ease of administration is also improved over a hierarchy by allowing child nodes to automatically change parent nodes if a parent node is modified or removed.
- FIG. 1 depicts a hub and spoke publish/subscribe messaging system 100 in accordance with an exemplary embodiment of the present invention.
- a hub collective 105 includes four hubs, 110 , 115 , 120 , and 125 .
- the collective 105 is attached to spoke system 130 and spoke system 135 .
- Spoke system 130 is attached to a subscriber 140 and a publisher 145 .
- Spoke system 135 is attached to two subscribers 170 and 175 .
- Each hub within the collective 105 can be attached to individual publishers and individual subscribers. For example, hub 115 is attached to subscriber 155 and subscriber 160 .
- the spoke system when a spoke system is attached to a hub, the spoke system can send messages to the hub, or the spoke system can receive messages from the hub, or the spoke system can both send messages to and receive messages from the hub.
- each collective comprises any number of hubs and each collective attaches to any number of spoke systems.
- Each hub system 110 , 115 , 120 , and 125 and each spoke system 130 and 135 is identified by an identifier, such as a Universal Unique Identifier (UUID), that is generated when the system is created.
- UUID Universal Unique Identifier
- the identity and network address of all hub systems 110 , 115 , 120 , and 125 is known to all hub systems 110 , 115 , 120 , and 125 and to all spoke systems 130 and 135 .
- the identity and network address of all spoke systems 130 and 135 is known to all of the hub systems 110 , 115 , 120 , and 125 . Because the spoke systems 130 and 135 do not communicate directly with each other, the spoke systems 130 and 135 do not need to know the identity or network address of other spoke systems 130 and 135 .
- a proxy subscription it sent to each other hub 110 , 120 , and 125 within the collective 105 .
- the spoke 130 may choose a preferred hub 120 by determining the subset of hubs 110 , 115 , 120 , and 125 that are currently available and computing the remainder of its UUID hashcode and the number of reachable hubs 110 , 115 , 120 , and 125 .
- the remainder is the index of the chosen hub 120 in the ordered list of UUIDs.
- the spoke 130 sends a proxy subscription to the preferred hub 120 .
- the preferred hub 120 receives the proxy subscription, the preferred hub 120 forwards the proxy subscription to all other hubs 110 , 115 , and 125 in the hub collective 105 . If any of the other hubs 110 , 115 , and 125 within the collective 105 are unavailable, the proxy subscription is queued for later transmission.
- a message When a message is created by publisher 145 , it is sent to the hub of spoke 130 .
- the hub of spoke 130 forwards the message to each of its local subscribers 140 and to the member hub 120 of the hub collective 105 that it is attached to.
- the spoke 130 sends messages to the same hub 120 that the spoke system 130 receives messages from.
- the spoke system 130 could send messages to a different hub than the hub 120 that it receives message from, such as hub 115 .
- there is only one local subscriber 140 attached to spoke 130 there could be multiple local subscribers and multiple local publishers attached to spoke 130 .
- each hub 120 When the message is received by a hub 120 , the message is forwarded to each local subscriber 165 . The message is also forwarded to all hubs within the collective 105 , and each copy of the message includes a label containing the range of UUIDs of spokes that the receiving hub should forward the message to. Because the label contains a range and not a list of the actual UUIDs of the actual spokes, the additional data in the message is small irrespective of the number of spokes. After receiving the message, each hub within the collective 105 then forwards the message to each of that hub's local subscribers and to the subset of spokes whose UUID is contained in the range of UUIDs in the message label.
- hub 125 would receive the message from hub 120 with a label that contains the UUID of spoke 135 within the range of UUIDs. The hub 125 sends the message to spoke 135 and spoke 135 forwards the message to each of the attached subscribers 170 , 175 .
- the subset of spokes assigned to a particular hub within a hub collective 105 may be computed by first determining the subset of available hubs including that particular hub. The range of spoke UUID hashcodes may then be divided up so that each available hub within the collective receives a portion of the UUID space. All of the available hubs within the collective may order the spoke UUIDs in the same way so that, as long as the complete range of UUIDs is assigned, then each spoke is serviced by exactly one hub.
- Each hub within the hub collective 105 is responsible for distributing the message to each of the spokes that are assigned thereto. If the hub within the collective 105 in unavailable when a message is being transmitted, the message may be queued for later transmission with no assignment of spokes. As such, the message delivery may proceed even if the preferred hub is unavailable.
- the hub within the hub collective 105 that receives the message from a spoke or publisher may distribute the message to all spokes directly.
- each hub is responsible for in the same deterministic way, the hubs tend to communicate with a fixed subset of spokes and only one hub tends to communicate with each spoke. If the preferred hub within the hub collective fails, then the spoke may choose another hub within the collective 105 as long as that spoke does not require strict message ordering. Similarly, if a hub is added to or removed from the collective 105 , the spokes may move to a different hub within the collective 105 if that spoke can tolerate a break in message ordering. Each spoke system can move from hub to another while the spoke system is active.
- the messages can contain a label with a range of UUIDs instead of a list of actual UUIDs for the actual spokes that the hub should forward the message to, the population of spokes can change as the message is sent.
- the redistribution of spokes amongst the hubs in a collective is detailed below in reference to FIGS. 4 and 6 .
- FIG. 2 depicts a late fan-out hub and spoke publish/subscribe messaging system 200 in accordance with an exemplary embodiment of the present invention.
- each hub collective has similar capability and are able to handle the load of forwarding messages to a select number of other systems.
- the work of forwarding messages to subscribers is distributed amongst the members of the collective rather than being solely the responsibility of the publishing system.
- a hub collective 205 includes four hubs, 210 , 215 , 220 , and 225 .
- the collective 205 is attached to spoke system 240 and spoke system 265 , both of which are hub collectives that comprise four hubs each.
- Each hub within each spoke system hub collective can have any number of publishers and subscribers.
- a spoke that is attached to a hub sends messages to and receives messages from the hub that it is attached to.
- a message When a message is created by a publisher 230 that is attached to a hub collective 205 , the message is forwarded to a hub 210 within hub collective 205 .
- the hub 210 When a hub 210 within a collective 205 receives a message, the hub 210 forwards the message to all hubs within the collective 205 and to each local subscriber 235 of the hub 210 . Each hub within the collective 205 forwards the message to each of the hub's local subscribers.
- the message is forwarded to a preferred hub 245 of the second collective 240 .
- the hubs within the second collective 240 then forward the message in the same way that the hubs within the collective 205 did; the receiving hub 245 forwards the message to each hub within the collective 240 and to any local subscribers of the hub 245 , then each hub within the second collective 240 forwards the message to each of the hub's local subscribers.
- the hub within the spoke system hub collective 240 that received the message may forward the message to each hub within the spoke system hub collective 240 and a preferred hub 245 of the spoke system hub collective 240 may forward the message to a preferred hub 210 of the hub collective 205 .
- FIG. 3 depicts an early fan-out hub and spoke publish/subscribe messaging system 300 in accordance with an exemplary embodiment of the present invention.
- some hub collectives have more capability than the rest of the collectives.
- collective 305 is the more powerful collective whereas collective 340 and collective 365 are less powerful.
- Powerful hub collective 305 includes four hubs, 310 , 315 , 320 , and 325 .
- the collective 305 is attached to less powerful spoke system 340 and less powerful spoke system 365 , both of which are hub collectives that include four hubs each.
- Each hub within each spoke system hub collective can have any number of publishers and subscribers.
- a spoke that is attached to a hub sends messages to and receives messages from the hub that it is attached to.
- a message When a message is created by a publisher 330 that is attached to a hub collective 305 , the message is sent to a hub 310 within hub collective 305 .
- the hub 310 When a hub 310 within a collective 305 receives a message, the hub 310 forwards the message to all hubs within the collective 305 and to each local subscriber 335 of the hub 310 . Each hub within the collective 305 forwards the message to each of the hub's local subscribers.
- each member of the collective 305 forwards the message to assigned portions of other collectives.
- a hub 315 within collective 305 is assigned to forward messages to each hub within a collective 340 and a hub 320 within collective 305 is assigned to forward messages to each hub within a collective 365 .
- hub 325 of collective 305 could have been assigned a portion of collective 365 .
- Each hub within the less powerful collectives 340 and 365 are then only responsible for forwarding messages to the hub's local subscribers.
- the hub within the less powerful collective 340 that received the message may forward the message to each hub within the less powerful collective 340 and to a preferred hub 315 of the more powerful collective 305 .
- An example of a low fan-out publisher/subscriber message system may be a head office sending pricing information to its stores.
- the store systems may not have enough capacity to fan out the message to other stores, so a late fan-out system may not work.
- the head office's systems can do the work using an early fan-out system.
- FIG. 4 depicts a hub and spoke publish/subscribe messaging system 400 with evenly distributed spokes in accordance with an exemplary embodiment of the present invention.
- a hub collective 405 includes four hubs 410 , 415 , 420 , and 425 , and each hub includes three spoke systems.
- Hub 410 is attached to spokes 430 , 435 , and 485 ;
- hub 415 is attached to spokes 440 , 445 , and 450 ;
- hub 420 is attached to spokes 455 , 460 , and 465 ;
- hub 425 is attached to spokes 470 , 475 , and 480 .
- a spoke that is attached to a hub sends messages to and receives messages from the hub that it is attached to.
- the spoke systems may choose a preferred hub within a hub collective by determining the subset of hubs that are currently available and computing the remainder of its UUID hashcode and the number of reachable hubs. The remainder is the index of the chosen hub in the ordered list of UUIDs. Using this method, the spokes tend to be distributed evenly amongst the hubs within the hub collective. If the topology changes, the spoke systems may change the hub to which it is attached to. For example, when a hub becomes unavailable, the spoke systems that send messages to the unavailable hub will choose another hub to send messages to.
- Spoke systems that were previously sending messages to available hubs may choose other hubs within the hub collective based on the above calculation after the spoke systems that were sending messages to the unavailable hub are redistributed. Because all hubs within a hub collective are kept informed as to the complete set of hubs, when a hub becomes unavailable, the publication load can be redistributed. For example, if a hub that sends messages to a spoke system becomes unavailable, another hub may attach to that spoke system to complete the message delivery.
- FIG. 5 depicts a hub and spoke publish/subscribe messaging system 500 with an unavailable or removed hub in accordance with an exemplary embodiment of the present invention.
- a hub 425 within the hub collective 405 becomes unavailable or is removed from the hub collective 405
- the spoke systems may be redistributed so that there are approximately the same number of spoke systems at each available hub within the hub collective 405 .
- spoke systems are redistributed evenly.
- Spoke system 475 and spoke system 480 that were attached to the unavailable hub 425 are now attached to hub 410 .
- Spoke system 470 that was attached to the unavailable hub 425 is now attached to hub 420 .
- spoke 435 moved from hub 410 to hub 415 .
- a hub may be added (not shown) to the hub collective 405 . When a hub is added to the collective 405 , some of the spoke systems may move from the hub that they are attached to the new hub.
- FIG. 6 depicts a hub and spoke publish/subscribe messaging system 600 with additional spokes added in accordance with an exemplary embodiment of the present invention.
- the spoke system chooses a preferred hub to send messages to in the same way as described above in connection with FIG. 1 .
- the spoke systems that were previously sending messages to a hub within the hub collective may move to another hub to more evenly distribute the load. Because all hubs within a hub collective are kept informed as to the complete set of hubs, the hubs may redistribute the spoke systems for sending messages to the spoke systems.
- spoke systems 490 , 493 , and 495 are added to a hub collective 405 , the spoke systems may be redistributed so that there approximately the same number of spoke systems at each available hub within the hub collective 405 .
- new spoke system 490 is attached to hub 425 ; new spoke system 493 is attached to hub 420 ; and new spoke system 495 is attached to 415 .
- a spoke that is attached to a hub sends messages to and receives messages from the hub that it is attached to. This embodiment is only one of many examples of how the spoke systems may be distributed throughout the hub collective 405 .
- the present invention provides systems and methods for improving scalability and throughput in publish/subscribe messaging systems by allowing the spoke systems to vary the member of the hub collective that is attaches to.
- the present invention is not limited to any specifically discussed application and that the embodiments described herein are illustrative and not restrictive. From the description of the exemplary embodiments, equivalents of the elements shown therein will suggest themselves to those skilled in the art, and ways of constructing other embodiments of the present invention will suggest themselves to practitioners of the art. Therefore, the scope of the present invention is to be limited only by the claims that follow.
Landscapes
- Engineering & Computer Science (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Software Systems (AREA)
- Theoretical Computer Science (AREA)
- Computer Security & Cryptography (AREA)
- Multimedia (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Information Transfer Between Computers (AREA)
Abstract
Description
- The present disclosure relates generally to the field of computer network communication, and more particularly to systems and methods for improving scalability and throughput of a publish/subscribe network.
- Publish/subscribe messaging is a form of asynchronous computer network messaging where publishers post messages and subscribers specify categories of messages they want to receive. Publish/subscribe messaging systems utilize message brokers to filter the messages and forward them to the subscribers.
- One example of an existing publish/subscribe messaging system consists of a fully interconnected collective where groups of message brokers forward messages from publishers to subscribers within that collective. The subscribers register a subscription with a message broker and the message broker registers a matching subscription with neighboring message brokers. The matching subscription is referred to as a proxy-subscription. This proxy-subscription allows the message broker to forward messages to other message brokers that attach to a subscriber.
- Another example of an existing publish/subscribe messaging system is a hierarchy. A publish/subscribe hierarchy consists of parent/child relationships between the message brokers but without the loop of a fully interconnected system. When a “parent” message broker receives a message from a publisher, that parent forwards the message to each of it's “child” message brokers. Each child then forwards the message on to each of it's child brokers and to any subscribers of that message type that are connected to that child. One limitation of a publish/subscribe hierarchy is that looping messages are not prevented by the architecture alone. Messages may pass through an arbitrary number of message brokers before reaching a subscriber if there is an error in the configuration.
- Existing publish/subscribe messaging systems can be constructed as a hub and spoke network with a collective of message brokers, commonly referred to as hubs, at the hub collective and a set of child spokes, wherein each child treats a fixed member of the hub collective as its parent. The scalability of the hub collective is increased over this form of hierarchy by allowing multiple systems to operate as a hub.
- When publish/subscribe systems are grouped together in a collective and share proxy-subscriptions, any publishing hub has to forward the message to all subscribing hubs. If there are a large number of subscribers, then the load that this requirement imposes on the publishing hub will limit the scalability of the collective.
- What is needed is a publish/subscribe messaging system that allows for greater scalability by balancing the load and greater availability by eliminating the single hub as the single point of failure.
- The present invention provides systems and methods for improving scalability and throughput in publish/subscribe messaging systems by allowing the spoke systems to vary the member of the hub collective that it attaches to.
- An aspect of the present invention provides a method for publish/subscribe messaging. This method includes the steps of attaching a publish/subscribe spoke system to a first publish/subscribe message broker within a group of publish/subscribe message brokers; removing the attachment of the publish/subscribe spoke system from the first publish/subscribe message broker within the group of publish/subscribe message brokers; and automatically attaching the publish/subscribe spoke system to a second publish/subscribe message broker within the group of publish/subscribe message brokers where the second publish/subscribe message broker includes a preferred publish/subscribe message broker.
- Another aspect of the present invention provides a system for publish/subscribe messaging. This system includes a group of publish/subscribe message brokers; and publish/subscribe spoke systems attached to a publish/subscribe message broker within the group of publish/subscribe message brokers allowing message transfer between the group of publish/subscribe message brokers and the publish/subscribe spoke systems, wherein each of the publish/subscribe spoke systems can vary which publish/subscribe message broker of the group of publish/subscribe message brokers that a publish/subscribe spoke system is attached to.
-
FIG. 1 depicts a hub and spoke publish/subscribe messaging system in accordance with an exemplary embodiment of the present invention. -
FIG. 2 depicts a late fan-out hub and spoke publish/subscribe messaging system in accordance with an exemplary embodiment of the present invention. -
FIG. 3 depicts an early fan-out hub and spoke publish/subscribe messaging system in accordance with an exemplary embodiment of the present invention. -
FIG. 4 depicts a hub and spoke publish/subscribe messaging system with evenly distributed spokes in accordance with an exemplary embodiment of the present invention. -
FIG. 5 depicts a hub and spoke publish/subscribe messaging system with an unavailable or removed hub in accordance with an exemplary embodiment of the present invention. -
FIG. 6 depicts a hub and spoke publish/subscribe messaging system with additional spokes added in accordance with an exemplary embodiment of the present invention. - The present invention provides systems and methods for improving scalability and throughput in publish/subscribe messaging systems by allowing the spoke systems to vary the member of the hub collective that it attaches to. The scalability is improved because the spoke systems do not have to have a long lasting attachment to a specific hub system. Instead, the spoke systems can be redistributed more evenly when new spoke systems are added or removed. The throughput is increased by distributing workload and fan-out responsibilities within hub collectives. Availability is improved because single points of failure are removed. Ease of administration is also improved over a hierarchy by allowing child nodes to automatically change parent nodes if a parent node is modified or removed.
- Turning now to the drawings, in which like numerals indicate like elements throughout the figures, exemplary embodiments of the invention are described in detail.
-
FIG. 1 depicts a hub and spoke publish/subscribemessaging system 100 in accordance with an exemplary embodiment of the present invention. Referring toFIG. 1 , ahub collective 105 includes four hubs, 110, 115, 120, and 125. The collective 105 is attached to spokesystem 130 and spokesystem 135.Spoke system 130 is attached to asubscriber 140 and apublisher 145.Spoke system 135 is attached to twosubscribers hub 115 is attached tosubscriber 155 andsubscriber 160. - For the purpose of this application, when a spoke system is attached to a hub, the spoke system can send messages to the hub, or the spoke system can receive messages from the hub, or the spoke system can both send messages to and receive messages from the hub.
- Although in this exemplary embodiment there is one collective comprising four hubs and the collective is attached to two spoke systems, there could be any number of collectives wherein each collective comprises any number of hubs and each collective attaches to any number of spoke systems.
- Each
hub system spoke system hub systems hub systems spoke systems spoke systems hub systems spoke systems spoke systems other spoke systems - When a
subscriber 155 is created at ahub system 115, a proxy subscription it sent to eachother hub subscriber 145 is created at aspoke system 130, thespoke 130 may choose apreferred hub 120 by determining the subset ofhubs reachable hubs hub 120 in the ordered list of UUIDs. In one exemplary embodiment of the present invention, the syntax is: chosendHub=hubList[UUID.HashCode( ) % numberOfHubs); - After a
preferred hub 120 is chosen, thespoke 130 sends a proxy subscription to thepreferred hub 120. When thepreferred hub 120 receives the proxy subscription, thepreferred hub 120 forwards the proxy subscription to allother hubs hub collective 105. If any of theother hubs - When a message is created by
publisher 145, it is sent to the hub ofspoke 130. The hub of spoke 130 forwards the message to each of itslocal subscribers 140 and to themember hub 120 of thehub collective 105 that it is attached to. In this exemplary embodiment, thespoke 130 sends messages to thesame hub 120 that thespoke system 130 receives messages from. Alternatively, thespoke system 130 could send messages to a different hub than thehub 120 that it receives message from, such ashub 115. Although in the exemplary embodiment, there is only onelocal subscriber 140 attached tospoke 130, there could be multiple local subscribers and multiple local publishers attached tospoke 130. - When the message is received by a
hub 120, the message is forwarded to eachlocal subscriber 165. The message is also forwarded to all hubs within the collective 105, and each copy of the message includes a label containing the range of UUIDs of spokes that the receiving hub should forward the message to. Because the label contains a range and not a list of the actual UUIDs of the actual spokes, the additional data in the message is small irrespective of the number of spokes. After receiving the message, each hub within the collective 105 then forwards the message to each of that hub's local subscribers and to the subset of spokes whose UUID is contained in the range of UUIDs in the message label. In this exemplary embodiment,hub 125 would receive the message fromhub 120 with a label that contains the UUID ofspoke 135 within the range of UUIDs. Thehub 125 sends the message to spoke 135 and spoke 135 forwards the message to each of the attachedsubscribers - In one exemplary embodiment, the subset of spokes assigned to a particular hub within a hub collective 105 may be computed by first determining the subset of available hubs including that particular hub. The range of spoke UUID hashcodes may then be divided up so that each available hub within the collective receives a portion of the UUID space. All of the available hubs within the collective may order the spoke UUIDs in the same way so that, as long as the complete range of UUIDs is assigned, then each spoke is serviced by exactly one hub.
- Each hub within the hub collective 105 is responsible for distributing the message to each of the spokes that are assigned thereto. If the hub within the collective 105 in unavailable when a message is being transmitted, the message may be queued for later transmission with no assignment of spokes. As such, the message delivery may proceed even if the preferred hub is unavailable.
- If a subscriber attached to a spoke requires strict message ordering, the hub within the hub collective 105 that receives the message from a spoke or publisher may distribute the message to all spokes directly.
- Because all of the hubs in a hub collective 105 calculate the subset of the spokes each hub is responsible for in the same deterministic way, the hubs tend to communicate with a fixed subset of spokes and only one hub tends to communicate with each spoke. If the preferred hub within the hub collective fails, then the spoke may choose another hub within the collective 105 as long as that spoke does not require strict message ordering. Similarly, if a hub is added to or removed from the collective 105, the spokes may move to a different hub within the collective 105 if that spoke can tolerate a break in message ordering. Each spoke system can move from hub to another while the spoke system is active. Because the messages can contain a label with a range of UUIDs instead of a list of actual UUIDs for the actual spokes that the hub should forward the message to, the population of spokes can change as the message is sent. The redistribution of spokes amongst the hubs in a collective is detailed below in reference to
FIGS. 4 and 6 . - The present invention can be extended so that the spoke systems can be hub collectives.
FIG. 2 depicts a late fan-out hub and spoke publish/subscribemessaging system 200 in accordance with an exemplary embodiment of the present invention. In a late fan-out publish/subscribe messaging system, each hub collective has similar capability and are able to handle the load of forwarding messages to a select number of other systems. The work of forwarding messages to subscribers is distributed amongst the members of the collective rather than being solely the responsibility of the publishing system. - Referring to
FIG. 2 , a hub collective 205 includes four hubs, 210, 215, 220, and 225. The collective 205 is attached tospoke system 240 and spokesystem 265, both of which are hub collectives that comprise four hubs each. Each hub within each spoke system hub collective can have any number of publishers and subscribers. In this exemplary embodiment, a spoke that is attached to a hub sends messages to and receives messages from the hub that it is attached to. - When a message is created by a
publisher 230 that is attached to a hub collective 205, the message is forwarded to ahub 210 within hub collective 205. When ahub 210 within a collective 205 receives a message, thehub 210 forwards the message to all hubs within the collective 205 and to eachlocal subscriber 235 of thehub 210. Each hub within the collective 205 forwards the message to each of the hub's local subscribers. - If the proxy subscription within the receiving
hub 210 is from a different collective 240, the message is forwarded to apreferred hub 245 of the second collective 240. The hubs within the second collective 240 then forward the message in the same way that the hubs within the collective 205 did; the receivinghub 245 forwards the message to each hub within the collective 240 and to any local subscribers of thehub 245, then each hub within the second collective 240 forwards the message to each of the hub's local subscribers. - In one exemplary embodiment, when a member of a spoke system hub collective 240 creates a message, the hub within the spoke system hub collective 240 that received the message may forward the message to each hub within the spoke system hub collective 240 and a
preferred hub 245 of the spoke system hub collective 240 may forward the message to apreferred hub 210 of the hub collective 205. -
FIG. 3 depicts an early fan-out hub and spoke publish/subscribemessaging system 300 in accordance with an exemplary embodiment of the present invention. In an early fan-out publish/subscribe messaging system, some hub collectives have more capability than the rest of the collectives. Referring toFIG. 3 , collective 305 is the more powerful collective whereas collective 340 and collective 365 are less powerful. - Powerful hub collective 305 includes four hubs, 310, 315, 320, and 325. The collective 305 is attached to less
powerful spoke system 340 and lesspowerful spoke system 365, both of which are hub collectives that include four hubs each. Each hub within each spoke system hub collective can have any number of publishers and subscribers. In this exemplary embodiment, a spoke that is attached to a hub sends messages to and receives messages from the hub that it is attached to. - When a message is created by a
publisher 330 that is attached to a hub collective 305, the message is sent to ahub 310 within hub collective 305. When ahub 310 within a collective 305 receives a message, thehub 310 forwards the message to all hubs within the collective 305 and to eachlocal subscriber 335 of thehub 310. Each hub within the collective 305 forwards the message to each of the hub's local subscribers. - If the proxy subscription within the receiving
hub 310 is from a different collective 340, each member of the collective 305 forwards the message to assigned portions of other collectives. In this example, ahub 315 within collective 305 is assigned to forward messages to each hub within a collective 340 and ahub 320 within collective 305 is assigned to forward messages to each hub within a collective 365. Alternatively,hub 325 of collective 305 could have been assigned a portion of collective 365. Each hub within the lesspowerful collectives - In one exemplary embodiment, when a member of a less powerful collective 340 creates a message, the hub within the less powerful collective 340 that received the message may forward the message to each hub within the less powerful collective 340 and to a
preferred hub 315 of the more powerful collective 305. - An example of a low fan-out publisher/subscriber message system may be a head office sending pricing information to its stores. The store systems may not have enough capacity to fan out the message to other stores, so a late fan-out system may not work. However, if the head office has more powerful systems, the head office's systems can do the work using an early fan-out system.
-
FIG. 4 depicts a hub and spoke publish/subscribemessaging system 400 with evenly distributed spokes in accordance with an exemplary embodiment of the present invention. Referring toFIG. 4 , a hub collective 405 includes fourhubs Hub 410 is attached tospokes hub 415 is attached tospokes hub 420 is attached tospokes hub 425 is attached tospokes - As mentioned above in connection with
FIG. 1 , the spoke systems may choose a preferred hub within a hub collective by determining the subset of hubs that are currently available and computing the remainder of its UUID hashcode and the number of reachable hubs. The remainder is the index of the chosen hub in the ordered list of UUIDs. Using this method, the spokes tend to be distributed evenly amongst the hubs within the hub collective. If the topology changes, the spoke systems may change the hub to which it is attached to. For example, when a hub becomes unavailable, the spoke systems that send messages to the unavailable hub will choose another hub to send messages to. Spoke systems that were previously sending messages to available hubs may choose other hubs within the hub collective based on the above calculation after the spoke systems that were sending messages to the unavailable hub are redistributed. Because all hubs within a hub collective are kept informed as to the complete set of hubs, when a hub becomes unavailable, the publication load can be redistributed. For example, if a hub that sends messages to a spoke system becomes unavailable, another hub may attach to that spoke system to complete the message delivery. -
FIG. 5 depicts a hub and spoke publish/subscribemessaging system 500 with an unavailable or removed hub in accordance with an exemplary embodiment of the present invention. Referring toFIG. 5 , ahub 425 within the hub collective 405 becomes unavailable or is removed from the hub collective 405, the spoke systems may be redistributed so that there are approximately the same number of spoke systems at each available hub within the hub collective 405. - In this example, the spoke systems are redistributed evenly.
Spoke system 475 and spokesystem 480 that were attached to theunavailable hub 425 are now attached tohub 410.Spoke system 470 that was attached to theunavailable hub 425 is now attached tohub 420. To accommodate the shifting of spokes from theunavailable node 425, spoke 435 moved fromhub 410 tohub 415. In another exemplary embodiment, a hub may be added (not shown) to the hub collective 405. When a hub is added to the collective 405, some of the spoke systems may move from the hub that they are attached to the new hub. -
FIG. 6 depicts a hub and spoke publish/subscribemessaging system 600 with additional spokes added in accordance with an exemplary embodiment of the present invention. When a spoke system is added to a collective, the spoke system chooses a preferred hub to send messages to in the same way as described above in connection withFIG. 1 . The spoke systems that were previously sending messages to a hub within the hub collective may move to another hub to more evenly distribute the load. Because all hubs within a hub collective are kept informed as to the complete set of hubs, the hubs may redistribute the spoke systems for sending messages to the spoke systems. - Referring to
FIG. 6 , spokesystems new spoke system 490 is attached tohub 425;new spoke system 493 is attached tohub 420; andnew spoke system 495 is attached to 415. In this exemplary embodiment, a spoke that is attached to a hub sends messages to and receives messages from the hub that it is attached to. This embodiment is only one of many examples of how the spoke systems may be distributed throughout the hub collective 405. - One of ordinary skill in the art would appreciate that the present invention provides systems and methods for improving scalability and throughput in publish/subscribe messaging systems by allowing the spoke systems to vary the member of the hub collective that is attaches to. Those skilled in the art will appreciate that the present invention is not limited to any specifically discussed application and that the embodiments described herein are illustrative and not restrictive. From the description of the exemplary embodiments, equivalents of the elements shown therein will suggest themselves to those skilled in the art, and ways of constructing other embodiments of the present invention will suggest themselves to practitioners of the art. Therefore, the scope of the present invention is to be limited only by the claims that follow.
Claims (14)
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US12/239,430 US8495127B2 (en) | 2008-09-26 | 2008-09-26 | Improving scalability and throughput of a publish/subscribe network |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US12/239,430 US8495127B2 (en) | 2008-09-26 | 2008-09-26 | Improving scalability and throughput of a publish/subscribe network |
Publications (2)
Publication Number | Publication Date |
---|---|
US20100082748A1 true US20100082748A1 (en) | 2010-04-01 |
US8495127B2 US8495127B2 (en) | 2013-07-23 |
Family
ID=42058711
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US12/239,430 Expired - Fee Related US8495127B2 (en) | 2008-09-26 | 2008-09-26 | Improving scalability and throughput of a publish/subscribe network |
Country Status (1)
Country | Link |
---|---|
US (1) | US8495127B2 (en) |
Cited By (14)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20100333111A1 (en) * | 2009-06-29 | 2010-12-30 | Software Ag | Systems and/or methods for policy-based JMS broker clustering |
US20110106891A1 (en) * | 2009-10-30 | 2011-05-05 | Verisign, Inc. | Hierarchical publish and subscribe system |
US20110110267A1 (en) * | 2009-11-09 | 2011-05-12 | Verisign, Inc. | Method and system for application level load balancing in a publish/subscribe message architecture |
US20130024527A1 (en) * | 2009-10-30 | 2013-01-24 | Verisign, Inc. | Hierarchical publish/subscribe system |
US8468082B2 (en) * | 2005-09-23 | 2013-06-18 | Chicago Mercantile Exchange, Inc. | Publish and subscribe system including buffer |
EP2680537A3 (en) * | 2012-06-27 | 2014-02-26 | Verisign, Inc. | Hierarchical publish/subscribe system |
US9235829B2 (en) | 2009-10-30 | 2016-01-12 | Verisign, Inc. | Hierarchical publish/subscribe system |
US20160050126A1 (en) * | 2014-08-12 | 2016-02-18 | Samsung Electronics Co., Ltd. | Multifuctional platform system with device management mechanism and method of operation thereof |
US20160173595A1 (en) * | 2009-10-30 | 2016-06-16 | Verisign, Inc. | Hierarchical publish/subscribe system |
US9569753B2 (en) | 2009-10-30 | 2017-02-14 | Verisign, Inc. | Hierarchical publish/subscribe system performed by multiple central relays |
US10382307B1 (en) * | 2016-12-22 | 2019-08-13 | Amazon Technologies, Inc. | Transmission of subscription-based messages to Internet of Things (IoT) devices |
US10810147B1 (en) * | 2019-03-25 | 2020-10-20 | EMC IP Holding Company LLC | Type-based message bus with message type hierarches for non-object oriented applications |
US20220414678A1 (en) * | 2021-06-28 | 2022-12-29 | Stripe, Inc. | Constant-time cascading deletion of resources |
EP4120663A1 (en) * | 2021-07-16 | 2023-01-18 | Itron, Inc. | Hub and spoke publish-subscribe |
Families Citing this family (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN106911557B (en) * | 2017-01-17 | 2020-12-01 | 腾讯科技(深圳)有限公司 | Message transmission method and device |
Citations (25)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US6336119B1 (en) * | 1997-11-20 | 2002-01-01 | International Business Machines Corporation | Method and system for applying cluster-based group multicast to content-based publish-subscribe system |
US6338092B1 (en) * | 1998-09-24 | 2002-01-08 | International Business Machines Corporation | Method, system and computer program for replicating data in a distributed computed environment |
US20030018621A1 (en) * | 2001-06-29 | 2003-01-23 | Donald Steiner | Distributed information search in a networked environment |
US20030115317A1 (en) * | 2001-12-14 | 2003-06-19 | International Business Machines Corporation | Selection of communication protocol for message transfer based on quality of service requirements |
US20030212763A1 (en) * | 2002-05-09 | 2003-11-13 | Ravi Kashyap | Distributed configuration-managed file synchronization systems |
US20040001498A1 (en) * | 2002-03-28 | 2004-01-01 | Tsu-Wei Chen | Method and apparatus for propagating content filters for a publish-subscribe network |
US6728715B1 (en) * | 2000-03-30 | 2004-04-27 | International Business Machines Corporation | Method and system for matching consumers to events employing content-based multicast routing using approximate groups |
US20050015619A1 (en) * | 2003-07-14 | 2005-01-20 | Wing Lee | Integration infrastrucuture |
US20050021594A1 (en) * | 2002-02-04 | 2005-01-27 | James Bernardin | Grid services framework |
US20050053013A1 (en) * | 2003-09-08 | 2005-03-10 | Traylor Frank A. | System for, and method of, enhancing public safety activity |
US20050055382A1 (en) * | 2000-06-28 | 2005-03-10 | Lounas Ferrat | Universal synchronization |
US20050060202A1 (en) * | 2002-05-31 | 2005-03-17 | Richard Taylor | System and method for coupling a plurality of medical devices in serverless grid |
US20050086285A1 (en) * | 2003-10-17 | 2005-04-21 | Bala Balasubramanian | System and method for dynamic distributed data processing utilizing hub and spoke architecture |
US20060224668A1 (en) * | 2005-03-10 | 2006-10-05 | International Business Machines Corporation | Methods and apparatus for efficiently placing stream transforms among broker machines comprising an overlay network in a publish-subscribe messaging system |
US7283463B2 (en) * | 1999-03-30 | 2007-10-16 | International Business Machines Corporation | Non-disruptive reconfiguration of a publish/subscribe system |
US20080005562A1 (en) * | 2005-12-13 | 2008-01-03 | Microsoft Corporation | Public key infrastructure certificate entrustment |
US20080082539A1 (en) * | 2006-10-02 | 2008-04-03 | Presenceid, Inc. | Systems and methods for provisioning content from multiple sources to a computing device |
US20090109869A1 (en) * | 2007-09-19 | 2009-04-30 | Hsiao Man-Tung T | Circuit bundle for resiliency/protection of circuits |
US20090129383A1 (en) * | 2007-11-21 | 2009-05-21 | Amal Maalouf | Hub and spoke multicast model |
US20090183175A1 (en) * | 2007-09-21 | 2009-07-16 | Presenceid, Inc. | Systems and methods for receiving and sending messages about changes to data attributes |
US20090304004A1 (en) * | 2008-05-27 | 2009-12-10 | Olivier Huynh Van | Regional Virtual VPN |
US20100008253A1 (en) * | 2008-07-09 | 2010-01-14 | Cisco Technology, Inc. | Virtual private network (vpn) topology identifier |
US7706895B2 (en) * | 2005-02-25 | 2010-04-27 | Rockwell Automation Technologies, Inc. | Reliable messaging instruction |
US7796607B2 (en) * | 2008-05-30 | 2010-09-14 | At&T Intellectual Property I, L.P. | Scalable multiprotocol label switching based virtual private networks and methods to implement the same |
US7801030B1 (en) * | 2005-09-16 | 2010-09-21 | Cisco Technology, Inc. | Technique for using OER with an ECT solution for multi-homed spoke-to-spoke sites |
-
2008
- 2008-09-26 US US12/239,430 patent/US8495127B2/en not_active Expired - Fee Related
Patent Citations (26)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US6336119B1 (en) * | 1997-11-20 | 2002-01-01 | International Business Machines Corporation | Method and system for applying cluster-based group multicast to content-based publish-subscribe system |
US6338092B1 (en) * | 1998-09-24 | 2002-01-08 | International Business Machines Corporation | Method, system and computer program for replicating data in a distributed computed environment |
US7283463B2 (en) * | 1999-03-30 | 2007-10-16 | International Business Machines Corporation | Non-disruptive reconfiguration of a publish/subscribe system |
US6728715B1 (en) * | 2000-03-30 | 2004-04-27 | International Business Machines Corporation | Method and system for matching consumers to events employing content-based multicast routing using approximate groups |
US20050055382A1 (en) * | 2000-06-28 | 2005-03-10 | Lounas Ferrat | Universal synchronization |
US20030018621A1 (en) * | 2001-06-29 | 2003-01-23 | Donald Steiner | Distributed information search in a networked environment |
US20030115317A1 (en) * | 2001-12-14 | 2003-06-19 | International Business Machines Corporation | Selection of communication protocol for message transfer based on quality of service requirements |
US20050021594A1 (en) * | 2002-02-04 | 2005-01-27 | James Bernardin | Grid services framework |
US7130891B2 (en) * | 2002-02-04 | 2006-10-31 | Datasynapse, Inc. | Score-based scheduling of service requests in a grid services computing platform |
US20040001498A1 (en) * | 2002-03-28 | 2004-01-01 | Tsu-Wei Chen | Method and apparatus for propagating content filters for a publish-subscribe network |
US20030212763A1 (en) * | 2002-05-09 | 2003-11-13 | Ravi Kashyap | Distributed configuration-managed file synchronization systems |
US20050060202A1 (en) * | 2002-05-31 | 2005-03-17 | Richard Taylor | System and method for coupling a plurality of medical devices in serverless grid |
US20050015619A1 (en) * | 2003-07-14 | 2005-01-20 | Wing Lee | Integration infrastrucuture |
US20050053013A1 (en) * | 2003-09-08 | 2005-03-10 | Traylor Frank A. | System for, and method of, enhancing public safety activity |
US20050086285A1 (en) * | 2003-10-17 | 2005-04-21 | Bala Balasubramanian | System and method for dynamic distributed data processing utilizing hub and spoke architecture |
US7706895B2 (en) * | 2005-02-25 | 2010-04-27 | Rockwell Automation Technologies, Inc. | Reliable messaging instruction |
US20060224668A1 (en) * | 2005-03-10 | 2006-10-05 | International Business Machines Corporation | Methods and apparatus for efficiently placing stream transforms among broker machines comprising an overlay network in a publish-subscribe messaging system |
US7801030B1 (en) * | 2005-09-16 | 2010-09-21 | Cisco Technology, Inc. | Technique for using OER with an ECT solution for multi-homed spoke-to-spoke sites |
US20080005562A1 (en) * | 2005-12-13 | 2008-01-03 | Microsoft Corporation | Public key infrastructure certificate entrustment |
US20080082539A1 (en) * | 2006-10-02 | 2008-04-03 | Presenceid, Inc. | Systems and methods for provisioning content from multiple sources to a computing device |
US20090109869A1 (en) * | 2007-09-19 | 2009-04-30 | Hsiao Man-Tung T | Circuit bundle for resiliency/protection of circuits |
US20090183175A1 (en) * | 2007-09-21 | 2009-07-16 | Presenceid, Inc. | Systems and methods for receiving and sending messages about changes to data attributes |
US20090129383A1 (en) * | 2007-11-21 | 2009-05-21 | Amal Maalouf | Hub and spoke multicast model |
US20090304004A1 (en) * | 2008-05-27 | 2009-12-10 | Olivier Huynh Van | Regional Virtual VPN |
US7796607B2 (en) * | 2008-05-30 | 2010-09-14 | At&T Intellectual Property I, L.P. | Scalable multiprotocol label switching based virtual private networks and methods to implement the same |
US20100008253A1 (en) * | 2008-07-09 | 2010-01-14 | Cisco Technology, Inc. | Virtual private network (vpn) topology identifier |
Cited By (28)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US8468082B2 (en) * | 2005-09-23 | 2013-06-18 | Chicago Mercantile Exchange, Inc. | Publish and subscribe system including buffer |
US8812393B2 (en) * | 2005-09-23 | 2014-08-19 | Chicago Mercantile Exchange Inc. | Publish and subscribe system including buffer |
US20130262288A1 (en) * | 2005-09-23 | 2013-10-03 | Chicago Mercantile Exchange Inc. | Publish and Subscribe System Including Buffer |
US8453163B2 (en) * | 2009-06-29 | 2013-05-28 | Software Ag Usa, Inc. | Systems and/or methods for policy-based JMS broker clustering |
US20100333111A1 (en) * | 2009-06-29 | 2010-12-30 | Software Ag | Systems and/or methods for policy-based JMS broker clustering |
US9047589B2 (en) | 2009-10-30 | 2015-06-02 | Verisign, Inc. | Hierarchical publish and subscribe system |
US20130024527A1 (en) * | 2009-10-30 | 2013-01-24 | Verisign, Inc. | Hierarchical publish/subscribe system |
US20110106891A1 (en) * | 2009-10-30 | 2011-05-05 | Verisign, Inc. | Hierarchical publish and subscribe system |
US10178055B2 (en) | 2009-10-30 | 2019-01-08 | Verisign, Inc. | Hierarchical publish and subscribe system |
US9235829B2 (en) | 2009-10-30 | 2016-01-12 | Verisign, Inc. | Hierarchical publish/subscribe system |
US11184299B2 (en) | 2009-10-30 | 2021-11-23 | Verisign, Inc. | Hierarchical publish and subscribe system |
US9269080B2 (en) * | 2009-10-30 | 2016-02-23 | Verisign, Inc. | Hierarchical publish/subscribe system |
US20160173595A1 (en) * | 2009-10-30 | 2016-06-16 | Verisign, Inc. | Hierarchical publish/subscribe system |
US9569753B2 (en) | 2009-10-30 | 2017-02-14 | Verisign, Inc. | Hierarchical publish/subscribe system performed by multiple central relays |
US9762405B2 (en) * | 2009-10-30 | 2017-09-12 | Verisign, Inc. | Hierarchical publish/subscribe system |
US20110110267A1 (en) * | 2009-11-09 | 2011-05-12 | Verisign, Inc. | Method and system for application level load balancing in a publish/subscribe message architecture |
US8982882B2 (en) | 2009-11-09 | 2015-03-17 | Verisign, Inc. | Method and system for application level load balancing in a publish/subscribe message architecture |
US9124592B2 (en) | 2009-11-09 | 2015-09-01 | Verisign, Inc. | Method and system for application level load balancing in a publish/subscribe message architecture |
EP2680537A3 (en) * | 2012-06-27 | 2014-02-26 | Verisign, Inc. | Hierarchical publish/subscribe system |
US10250460B2 (en) * | 2014-08-12 | 2019-04-02 | Hp Printing Korea Co., Ltd. | Multifunctional platform system with device management mechanism and method of operation thereof |
US20160050126A1 (en) * | 2014-08-12 | 2016-02-18 | Samsung Electronics Co., Ltd. | Multifuctional platform system with device management mechanism and method of operation thereof |
US10382307B1 (en) * | 2016-12-22 | 2019-08-13 | Amazon Technologies, Inc. | Transmission of subscription-based messages to Internet of Things (IoT) devices |
US10873518B1 (en) * | 2016-12-22 | 2020-12-22 | Amazon Technologies, Inc. | Transmission of subscription-based messages to internet of things (IoT) devices |
US10810147B1 (en) * | 2019-03-25 | 2020-10-20 | EMC IP Holding Company LLC | Type-based message bus with message type hierarches for non-object oriented applications |
US20220414678A1 (en) * | 2021-06-28 | 2022-12-29 | Stripe, Inc. | Constant-time cascading deletion of resources |
US11694211B2 (en) * | 2021-06-28 | 2023-07-04 | Stripe, Inc. | Constant-time cascading deletion of resources |
EP4120663A1 (en) * | 2021-07-16 | 2023-01-18 | Itron, Inc. | Hub and spoke publish-subscribe |
US11805188B2 (en) | 2021-07-16 | 2023-10-31 | Itron, Inc. | Hub and spoke publish-subscribe |
Also Published As
Publication number | Publication date |
---|---|
US8495127B2 (en) | 2013-07-23 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US8495127B2 (en) | Improving scalability and throughput of a publish/subscribe network | |
US10334067B2 (en) | MQTT cluster shared subscription hub for fat-pipe cloud applications | |
US10574619B2 (en) | Cluster assisted MQTT client coverage for fat-pipe cloud applications | |
EP2030414B1 (en) | Self-managed distributed mediation networks | |
CN100452794C (en) | Master node selection in clustered node configurations | |
CN101399746B (en) | Packet routing method, system, device and method, system for selecting backup resource | |
US20140280988A1 (en) | System and method for parallel multiplexing between servers in a cluster | |
US8423619B2 (en) | Message brokering in a consuming broker device | |
US7984127B2 (en) | Data matrix method and system for distribution of data | |
US8032578B2 (en) | Using distributed queues in an overlay network | |
US20090077251A1 (en) | Protocol for enabling dynamic and hierarchical interconnection of autonomous federations of enterprise service buses | |
CN102859961B (en) | There is the distributed video transcoding system of adaptive file process | |
CN104380289A (en) | Service-aware distributed hash table routing | |
US20080019351A1 (en) | Method And System For Affinity Management | |
KR102119456B1 (en) | Distributed Broker Coordinator System and Method in a Distributed Cloud Environment | |
US8346876B2 (en) | Method and system for message delivery | |
US9106568B2 (en) | Method of determining routing path based on change in dynamic state of nodes | |
US8195751B2 (en) | Method and apparatus for last message notification | |
KR101648568B1 (en) | Method for using distributed objects by clustering them and system using the same | |
GB2345162A (en) | Publish and subscribe data processing with distribution agents configured to support certain streams | |
US20230156071A1 (en) | Dynamic scaling of a distributed computing system | |
US20060179342A1 (en) | Service aggregation in cluster monitoring system with content-based event routing | |
JP2009110165A (en) | Load balancing processing method in publish/subscribe communication, and execution device and processing program therefor | |
JP7207145B2 (en) | Information processing device, delivery program and distributed processing system | |
US7725902B2 (en) | Finer grained point-to-point event propagation |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
AS | Assignment |
Owner name: INTERNATIONAL BUSINESS MACHINES CORPORATION, NEW Y Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:BANKS, ANDREW DAVID JAMES;BEARDALL, GAVIN DAVID;DENNIS, PAUL STEPHEN;AND OTHERS;SIGNING DATES FROM 20080923 TO 20080924;REEL/FRAME:021722/0841 Owner name: INTERNATIONAL BUSINESS MACHINES CORPORATION,NEW YO Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:BANKS, ANDREW DAVID JAMES;BEARDALL, GAVIN DAVID;DENNIS, PAUL STEPHEN;AND OTHERS;SIGNING DATES FROM 20080923 TO 20080924;REEL/FRAME:021722/0841 |
|
STCF | Information on status: patent grant |
Free format text: PATENTED CASE |
|
REMI | Maintenance fee reminder mailed | ||
FPAY | Fee payment |
Year of fee payment: 4 |
|
SULP | Surcharge for late payment | ||
AS | Assignment |
Owner name: SERVICENOW, INC., CALIFORNIA Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:INTERNATIONAL BUSINESS MACHINES CORPORATION;REEL/FRAME:043418/0692 Effective date: 20170731 |
|
AS | Assignment |
Owner name: INTERNATIONAL BUSINESS MACHINES CORPORATION, NEW Y Free format text: CORRECTIVE ASSIGNMENT TO CORRECT THE 1ST ASSIGNEE NAME 50% INTEREST PREVIOUSLY RECORDED AT REEL: 043418 FRAME: 0692. ASSIGNOR(S) HEREBY CONFIRMS THE ASSIGNMENT;ASSIGNOR:INTERNATIONAL BUSINESS MACHINES CORPORATION;REEL/FRAME:044348/0451 Effective date: 20161224 Owner name: SERVICENOW, INC., CALIFORNIA Free format text: CORRECTIVE ASSIGNMENT TO CORRECT THE 1ST ASSIGNEE NAME 50% INTEREST PREVIOUSLY RECORDED AT REEL: 043418 FRAME: 0692. ASSIGNOR(S) HEREBY CONFIRMS THE ASSIGNMENT;ASSIGNOR:INTERNATIONAL BUSINESS MACHINES CORPORATION;REEL/FRAME:044348/0451 Effective date: 20161224 |
|
FEPP | Fee payment procedure |
Free format text: MAINTENANCE FEE REMINDER MAILED (ORIGINAL EVENT CODE: REM.); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY |
|
LAPS | Lapse for failure to pay maintenance fees |
Free format text: PATENT EXPIRED FOR FAILURE TO PAY MAINTENANCE FEES (ORIGINAL EVENT CODE: EXP.); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY |
|
STCH | Information on status: patent discontinuation |
Free format text: PATENT EXPIRED DUE TO NONPAYMENT OF MAINTENANCE FEES UNDER 37 CFR 1.362 |
|
FP | Lapsed due to failure to pay maintenance fee |
Effective date: 20210723 |