CN105577533A - Distributed message delivery system and method - Google Patents

Distributed message delivery system and method Download PDF

Info

Publication number
CN105577533A
CN105577533A CN201610157082.XA CN201610157082A CN105577533A CN 105577533 A CN105577533 A CN 105577533A CN 201610157082 A CN201610157082 A CN 201610157082A CN 105577533 A CN105577533 A CN 105577533A
Authority
CN
China
Prior art keywords
message
component
service component
subscribing
assembly
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.)
Pending
Application number
CN201610157082.XA
Other languages
Chinese (zh)
Inventor
郝忠秀
陆勇
王崇
任文越
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Weimeng Chuangke Network Technology China Co Ltd
Original Assignee
Weimeng Chuangke Network Technology China Co Ltd
Priority date (The priority date 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 date listed.)
Filing date
Publication date
Application filed by Weimeng Chuangke Network Technology China Co Ltd filed Critical Weimeng Chuangke Network Technology China Co Ltd
Priority to CN201610157082.XA priority Critical patent/CN105577533A/en
Publication of CN105577533A publication Critical patent/CN105577533A/en
Pending legal-status Critical Current

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L51/00User-to-user messaging in packet-switching networks, transmitted according to store-and-forward or real-time protocols, e.g. e-mail
    • H04L51/04Real-time or near real-time messaging, e.g. instant messaging [IM]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L51/00User-to-user messaging in packet-switching networks, transmitted according to store-and-forward or real-time protocols, e.g. e-mail
    • H04L51/21Monitoring or handling of messages
    • H04L51/214Monitoring or handling of messages using selective forwarding
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/10Protocols in which an application is distributed across nodes in the network

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

The embodiment of the invention provides a distributed message delivery system and method. The system comprises a message dispatching system and a plurality of service components, wherein the plurality of service components are necessary to perform message interaction; at least one service component in the plurality of service components as a message sender is set to a message publishing component and used for publishing a generated message to the message dispatching system; at least one service component in the plurality of service components as a message receiver is set to a corresponding message subscribing component and used for subscribing a message to be received from the message dispatching system; and the message dispatching system is used for storing the message after receiving the message published by a certain message publishing component and then asynchronously pushing the stored message to the message subscribing component subscribing the message. The technical scheme disclosed by the invention has the benefits that: the system is convenient to increase the service component; all the messages are sent and received in an oriented manner; compared with the past that the messages are invoked completely through RPC, the invoking time can be reduced; and thus, the whole performance of the system is improved.

Description

