CN108984325A - Message queue consuming method and device - Google Patents

Message queue consuming method and device Download PDF

Info

Publication number
CN108984325A
CN108984325A CN201810806478.1A CN201810806478A CN108984325A CN 108984325 A CN108984325 A CN 108984325A CN 201810806478 A CN201810806478 A CN 201810806478A CN 108984325 A CN108984325 A CN 108984325A
Authority
CN
China
Prior art keywords
message
service
service message
key value
serial number
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
CN201810806478.1A
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.)
Beijing North Source Information Safe Technology Ltd
Original Assignee
Beijing North Source Information Safe Technology 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 Beijing North Source Information Safe Technology Ltd filed Critical Beijing North Source Information Safe Technology Ltd
Priority to CN201810806478.1A priority Critical patent/CN108984325A/en
Publication of CN108984325A publication Critical patent/CN108984325A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements 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/46Multiprogramming arrangements
    • G06F9/54Interprogram communication
    • G06F9/546Message passing systems or structures, e.g. queues
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q30/00Commerce
    • G06Q30/06Buying, selling or leasing transactions
    • G06Q30/0601Electronic shopping [e-shopping]
    • G06Q30/0633Lists, e.g. purchase orders, compilation or processing
    • G06Q30/0635Processing of requisition or of purchase orders