A kind of distributed message jettison system and method
Technical field
The present invention relates to internet message interaction technique field, particularly relate to a kind of distributed message jettison system and method.
Background technology
Ad system is made up of to multiple subsystems such as, advertisement clearing advertisement putting, advertisement fixing, and the diversity due to Advertising Pattern often plants Advertising Pattern all may will have specific input, orientation, clearing form.Along with the continuous increase of Advertising Pattern and the lifting tradition of ad system complexity, prior art divides module RPC (RemoteProcedureCallProtocol by function merely, remote procedure call protocol) method of calling cannot meet the requirement of the low coupling of modularization high cohesion of system, the responsibility of each module in charge is more and more unintelligible, the performance of the entirety of system can be reduced on the contrary due to the increase of calling interface, successive iterations maintenance cost constantly increases, and the new demand of response that cannot be errorless fast changes.
Realizing in process of the present invention, inventor finds that in prior art, at least there are the following problems: existing technical scheme is the communication of subsystems or intermodule is mutual by RPC, the system that simple whole dependence RPC call along with the change of business is relevant may all will be revised thereupon, increase a product line all will transform with regard to subsystems and even will increase RPC and call, system becoming gradually is difficult to safeguard and iterative development.
Summary of the invention
The embodiment of the present invention provides a kind of distributed message jettison system and method, increases Service Component to facilitate system.
On the one hand, embodiments provide a kind of distributed message jettison system, described system comprises: message scheduling system and need the multiple Service Component carrying out interacting message, wherein,
At least one Service Component as message sender in described multiple Service Component is set to news release assembly, for issuing the message of producing to described message scheduling system;
At least one Service Component as message receiver in described multiple Service Component is set to corresponding message subscribing assembly, for subscribing to the message needing to receive to described message scheduling system;
Described message scheduling system, for when after the message receiving the issue of a certain news release assembly, stores; Then the message of storage is carried out asynchronous push to the message subscribing assembly subscribing to described message.
On the other hand, embodiments provide a kind of distributed message put-on method based on above-mentioned distributed message jettison system, described method comprises:
When needing to carry out interacting message between Service Component, at least one Service Component as message sender is set to news release assembly, issues the message of producing to described message scheduling system;
At least one Service Component as message receiver is set to message subscribing assembly, subscribes to the message needing to receive to described message scheduling system;
After described message scheduling system receives the message of a certain news release assembly issue, store; Then the message of storage is carried out asynchronous push to the message subscribing assembly subscribing to described message.
Technique scheme has following beneficial effect: facilitate system to increase Service Component, thoroughly pass through message scheduling system decoupling zero by between Service Component, and follow-up system renewal iteration also there will not be coupling in logic; Reduce the dependence between business, reduce development and maintenance cost; Because message is all directed transmission and reception, completely calls can reduce call number by RPC than before, thus the overall performance of elevator system; For multi-to-multi or one-to-many message in message stores physical memory or disk only have a complete data, multiple message subscribing person just logically has any different, thus saves system resource; The advantage that technical scheme is than before maximum in disaster tolerance is exactly can independently disaster tolerance, do not have chain reaction, because message scheduling system oneself is distributed way disaster tolerance, can ensure availability, some the going wrong of concrete Service Component can not associate other business.
Accompanying drawing explanation
In order to be illustrated more clearly in the embodiment of the present invention or technical scheme of the prior art, be briefly described to the accompanying drawing used required in embodiment or description of the prior art below, apparently, accompanying drawing in the following describes is only some embodiments of the present invention, for those of ordinary skill in the art, under the prerequisite not paying creative work, other accompanying drawing can also be obtained according to these accompanying drawings.
Fig. 1 is a kind of distributed message jettison system composition schematic diagram of the embodiment of the present invention
Fig. 2 is a kind of message scheduling system composition of embodiment of the present invention schematic diagram;
Fig. 3 is a kind of distributed message put-on method flow chart based on distributed message jettison system of the embodiment of the present invention;
Fig. 4 is that the application example of the present invention example of several practice in current microblogging ad system describes how to carry out two-way decoupling zero schematic diagram to each assembly one-to-many, multi-to-multi interacting message more intuitively;
Fig. 5 is the concrete news release schematic diagram of application example of the present invention.
Embodiment
Below in conjunction with the accompanying drawing in the embodiment of the present invention, be clearly and completely described the technical scheme in the embodiment of the present invention, obviously, described embodiment is only the present invention's part embodiment, instead of whole embodiments.Based on the embodiment in the present invention, those of ordinary skill in the art, not making the every other embodiment obtained under creative work prerequisite, belong to the scope of protection of the invention.
As shown in Figure 1, be a kind of distributed message jettison system composition schematic diagram of the embodiment of the present invention, described system comprises: message scheduling system and need the multiple Service Component carrying out interacting message, wherein,
At least one Service Component as message sender in described multiple Service Component is set to news release assembly, for issuing the message of producing to described message scheduling system;
At least one Service Component as message receiver in described multiple Service Component is set to corresponding message subscribing assembly, for subscribing to the message needing to receive to described message scheduling system;
Described message scheduling system, for when after the message receiving the issue of a certain news release assembly, stores; Then the message of storage is carried out asynchronous push to the message subscribing assembly subscribing to described message.
As shown in Figure 2, be a kind of message scheduling system composition of embodiment of the present invention schematic diagram, described message scheduling system comprises:
Receiving element 21, issues the message of assembly issue for receipt message;
Memory cell 22, for receive when described receiving element a certain news release assembly issue message after, store;
Subscribe to push unit 23, for Accept message subscription component to the subscription needing the message received; And the message stored in memory cell is carried out asynchronous push to the message subscribing assembly subscribing to described message.
Preferably, at least one Service Component as message sender comprises: microblog upgrades microblogging Service Component, anti-spam platform upgrades microblogging Service Component; At least one Service Component as message receiver comprises: the state component of monitoring advertisement putting in real time, the anti-cheating assembly of advertisement; Described message comprises: status message is deleted/upgraded to microblogging.
Preferably, at least one Service Component as message sender comprises: line component on line component, the logical upper line component of microblogging bean vermicelli, microblogging Wax in microblogging bean vermicelli top news; At least one Service Component as message receiver comprises: upgrade AD tagged field component; Described message comprises: AD tagged notification message.
Preferably, the message subscribing manner of described message scheduling system comprises: directly called by SDK SDK, or is subscribed to by remote procedure call protocol RPC agreement.
Corresponding to above-described embodiment, as shown in Figure 3, be a kind of distributed message put-on method flow chart based on distributed message jettison system of the embodiment of the present invention, described method comprises:
When 301, needing to carry out interacting message between Service Component, at least one Service Component as message sender is set to news release assembly, issues the message of producing to described message scheduling system;
302, at least one Service Component as message receiver is set to message subscribing assembly, subscribes to the message needing to receive to described message scheduling system;
303, after described message scheduling system receives the message of a certain news release assembly issue, store; Then the message of storage is carried out asynchronous push to the message subscribing assembly subscribing to described message.
Preferably, described method comprises: in described message scheduling system, arrange receiving element, and receipt message issues the message that assembly is issued; In described message scheduling system, memory cell is set, for receive when described receiving element a certain news release assembly issue message after, store; Subscription push unit is set in described message scheduling system, for Accept message subscription component to the subscription needing the message received; And the message stored in memory cell is carried out asynchronous push to the message subscribing assembly subscribing to described message.
Preferably, at least one Service Component as message sender comprises: microblog upgrades microblogging Service Component, anti-spam platform upgrades microblogging Service Component; At least one Service Component as message receiver comprises: the state component of monitoring advertisement putting in real time, the anti-cheating assembly of advertisement; Described message comprises: status message is deleted/upgraded to microblogging.
Preferably, at least one Service Component as message sender comprises: line component on line component, the logical upper line component of microblogging bean vermicelli, microblogging Wax in microblogging bean vermicelli top news; At least one Service Component as message receiver comprises: upgrade AD tagged field component; Described message comprises: AD tagged notification message.
Preferably, directly called by SDK, or in described message scheduling system, carry out message subscribing by RPC agreement.
Below lift application example to be described in detail to embodiment of the present invention technique scheme:
Application example technical scheme of the present invention increases message scheduling system on the basis that original RPC calls, by abstract for the behavior of interaction message between operation system be message send and message subscribing, by by abstract for interaction message behavior be a middleware, this middleware is responsible for the scheduling of message, acted on behalf of and each component interaction by message scheduling system, can be subscribed to by each business side for a sender of the message, or multiple business side is responsible for sending subscribes to consumption by a business side, only need subscribe to the message of oneself needs for each assembly or send the message that can produce, message scheduling system can inform subscribing service assembly by subscription situation.So just complete the two-way decoupling zero between assembly, sender of the message is without the need to knowing the existence of message user, and vice versa.
Application example scheme of the present invention is linked in message scheduling system by unified for the asynchronous pass-along message of each inter-module, message scheduling system is responsible for the reception of scheduling message, push, the operations such as subscription, each assembly does not directly associate thus two-way decoupling zero, the computational resource of inter-module Message Transmission is reduced by message scheduling system United Dispatching message, bandwidth consumption, message scheduling system in this programme be again distributed deployment be easy to management, in disaster tolerance, support dynamic capacity-expanding, multinode synchrodata heat replaces node to ensure the High Availabitity of whole message scheduling system.
1, Service Component is by the message communicating between message scheduling system
Between Service Component with Service Component message may be one to one, the form of one-to-many, multi-to-multi communicates, if centre has a message scheduling system message of one-to-many, multi-to-multi logically can be disassembled the mode of in a pair, message receiver carrys out source component without the need to what be concerned about message, only need the message of subscribing to these assembly needs, and message transmission component does not need to be concerned about that the situation of message subscribing side, final message communicating are the mutual of message subscribing side and message scheduling system, message sender and message scheduling system yet.Each Service Component final reaches real dividing and rule, and the message of communication is responsible for storing transmission by message scheduling system, our real-life transaction platform role somewhat similar.
As shown in Figure 4, for application example of the present invention describes how to carry out two-way decoupling zero schematic diagram to each assembly one-to-many, multi-to-multi interacting message more intuitively with the example of several practice in current microblogging ad system.
As shown in Figure 4, the role of the square frame representative on the left side is the assembly sending message, the square frame on the right represents the assembly of subscribe message, the example one of the first half be multi-to-multi message another be many-to-one message, microblog, anti-spam platform only need send corresponding message to message scheduling system when upgrading operations such as deleting microblogging, direct relation is not had with the assembly subscribing to such message, direct correlation is not had equally for monitoring advertisement putting state component and the anti-cheating assembly of advertisement and message sender in real time, in other words corresponding this message of microblogging state updating can be multiplely follow-uply can also access other Service Component for transmit leg, the same increase subscribing service assembly of message subscribing on existing subscription component without any impact, each inter-module is without any incidence relation.Another many-to-one example, for the source need not being concerned about message message subscribing side upgrades AD tagged assembly, only need be responsible for upgrading advertisement state, and the message sender of upstream can access the business of multiple Advertising Pattern, increase product line if follow-up again and only can increase overall size of message, for existing message transmission component side without any impact, thus reach two-way decoupling zero.
2, the specific implementation of message scheduling system
Message scheduling system is made up of three parts, is receiver module, memory module, subscription pushing module respectively.In order to flexible minimum cost transforms existing system fast, each part is made up of multiple assembly, receiver module and subscription pushing module are direct and that each Service Component is mutual modules, and memory module is used to the work such as storing message, scheduling message and disaster tolerance dilatation.
As shown in Figure 5, send for the concrete news release schematic diagram of application example of the present invention: MessageBus includes message, message stores, the logic of scheduling message, MessageBus supports that various protocols or mode carry out transmission of messages, thus reduce the cost transformed on existing system, MessageProcessor there is provided the various ways of the subscribe message dispatching patcher on basis, C++ can be passed through, Go, PHP, multilingual SDK (the SoftwareDevelopmentKit such as Java, SDK) directly call, or pass through Memecache, the RPC agreements such as Http carry out the message of subscribe message system.
Application example technique scheme of the present invention has following beneficial effect: facilitate system to increase Service Component, thoroughly pass through message scheduling system decoupling zero by between Service Component, and follow-up system renewal iteration also there will not be coupling in logic; Reduce the dependence between business, reduce development and maintenance cost; Because message is all directed transmission and reception, completely calls can reduce call number by RPC than before, thus the overall performance of elevator system; For multi-to-multi or one-to-many message in message stores physical memory or disk only have a complete data, multiple message subscribing person just logically has any different, thus saves system resource; The advantage that technical scheme is than before maximum in disaster tolerance is exactly can independently disaster tolerance, do not have chain reaction, because message scheduling system oneself is distributed way disaster tolerance, can ensure availability, some the going wrong of concrete Service Component can not associate other business.
Should be understood that the particular order of the step in disclosed process or level are the examples of illustrative methods.Based on design preference, should be appreciated that, the particular order of the step in process or level can be rearranged when not departing from protection range of the present disclosure.Appended claim to a method gives the key element of various step with exemplary order, and is not to be limited to described particular order or level.
In above-mentioned detailed description, various feature is combined in single embodiment together, to simplify the disclosure.This open method should be interpreted as reflecting such intention, that is, the embodiment of theme required for protection needs feature more more than the feature clearly stated in each claim.On the contrary, as appending claims reflect, the present invention is in the state fewer than whole features of disclosed single embodiment.Therefore, appending claims is clearly merged in detailed description hereby, and wherein every claim is alone as the preferred embodiment that the present invention is independent.
For enabling any technical staff in this area realize or use the present invention, above disclosed embodiment is described.To those skilled in the art; The various alter modes of these embodiments are all apparent, and General Principle defined herein also can be applicable to other embodiment on the basis not departing from spirit of the present disclosure and protection range.Therefore, the disclosure is not limited to the embodiment provided herein, but consistent with the widest scope of principle disclosed in the present application and novel features.
Description above comprises the citing of one or more embodiment.Certainly, all possible combination describing parts or method in order to describe above-described embodiment is impossible, but those of ordinary skill in the art should be realized that, each embodiment can do further combinations and permutations.Therefore, embodiment described herein is intended to contain all such changes, modifications and variations fallen in the protection range of appended claims.In addition, " comprise " with regard to the term used in specification or claims, the mode that contains of this word is similar to term and " comprises ", just as " comprising, " be in the claims used as link word explain such.In addition, be used in any one term in the specification of claims " or " be to represent " non-exclusionism or ".
Those skilled in the art can also recognize the various illustrative components, blocks (illustrativelogicalblock) that the embodiment of the present invention is listed, unit, and step can pass through electronic hardware, computer software, or both combinations realize.For the replaceability (interchangeability) of clear displaying hardware and software, above-mentioned various illustrative components (illustrativecomponents), unit and step have universally described their function.Such function is the designing requirement realizing depending on specific application and whole system by hardware or software.Those skilled in the art for often kind of specifically application, can use the function described in the realization of various method, but this realization can should not be understood to the scope exceeding embodiment of the present invention protection.
Various illustrative logical block described in the embodiment of the present invention, or unit can pass through general processor, digital signal processor, application-specific integrated circuit (ASIC) (ASIC), field programmable gate array or other programmable logic device, discrete gate or transistor logic, discrete hardware components, or the design of above-mentioned any combination realizes or operates described function.General processor can be microprocessor, and alternatively, this general processor also can be any traditional processor, controller, microcontroller or state machine.Processor also can be realized by the combination of calculation element, such as digital signal processor and microprocessor, multi-microprocessor, and a Digital Signal Processor Core combined by one or more microprocessor, or other similar configuration any realizes.
The software module that method described in the embodiment of the present invention or the step of algorithm directly can embed hardware, processor performs or the combination of both.Software module can be stored in the storage medium of other arbitrary form in RAM memory, flash memory, ROM memory, eprom memory, eeprom memory, register, hard disk, moveable magnetic disc, CD-ROM or this area.Exemplarily, storage medium can be connected with processor, with make processor can from storage medium reading information, and write information can be deposited to storage medium.Alternatively, storage medium can also be integrated in processor.Processor and storage medium can be arranged in ASIC, and ASIC can be arranged in user terminal.Alternatively, processor and storage medium also can be arranged in the different parts in user terminal.
In one or more exemplary design, the above-mentioned functions described by the embodiment of the present invention can realize in the combination in any of hardware, software, firmware or this three.If realized in software, these functions can store on the medium with computer-readable, or are transmitted on the medium of computer-readable with one or more instruction or code form.Computer readable medium comprises computer storage medium and is convenient to make to allow computer program transfer to the communication medium in other place from a place.Storage medium can be that any general or special computer can the useable medium of access.Such as, such computer readable media can include but not limited to RAM, ROM, EEPROM, CD-ROM or other optical disc storage, disk storage or other magnetic storage device, or other anyly may be used for carrying or store the medium that can be read the program code of form with instruction or data structure and other by general or special computer or general or special processor.In addition, any connection can be properly termed computer readable medium, such as, if software is by a coaxial cable, fiber optic cables, twisted-pair feeder, Digital Subscriber Line (DSL) or being also comprised in defined computer readable medium with wireless way for transmittings such as such as infrared, wireless and microwaves from a web-site, server or other remote resource.Described video disc (disk) and disk (disc) comprise Zip disk, radium-shine dish, CD, DVD, floppy disk and Blu-ray Disc, and disk is usually with magnetic duplication data, and video disc carries out optical reproduction data with laser usually.Above-mentioned combination also can be included in computer readable medium.
Above-described embodiment; object of the present invention, technical scheme and beneficial effect are further described; be understood that; the foregoing is only the specific embodiment of the present invention; the protection range be not intended to limit the present invention; within the spirit and principles in the present invention all, any amendment made, equivalent replacement, improvement etc., all should be included within protection scope of the present invention.