Landscapes

  • Engineering & Computer Science (AREA)
  • Business, Economics & Management (AREA)
  • Theoretical Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Accounting & Taxation (AREA)
  • Finance (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • Development Economics (AREA)
  • General Business, Economics & Management (AREA)
  • Strategic Management (AREA)
  • Marketing (AREA)
  • Economics (AREA)
  • General Engineering & Computer Science (AREA)
  • Computer And Data Communications (AREA)

Abstract

The embodiment of the present invention provides the consuming method and device of a kind of message queue.The described method includes: distributing a business serial number for every service message that the producer sends, the service message carries service identification;In consumer after obtaining service message in message queue, the service identification and business serial number of the service message are parsed, the row key value of the service message is generated according to the service identification and business serial number;Inquiry whether there is the row key value in message record data library;Consumption is cancelled to the service message according to query result or is consumed.The embodiment of the present invention can be effectively treated repetition message while guaranteeing high concurrent of the message queue in transmitting terminal by the consumption in consumption terminal cancellation repetition message.

Description

Message queue consuming method and device
Technical field
The present embodiments relate to field of computer technology more particularly to a kind of message queue consuming methods and device.
Background technique
Message queue (Message Queue, abbreviation MQ) is point of a High Availabitity, high concurrent, Highly Scalable, low delay Cloth Message Queuing Services are usually produced in background update in some hot-sale products of the distributed electric business website of high concurrent height access When product relevant information, it is used for the relevant information of the asynchronous and synchronous product using message queue, such as kills or is rolled into a ball in the activity of robbing in the second Using extensive.
Message queue model generally includes the producer, message queue and consumer, by taking electric business application scenarios as an example, message The application of queuing model is described as follows: after user places an order message queue is written in order messages by ordering system (producer);Library Deposit system (consumer) subscribes to the message to place an order, by the way of drawing/pushing away, obtains order placement information from message queue, carries out inventory Operation.
Existing message queue component (such as Kafka, RocketMQ) has a common problem when in use: in net In the case that network is unstable, message is possible to repeat.The repetition of message includes that the repetition of transmitting terminal (producer) and consumption terminal (disappear The person of expense) the aspect of repetition two, i.e. transmitting terminal sends duplicate message and consumption terminal Double Spending same message.For big For partial service scene, duplicate message be it is breakneck, such as an order cannot allow user payment repeatedly, also can not It can deliver multiple.
Therefore, repetition message how is handled as urgent problem to be solved.
Summary of the invention
The embodiment of the present invention provides a kind of message queue consuming method and device, to solve message repetition in the prior art The problem of.
On the one hand, the embodiment of the present invention provides a kind of message queue consuming method, which comprises
A business serial number is distributed for every service message that the producer sends, the service message carries business mark Know;
In consumer after obtaining service message in message queue, the service identification and industry of the service message are parsed Business serial number, the row key value of the service message is generated according to the service identification and business serial number;
Inquiry whether there is the row key value in message record data library;
Consumption is cancelled to the service message according to query result or is consumed.
On the other hand, the embodiment of the present invention provides a kind of message queue consumption device, and described device includes:
Allocation unit, every service message for sending for the producer distribute a business serial number, and the business disappears Breath carries service identification;
Resolution unit, for after obtaining service message in message queue, parsing the service message in consumer Service identification and business serial number;
Generation unit, for generating the row key value of the service message according to the service identification and business serial number;
Query unit whether there is the row key value for inquiring in message record data library;
Processing unit, for cancelling consumption to the service message according to query result or consuming.
On the other hand, the embodiment of the present invention also provides a kind of electronic equipment, including memory, processor and being stored in is deposited On reservoir and the computer program that can run on a processor, the processor realize such as above-mentioned message team when executing described program The step of column consuming method.
On the other hand, the embodiment of the present invention also provides a kind of non-transient computer readable storage medium, is stored thereon with meter Calculation machine program is realized when described program is executed by processor such as the step of above-mentioned message queue consuming method.
The embodiment of the present invention can guarantee message queue in transmitting terminal by the consumption in consumption terminal cancellation repetition message High concurrent while repetition message is effectively treated.
Detailed description of the invention
In order to more clearly explain the embodiment of the invention or the technical proposal in the existing technology, to embodiment or will show below There is attached drawing needed in technical description to be briefly described, it should be apparent that, the accompanying drawings in the following description is this hair Bright some embodiments for those of ordinary skill in the art without creative efforts, can be with root Other attached drawings are obtained according to these attached drawings.
Fig. 1 is the flow diagram of the consuming method for the message queue that one embodiment of the invention provides;
Fig. 2 is the structural schematic diagram of the consumption system for the message queue that one embodiment of the invention provides;
Fig. 3 is the structural schematic diagram of the consumption device for the message queue that one embodiment of the invention provides;
Fig. 4 is the structural schematic diagram for the electronic equipment that one embodiment of the invention provides.
Specific embodiment
In order to make the object, technical scheme and advantages of the embodiment of the invention clearer, below in conjunction with the embodiment of the present invention In attached drawing, technical scheme in the embodiment of the invention is clearly and completely described, it is clear that described embodiment is A part of the embodiment of the present invention, instead of all the embodiments.Based on the embodiments of the present invention, those of ordinary skill in the art Every other embodiment obtained without creative efforts, shall fall within the protection scope of the present invention.
Fig. 1 shows a kind of flow diagram of the consuming method of message queue provided in an embodiment of the present invention.
As shown in Figure 1, the consuming method of message queue provided in an embodiment of the present invention specifically includes the following steps:
S11, a business serial number is distributed for every service message that the producer sends, the service message carries business Mark;
The embodiment of the present invention is that each service message that the producer sends distributes a business serial number, and serial number is sealed It is attached in service message, the attribute as service message.
Specifically, every service message carries corresponding service identification.
S12, consumer from message queue obtain service message after, parse the service identification of the service message And business serial number, the row key value of the service message is generated according to the service identification and business serial number;
Specifically, for consumer after pulling service message in message queue, the embodiment of the present invention parses the flowing water of message Number and service identification, be good for corresponding value for row is corresponded in the service identification of serial number composition Hbase database.Hbase is as column Formula database supports bigger data volume.
S13, inquiry whether there is the row key value in message record data library;
The embodiment of the present invention is inquired in Hbase database according to the row key value of generation, is judged in Hbase database With the presence or absence of the row key value.
Specifically, idempotent processing is done to row key value, retrieval is in Hbase database with the presence or absence of key value of mutually going together.
S14, consumption is cancelled to the service message according to query result or is consumed.
The embodiment of the present invention judges whether currently pending service message is repetition message according to query result, thus to working as Preceding service message to be processed performs corresponding processing.
The embodiment of the present invention is cancelled in consumption terminal and being repeated by judging whether currently pending service message is repetition message The consumption of message can be effectively treated repetition message while guaranteeing high concurrent of the message queue in transmitting terminal.
On the basis of the above embodiments, S14 is specifically included:
When inquiring the row key value in message record data library, cancel the consumption of the service message;
When not inquiring the row key value in message record data library, the service message is consumed.
Specifically, currently pending if there are the row key value of currently pending service message in Hbase database Message is repetition message, and the embodiment of the present invention, which cancels the repetition message, consumes.If there is no current in Hbase database The row key value of service message to be processed, then currently pending message is not repetition message, and the embodiment of the present invention is to the service message It is consumed.
The embodiment of the present invention, which cancels repetition message, consumes, and can be avoided the multiple consumption of same order.
On the basis of the above embodiments, the method also includes:
After consuming to the service message, the business is generated according to the service identification and business serial number The row key value of message is simultaneously stored in the message record data library.
The embodiment of the present invention stores the serial number of current message and service identification to Hbase number after consumption message every time According in library.
Specifically, the row key value for generating the service message according to the service identification and business serial number includes:
Using the business serial number of the service message low level strong as row, using the service identification of the service message as The strong high position of row, group are embarked on journey key value.
Specifically, the low level of the line unit recorded using serial number as this, a high position of the service identification as line unit, such as flow Water number is stored as rder_000001, and service identification is stored as order_000002.The height bit allocation of line unit, facilitates data equal Weighing apparatus distribution and quick search.
On the basis of the above embodiments, the method also includes:
When clearing up expired service message, the row key value of expired service message is deleted from the message record data library.
Specifically, the row key value by expired service message is deleted from the message record data library includes:
Parse the business serial number and service identification of the expired service message;
The expired business is deleted from the message record data library according to the business serial number and service identification to disappear The row key value of breath.
The embodiment of the present invention proposes service message Prune Policies, is absolutely located according to real trade situation in a collection of message of confirmation It has been managed that, there is no in the case where uncertain transaction, using these message as expired service message, by the stream of stale messages Water number is deleted from Hbase database.
Specifically, the row key value for parsing stale messages deletes the row key value of stale messages from Hbase database, To avoid the recorded amounts in Hbase database excessive.
Fig. 2 shows the structural schematic diagrams of the consumption system of the message queue of one embodiment of the invention proposition.
Referring to Fig. 2, the consumption system for the message queue that one embodiment of invention proposes specifically includes the producer (Producer- A), message queue, consumer (Consumer-a), Service Processing Module, Hbase cluster and message cleaning modul, the system The step of carrying out the consumption of message queue is as follows:
The producer sends a message to message queue, with UUID (Universally Unique Identifier, it is general only One identification code) as serial number and it is packaged into the attribute of message;
Consumer obtains service message in a manner of subscribing to, and body message (Topic-a) is pulled from message queue;
It is strong according to serial number field in message and service identification splicing trip when consumer spending message, according to row it is strong from Inquire whether to deposit the row strong in Hbase cluster;
If it does not exist, then Service Processing Module carries out non-duplicate messaging service processing, otherwise cancel consumption;
The serial number of message and service identification are generated into line unit after non-duplicate Message Processing success and are inserted into Hbase cluster In;
When message cleaning modul clears up stale messages, the Flow Record in Hbase cluster is deleted.
The embodiment of the present invention also provides a kind of consumption device of message queue.
Fig. 3 shows a kind of structural schematic diagram of the consumption device of message queue provided in an embodiment of the present invention.
As shown in figure 3, the consumption device of message queue provided in an embodiment of the present invention includes allocation unit 11, resolution unit 12, generation unit 13, query unit 14 and processing unit 15, in which:
The allocation unit 11, every service message for sending for the producer distributes a business serial number, described Service message carries service identification;
The resolution unit 12, for after obtaining service message in message queue, parsing the industry in consumer The service identification and business serial number for message of being engaged in;;
The generation unit 13, the row for generating the service message according to the service identification and business serial number are strong Value;
The query unit 14 whether there is the row key value for inquiring in message record data library;
The processing unit 15, for cancelling consumption to the service message according to query result or consuming.
The embodiment of the present invention can guarantee message queue in transmitting terminal by the consumption in consumption terminal cancellation repetition message High concurrent while repetition message is effectively treated.
Specifically, the processing unit 15, for cancelling when inquiring the row key value in message record data library The consumption of the service message;
When not inquiring the row key value in message record data library, the service message is consumed.
Specifically, described device further include:
Storage unit, for after the processing unit 15 consumes the service message, the business to be disappeared The row key value of breath is simultaneously stored in the message record data library.
Specifically, the generation unit, for the low level that the business serial number of the service message is strong as row, by institute State the service identification of a service message high position strong as row, group is embarked on journey key value.
Specifically, described device further include:
Unit is deleted, when for clearing up expired service message, by the row key value of expired service message from the Message Record It is deleted in database.
Specifically, the deletion unit includes:
Parsing module, for parsing the business serial number and service identification of the expired service message;
Removing module, for deleting institute from the message record data library according to the business serial number and service identification State the row key value of expired service message.
Functional module in the embodiment of the present invention can be realized by hardware processor (hardware processor) Related function module, the embodiment of the present invention repeat no more.
The apparatus embodiments described above are merely exemplary, wherein described, unit can as illustrated by the separation member It is physically separated with being or may not be, component shown as a unit may or may not be physics list Member, it can it is in one place, or may be distributed over multiple network units.It can be selected according to the actual needs In some or all of the modules achieve the purpose of the solution of this embodiment.Those of ordinary skill in the art are not paying creativeness Labour in the case where, it can understand and implement.
The embodiment of the present invention also provides a kind of electronic equipment, including memory, processor and storage are on a memory and can The computer program run on a processor, the processor realize the method such as Fig. 1 when executing described program.
Fig. 4 shows the structural schematic diagram of the electronic equipment of one embodiment of the invention offer.
As shown in figure 4, electronic equipment provided in an embodiment of the present invention include memory 21, processor 22, bus 23 and It is stored in the computer program that can be run on memory 21 and on processor 22.Wherein, the memory 21, processor 22 are logical It crosses the bus 23 and completes mutual communication.
The processor 22 is used to call the program instruction in the memory 21, realizes when executing described program as schemed 1 method.
For example, the processor realizes following method when executing described program:
A business serial number is distributed for every service message that the producer sends, the service message carries business mark Know;
In consumer after obtaining service message in message queue, the service identification and industry of the service message are parsed Business serial number, the row key value of the service message is generated according to the service identification and business serial number;
Inquiry whether there is the row key value in message record data library;
Consumption is cancelled to the service message according to query result or is consumed.
Electronic equipment provided in an embodiment of the present invention can guaranteed by cancelling the consumption of repetition message in consumption terminal Message queue is effectively treated repetition message while the high concurrent of transmitting terminal.
The embodiment of the present invention also provides a kind of non-transient computer readable storage medium, and meter is stored on the storage medium Calculation machine program is realized when described program is executed by processor such as the step of Fig. 1.
For example, the processor realizes following method when executing described program:
A business serial number is distributed for every service message that the producer sends, the service message carries business mark Know;
In consumer after obtaining service message in message queue, the service identification and industry of the service message are parsed Business serial number, the row key value of the service message is generated according to the service identification and business serial number;
Inquiry whether there is the row key value in message record data library;
Consumption is cancelled to the service message according to query result or is consumed.
Non-transient computer readable storage medium provided in an embodiment of the present invention, by cancelling repetition message in consumption terminal Consumption can be effectively treated repetition message while guaranteeing high concurrent of the message queue in transmitting terminal.
One embodiment of the invention discloses a kind of computer program product, and the computer program product is non-temporary including being stored in Computer program on state computer readable storage medium, the computer program include program instruction, when described program instructs When being computer-executed, computer is able to carry out method provided by above-mentioned each method embodiment, for example,
A business serial number is distributed for every service message that the producer sends, the service message carries business mark Know;
In consumer after obtaining service message in message queue, the service identification and industry of the service message are parsed Business serial number, the row key value of the service message is generated according to the service identification and business serial number;
Inquiry whether there is the row key value in message record data library;
Consumption is cancelled to the service message according to query result or is consumed.
It will be appreciated by those of skill in the art that although some embodiments described herein include other embodiments is wrapped Certain features for including rather than other feature, but the combination of the feature of different embodiments mean in the scope of the present invention it It is interior and form different embodiments.
Through the above description of the embodiments, those skilled in the art can be understood that each embodiment can It realizes by means of software and necessary general hardware platform, naturally it is also possible to pass through hardware.Based on this understanding, on Stating technical solution, substantially the part that contributes to existing technology can be embodied in the form of software products in other words, should Computer software product may be stored in a computer readable storage medium, such as ROM/RAM, magnetic disk, CD, including several fingers It enables and using so that a computer equipment (can be personal computer, server or the network equipment etc.) executes each implementation Method described in certain parts of example or embodiment.
Finally, it should be noted that the above embodiments are merely illustrative of the technical solutions of the present invention, rather than its limitations;Although Present invention has been described in detail with reference to the aforementioned embodiments, those skilled in the art should understand that: it still may be used To modify the technical solutions described in the foregoing embodiments or equivalent replacement of some of the technical features; And these are modified or replaceed, technical solution of various embodiments of the present invention that it does not separate the essence of the corresponding technical solution spirit and Range.

Claims (10)

1. a kind of consuming method of message queue, which is characterized in that the described method includes:
A business serial number is distributed for every service message that the producer sends, the service message carries service identification;
In consumer after obtaining service message in message queue, the service identification and Business Stream of the service message are parsed Water number generates the row key value of the service message according to the service identification and business serial number;
Inquiry whether there is the row key value in message record data library;
Consumption is cancelled to the service message according to query result or is consumed.
2. the method according to claim 1, wherein described disappear to the service message according to query result Take or carry out consumption and includes:
When inquiring the row key value in message record data library, cancel the consumption of the service message;
When not inquiring the row key value in message record data library, the service message is consumed.
3. according to the method described in claim 2, it is characterized in that, after being consumed to the service message, the side Method further include:
The row key value of the service message is generated according to the service identification and business serial number and is stored in the Message Record In database.
4. according to the method described in claim 3, it is characterized in that, described generate according to the service identification and business serial number The row key value of the service message includes:
It is strong using the service identification of the service message as row using the business serial number of the service message low level strong as row A high position, group embarks on journey key value.
5. the method according to claim 1, wherein the method also includes:
When clearing up expired service message, the row key value of expired service message is deleted from the message record data library.
6. according to the method described in claim 5, it is characterized in that, the row key value by expired service message is from the message It is deleted in database of record and includes:
Parse the business serial number and service identification of the expired service message;
The expired service message is deleted from the message record data library according to the business serial number and service identification Row key value.
7. a kind of consumption device of message queue, which is characterized in that described device includes:
Allocation unit, every service message for sending for the producer distribute a business serial number, and the service message is taken Band service identification;
Resolution unit, for after obtaining service message in message queue, parsing the industry of the service message in consumer Business mark and business serial number;
Generation unit, for generating the row key value of the service message according to the service identification and business serial number;
Query unit whether there is the row key value for inquiring in message record data library;
Processing unit, for cancelling consumption to the service message according to query result or consuming.
8. device according to claim 7, which is characterized in that
The processing unit, for cancelling the service message when inquiring the row key value in message record data library Consumption;
When not inquiring the row key value in message record data library, the service message is consumed.
9. a kind of electronic equipment including memory, processor and stores the calculating that can be run on a memory and on a processor Machine program, which is characterized in that the processor realizes the message team as described in any one of claim 1 to 6 when executing described program The step of consumption of column.
10. a kind of non-transient computer readable storage medium, is stored thereon with computer program, which is characterized in that the computer It is realized when program is executed by processor as described in any one of claim 1 to 6 the step of the consumption of message queue.
CN201810806478.1A 2018-07-20 2018-07-20 Message queue consuming method and device Pending CN108984325A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201810806478.1A CN108984325A (en) 2018-07-20 2018-07-20 Message queue consuming method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201810806478.1A CN108984325A (en) 2018-07-20 2018-07-20 Message queue consuming method and device

Publications (1)

Publication Number Publication Date
CN108984325A true CN108984325A (en) 2018-12-11

Family

ID=64549473

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201810806478.1A Pending CN108984325A (en) 2018-07-20 2018-07-20 Message queue consuming method and device

Country Status (1)

Country Link
CN (1) CN108984325A (en)

Cited By (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109788026A (en) * 2018-12-13 2019-05-21 新华三大数据技术有限公司 Message treatment method and device
CN110443638A (en) * 2019-07-16 2019-11-12 广州微米物联网科技有限公司 A kind of intelligent vending machine approaches to IM and system based on sports center
CN110674004A (en) * 2019-08-28 2020-01-10 北京奇艺世纪科技有限公司 Queue message recording method, system, electronic equipment and storage medium
CN110968439A (en) * 2019-11-28 2020-04-07 蜂助手股份有限公司 Intersystem message notification method, device, server, system and storage medium
CN111190747A (en) * 2019-12-20 2020-05-22 北京金山云网络技术有限公司 Message loss detection method and device for message queue
CN111314422A (en) * 2020-01-17 2020-06-19 平安医疗健康管理股份有限公司 Kafka-based message processing method and system, storage medium and computer equipment
CN111338814A (en) * 2020-02-13 2020-06-26 北京奇艺世纪科技有限公司 Message processing method and device, storage medium and electronic device
CN111367694A (en) * 2020-03-18 2020-07-03 北京奇艺世纪科技有限公司 Event processing method, server and computer storage medium
CN111784329A (en) * 2020-06-30 2020-10-16 京东数字科技控股有限公司 Service data processing method and device, storage medium and electronic device
CN112131013A (en) * 2019-06-25 2020-12-25 顺丰科技有限公司 Monitoring method, device, equipment and storage medium of call chain in distributed system
CN112241315A (en) * 2019-07-16 2021-01-19 烽火通信科技股份有限公司 Network resource reporting method and system based on classification serial numbers
CN112333087A (en) * 2020-11-18 2021-02-05 平安消费金融有限公司 Consumption message processing method and related equipment
CN112416614A (en) * 2020-10-28 2021-02-26 网宿科技股份有限公司 Data processing method, system and server based on message queue
CN112699130A (en) * 2021-01-15 2021-04-23 广东电网有限责任公司广州供电局 Power data processing method and device and computer equipment
CN113704297A (en) * 2021-08-03 2021-11-26 深圳兆日科技股份有限公司 Method and module for processing service processing request and computer readable storage medium

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103399945A (en) * 2013-08-15 2013-11-20 成都博云科技有限公司 Data structure based on cloud computing database system
CN104754036A (en) * 2015-03-06 2015-07-01 合一信息技术(北京)有限公司 Message processing system and processing method based on kafka
CN105227662A (en) * 2015-09-30 2016-01-06 努比亚技术有限公司 Message treatment method, device and system
CN105812405A (en) * 2014-12-29 2016-07-27 阿里巴巴集团控股有限公司 Method, device and system for processing messages
CN107229455A (en) * 2016-03-24 2017-10-03 阿里巴巴集团控股有限公司 A kind of method for processing business, apparatus and system
CN107370797A (en) * 2017-06-30 2017-11-21 北京百度网讯科技有限公司 A kind of method and apparatus of the strongly-ordered queue operation based on HBase
CN107656825A (en) * 2017-09-01 2018-02-02 上海艾融软件股份有限公司 Message treatment method, apparatus and system
CN107943841A (en) * 2017-10-30 2018-04-20 深圳前海微众银行股份有限公司 Stream data processing method, system and computer-readable recording medium

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103399945A (en) * 2013-08-15 2013-11-20 成都博云科技有限公司 Data structure based on cloud computing database system
CN105812405A (en) * 2014-12-29 2016-07-27 阿里巴巴集团控股有限公司 Method, device and system for processing messages
CN104754036A (en) * 2015-03-06 2015-07-01 合一信息技术(北京)有限公司 Message processing system and processing method based on kafka
CN105227662A (en) * 2015-09-30 2016-01-06 努比亚技术有限公司 Message treatment method, device and system
CN107229455A (en) * 2016-03-24 2017-10-03 阿里巴巴集团控股有限公司 A kind of method for processing business, apparatus and system
CN107370797A (en) * 2017-06-30 2017-11-21 北京百度网讯科技有限公司 A kind of method and apparatus of the strongly-ordered queue operation based on HBase
CN107656825A (en) * 2017-09-01 2018-02-02 上海艾融软件股份有限公司 Message treatment method, apparatus and system
CN107943841A (en) * 2017-10-30 2018-04-20 深圳前海微众银行股份有限公司 Stream data processing method, system and computer-readable recording medium

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
于科伟: ""基于Zabbix分布式云监控大数据存储设计与实现"", 《中国优秀硕士学位论文全文数据库 信息科技辑》 *
王海鹏: ""基于HBase的人口收入水平的预测研究"", 《中国优秀硕士学位论文全文数据库 信息科技辑》 *
程树林 等: ""基于HBase的污染源监控数据存储系统实现方法研究"", 《计算机应用与软件》 *

Cited By (20)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109788026A (en) * 2018-12-13 2019-05-21 新华三大数据技术有限公司 Message treatment method and device
CN109788026B (en) * 2018-12-13 2022-03-08 新华三大数据技术有限公司 Message processing method and device
CN112131013A (en) * 2019-06-25 2020-12-25 顺丰科技有限公司 Monitoring method, device, equipment and storage medium of call chain in distributed system
CN110443638A (en) * 2019-07-16 2019-11-12 广州微米物联网科技有限公司 A kind of intelligent vending machine approaches to IM and system based on sports center
CN112241315A (en) * 2019-07-16 2021-01-19 烽火通信科技股份有限公司 Network resource reporting method and system based on classification serial numbers
CN110674004A (en) * 2019-08-28 2020-01-10 北京奇艺世纪科技有限公司 Queue message recording method, system, electronic equipment and storage medium
CN110968439B (en) * 2019-11-28 2020-12-15 蜂助手股份有限公司 Intersystem message notification method, device, server, system and storage medium
CN110968439A (en) * 2019-11-28 2020-04-07 蜂助手股份有限公司 Intersystem message notification method, device, server, system and storage medium
CN111190747A (en) * 2019-12-20 2020-05-22 北京金山云网络技术有限公司 Message loss detection method and device for message queue
CN111314422A (en) * 2020-01-17 2020-06-19 平安医疗健康管理股份有限公司 Kafka-based message processing method and system, storage medium and computer equipment
CN111338814A (en) * 2020-02-13 2020-06-26 北京奇艺世纪科技有限公司 Message processing method and device, storage medium and electronic device
CN111367694A (en) * 2020-03-18 2020-07-03 北京奇艺世纪科技有限公司 Event processing method, server and computer storage medium
CN111367694B (en) * 2020-03-18 2024-01-26 北京奇艺世纪科技有限公司 Event processing method, server and computer storage medium
CN111784329A (en) * 2020-06-30 2020-10-16 京东数字科技控股有限公司 Service data processing method and device, storage medium and electronic device
CN111784329B (en) * 2020-06-30 2024-04-05 京东科技控股股份有限公司 Service data processing method and device, storage medium and electronic device
CN112416614A (en) * 2020-10-28 2021-02-26 网宿科技股份有限公司 Data processing method, system and server based on message queue
CN112333087A (en) * 2020-11-18 2021-02-05 平安消费金融有限公司 Consumption message processing method and related equipment
CN112699130A (en) * 2021-01-15 2021-04-23 广东电网有限责任公司广州供电局 Power data processing method and device and computer equipment
CN113704297A (en) * 2021-08-03 2021-11-26 深圳兆日科技股份有限公司 Method and module for processing service processing request and computer readable storage medium
CN113704297B (en) * 2021-08-03 2024-02-23 深圳兆日科技股份有限公司 Processing method, module and computer readable storage medium for business processing request

Similar Documents

Publication Publication Date Title
CN108984325A (en) Message queue consuming method and device
US20220147976A1 (en) Updating digital wallet assets
CN109685295B (en) Cargo collecting and dispatching method and device, storage medium and electronic equipment
CN104601696B (en) Service processing method, service calling system, device and system
CN110262807A (en) Cluster creates Progress Log acquisition system, method and apparatus
CN111127181A (en) Voucher bookkeeping method and device
CN105991408A (en) Message processing method, message processing device and processing server
CN110430121A (en) Message informing method and device
CN108664521B (en) Method and device for providing serial number, electronic equipment and readable storage medium
CN109600324A (en) Video communication method, device, computer equipment and storage medium
CN113179301A (en) File downloading method and device, storage medium and electronic device
CN113094560A (en) Data label library construction method, device, equipment and medium based on data middlebox
CN110515741A (en) A kind of degradation processing method and device based on local task queue
CN104636211B (en) Information interacting method and middleware system between a kind of software systems
CN112804359B (en) Method and apparatus for providing cross-chain messages
US10628822B1 (en) Installing digital wallet assets
CN113760500A (en) Service processing method, device, server and medium
CN103118248B (en) Monitoring method, monitoring agent, monitoring server and system
CN113034178A (en) Multi-system integral calculation method and device, terminal equipment and storage medium
CN110009273B (en) Information processing method and device, storage medium, and electronic device
US7734605B2 (en) Dynamic quota policy for queuing mechanism
CN111209311A (en) Method and apparatus for processing data
CN113283517B (en) Household service matching method, system and computer equipment
CN112927066A (en) Batch deduction method and device
CN113421045A (en) Waybill information sending method and device, electronic equipment and computer readable medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for 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: 20181211