Claims (10)

1. a distributed message jettison system, is characterized in that, described system comprises: message scheduling system and need the multiple Service Component carrying out interacting message, wherein,
At least one Service Component as message sender in described multiple Service Component is set to news release assembly, for issuing the message of producing to described message scheduling system;
At least one Service Component as message receiver in described multiple Service Component is set to corresponding message subscribing assembly, for subscribing to the message needing to receive to described message scheduling system;
Described message scheduling system, for when after the message receiving the issue of a certain news release assembly, stores; Then the message of storage is carried out asynchronous push to the message subscribing assembly subscribing to described message.
2. distributed message jettison system as claimed in claim 1, it is characterized in that, described message scheduling system comprises:
Receiving element, issues the message of assembly issue for receipt message;
Memory cell, for receive when described receiving element a certain news release assembly issue message after, store;
Subscribe to push unit, for Accept message subscription component to the subscription needing the message received; And the message stored in memory cell is carried out asynchronous push to the message subscribing assembly subscribing to described message.
3. distributed message jettison system as claimed in claim 1 or 2, is characterized in that,
At least one Service Component as message sender comprises: microblog upgrades microblogging Service Component, anti-spam platform upgrades microblogging Service Component;
At least one Service Component as message receiver comprises: the state component of monitoring advertisement putting in real time, the anti-cheating assembly of advertisement;
Described message comprises: status message is deleted/upgraded to microblogging.
4. distributed message jettison system as claimed in claim 1 or 2, is characterized in that,
At least one Service Component as message sender comprises: line component on line component, the logical upper line component of microblogging bean vermicelli, microblogging Wax in microblogging bean vermicelli top news;
At least one Service Component as message receiver comprises: upgrade AD tagged field component;
Described message comprises: AD tagged notification message.
5. distributed message jettison system as claimed in claim 1 or 2, it is characterized in that, the message subscribing manner of described message scheduling system comprises: directly called by SDK SDK, or is subscribed to by remote procedure call protocol RPC agreement.
6., based on a distributed message put-on method for claim 1, it is characterized in that, described method comprises:
When needing to carry out interacting message between Service Component, at least one Service Component as message sender is set to news release assembly, issues the message of producing to described message scheduling system;
At least one Service Component as message receiver is set to message subscribing assembly, subscribes to the message needing to receive to described message scheduling system;
After described message scheduling system receives the message of a certain news release assembly issue, store; Then the message of storage is carried out asynchronous push to the message subscribing assembly subscribing to described message.
7. distributed message put-on method as claimed in claim 6, it is characterized in that, described method comprises:
In described message scheduling system, arrange receiving element, receipt message issues the message that assembly is issued;
Memory cell is set in described message scheduling system, after described receiving element receives the message of a certain news release assembly issue, stores;
In described message scheduling system, arrange subscription push unit, Accept message subscription component is to the subscription needing the message received; And the message stored in memory cell is carried out asynchronous push to the message subscribing assembly subscribing to described message.
8. distributed message put-on method as claimed in claims 6 or 7, is characterized in that,
At least one Service Component as message sender comprises: microblog upgrades microblogging Service Component, anti-spam platform upgrades microblogging Service Component;
At least one Service Component as message receiver comprises: the state component of monitoring advertisement putting in real time, the anti-cheating assembly of advertisement;
Described message comprises: status message is deleted/upgraded to microblogging.
9. distributed message put-on method as claimed in claims 6 or 7, is characterized in that,
At least one Service Component as message sender comprises: line component on line component, the logical upper line component of microblogging bean vermicelli, microblogging Wax in microblogging bean vermicelli top news;
At least one Service Component as message receiver comprises: upgrade AD tagged field component;
Described message comprises: AD tagged notification message.
10. distributed message put-on method as claimed in claims 6 or 7, be is characterized in that, directly called by SDK, or in described message scheduling system, carry out message subscribing by RPC agreement.
CN201610157082.XA 2016-03-18 2016-03-18 Distributed message delivery system and method Pending CN105577533A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201610157082.XA CN105577533A (en) 2016-03-18 2016-03-18 Distributed message delivery system and method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201610157082.XA CN105577533A (en) 2016-03-18 2016-03-18 Distributed message delivery system and method

Publications (1)

Publication Number Publication Date
CN105577533A true CN105577533A (en) 2016-05-11

Family

ID=55887222

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201610157082.XA Pending CN105577533A (en) 2016-03-18 2016-03-18 Distributed message delivery system and method

Country Status (1)

Country Link
CN (1) CN105577533A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108471445A (en) * 2018-04-02 2018-08-31 北京奇艺世纪科技有限公司 A kind of perpetual object content update notification method and device
CN112800030A (en) * 2021-02-08 2021-05-14 中国银联股份有限公司 Process component data management method and device and computer readable storage medium

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP1478160A1 (en) * 2003-05-14 2004-11-17 Hewlett-Packard Development Company, L.P. Brokering system architecture
CN102346669A (en) * 2011-09-21 2012-02-08 重庆邮电大学 Mobile terminal safety middleware system and method based on metadata
CN102523225A (en) * 2011-12-22 2012-06-27 浙江国自机器人技术有限公司 Decoupling method in distributed loosely-coupled framework and distributed loosely-coupled framework platform
CN103530255A (en) * 2013-10-12 2014-01-22 北京奇虎科技有限公司 Distributed asynchronous event processing method and system
CN103944924A (en) * 2014-05-15 2014-07-23 重庆邮电大学 Ubiquitous network publish-subscribe middleware model based on RESTful
CN103957188A (en) * 2014-03-24 2014-07-30 浪潮集团山东通用软件有限公司 Symmetrical bidirectional decoupling enterprise service description method and service scheduling system
CN104468838A (en) * 2014-12-30 2015-03-25 桂林电子科技大学 P2P network and Web service selection method in publish-subscribe pattern
CN105335313A (en) * 2014-08-07 2016-02-17 阿里巴巴集团控股有限公司 Basic data transmission method and apparatus

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP1478160A1 (en) * 2003-05-14 2004-11-17 Hewlett-Packard Development Company, L.P. Brokering system architecture
CN102346669A (en) * 2011-09-21 2012-02-08 重庆邮电大学 Mobile terminal safety middleware system and method based on metadata
CN102523225A (en) * 2011-12-22 2012-06-27 浙江国自机器人技术有限公司 Decoupling method in distributed loosely-coupled framework and distributed loosely-coupled framework platform
CN103530255A (en) * 2013-10-12 2014-01-22 北京奇虎科技有限公司 Distributed asynchronous event processing method and system
CN103957188A (en) * 2014-03-24 2014-07-30 浪潮集团山东通用软件有限公司 Symmetrical bidirectional decoupling enterprise service description method and service scheduling system
CN103944924A (en) * 2014-05-15 2014-07-23 重庆邮电大学 Ubiquitous network publish-subscribe middleware model based on RESTful
CN105335313A (en) * 2014-08-07 2016-02-17 阿里巴巴集团控股有限公司 Basic data transmission method and apparatus
CN104468838A (en) * 2014-12-30 2015-03-25 桂林电子科技大学 P2P network and Web service selection method in publish-subscribe pattern

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
吴瑞强: "基于发布_订阅的分布式服务系统的研究与实现", 《中国优秀硕士学位论文全文数据库 信息科技辑》 *
季云峰: "基于SOA的EDA的研究和实现", 《软件》 *

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108471445A (en) * 2018-04-02 2018-08-31 北京奇艺世纪科技有限公司 A kind of perpetual object content update notification method and device
CN108471445B (en) * 2018-04-02 2021-08-13 北京奇艺世纪科技有限公司 Attention object content updating notification method and device
CN112800030A (en) * 2021-02-08 2021-05-14 中国银联股份有限公司 Process component data management method and device and computer readable storage medium
CN112800030B (en) * 2021-02-08 2024-03-29 中国银联股份有限公司 Method and device for managing component data of flow and computer readable storage medium

Similar Documents

Publication Publication Date Title
KR101871383B1 (en) Method and system for using a recursive event listener on a node in hierarchical data structure
CN102752392A (en) Method, device and system for sharing user contact details
CN112069265A (en) Configuration data synchronization method, service data system, computer system and medium
CN102866925B (en) Communication method and system for middleware and user interface
CN102882934A (en) Web service realizing method based on enterprise service bus (ESB), ESB and service center
CN103152390A (en) Method and device and nodes and system for node configuration of distributed storage system
CN109739661A (en) The method, apparatus and system of information updating between a kind of cooperative module
CN101771930A (en) User terminal, software hosting business management system and management method
CN110262909A (en) RabbitMQ multi-zone supervision and message dilivery method, system
CN105681472A (en) Log transmission method and log transmission device
CN111831461A (en) Method and device for processing business process
CN105577533A (en) Distributed message delivery system and method
CN112817562A (en) Service processing method and device
CN112988879B (en) Method, system, device, storage medium and processor for accessing database
CN112860327A (en) CPU port switching method, device, equipment and readable medium
CN113157405A (en) Method and device for retrying breakpoint of business process
WO2020220272A1 (en) Method and system for changing resource state, terminal, and storage medium
CN106462421B (en) Telecommunication device and method for updating software in a telecommunication device
CN111090530B (en) Distributed inter-process communication bus system
CN103023897B (en) A kind of synchronous service management system and method
US20150120607A1 (en) System and method for customer event email consolidation and delivery
CN114385684A (en) BaaS platform data service publishing method and system
CN114756227A (en) Resource release processing method and device
CN113711570B (en) Method and system for enabling a computing device to communicate with a cloud network
CN103685680A (en) Mobile phone state displaying method, system and server

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20160511