CN113157615B - Service bus communication method, electronic equipment and computer storage medium - Google Patents

Service bus communication method, electronic equipment and computer storage medium Download PDF

Info

Publication number
CN113157615B
CN113157615B CN202110145257.6A CN202110145257A CN113157615B CN 113157615 B CN113157615 B CN 113157615B CN 202110145257 A CN202110145257 A CN 202110145257A CN 113157615 B CN113157615 B CN 113157615B
Authority
CN
China
Prior art keywords
task
service bus
service
connection
utilizing
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.)
Active
Application number
CN202110145257.6A
Other languages
Chinese (zh)
Other versions
CN113157615A (en
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.)
Zhejiang Dahua Technology Co Ltd
Original Assignee
Zhejiang Dahua Technology 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 Zhejiang Dahua Technology Co Ltd filed Critical Zhejiang Dahua Technology Co Ltd
Priority to CN202110145257.6A priority Critical patent/CN113157615B/en
Publication of CN113157615A publication Critical patent/CN113157615A/en
Application granted granted Critical
Publication of CN113157615B publication Critical patent/CN113157615B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F13/00Interconnection of, or transfer of information or other signals between, memories, input/output devices or central processing units
    • G06F13/38Information transfer, e.g. on bus
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/3003Monitoring arrangements specially adapted to the computing system or computing system component being monitored
    • G06F11/3027Monitoring arrangements specially adapted to the computing system or computing system component being monitored where the computing system component is a bus
    • 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/547Remote procedure calls [RPC]; Web services
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Software Systems (AREA)
  • Computing Systems (AREA)
  • Mathematical Physics (AREA)
  • Quality & Reliability (AREA)
  • Computer And Data Communications (AREA)

Abstract

The invention provides a service bus communication method, electronic equipment and a computer storage medium, wherein the service bus communication method comprises the steps of utilizing a first task to call an online service interface to judge whether the service bus is monitored; if the service bus is not monitored, monitoring the service bus by utilizing the first task; receiving a registration request of a second task to the service bus by utilizing the first task; registering the second task with the service bus in response to the registration request with the first task. Thus, different service items are established at the same service bus address, and the communication quality of the service bus is improved.

Description

Service bus communication method, electronic equipment and computer storage medium
Technical Field
The present disclosure relates to the field of communications technologies, and in particular, to a service bus communication method, an electronic device, and a computer storage medium.
Background
When the existing service bus is used for communication, the bus service must be online all the time, and if the bus service is disconnected, other sub-lines cannot replace the bus service to work normally, so that the communication process is affected.
Disclosure of Invention
The invention provides a service bus communication method, electronic equipment and a computer storage medium, which are used for establishing different service items at the same service bus address and improving the service bus communication quality.
In order to solve the technical problems, the first technical scheme provided by the invention is as follows: there is provided a service bus communication method including: judging whether the service bus is monitored or not by using a first task call online service interface; if the service bus is not monitored, monitoring the service bus by utilizing the first task; receiving a registration request of a second task to the service bus by utilizing the first task; registering the second task with the service bus in response to the registration request with the first task.
The service bus communication method further comprises the following steps: receiving a connection request initiated by an external task aiming at the second task by utilizing the first task; completing negotiation with the second task by using the first task to obtain a connection redirection result, wherein the connection redirection result comprises a dynamic service bus address of the second task; and sending the connection redirection result to the external task by utilizing the first task.
The service bus communication method further comprises the following steps: and establishing point-to-point connection with the external task based on the dynamic service bus address by utilizing the second task.
The step of establishing a point-to-point connection with the external task based on the dynamic service bus address by using the second task specifically includes: receiving a connection request initiated by the external task based on the dynamic service bus address by utilizing the second task; and authenticating the connection request by using the second task, and establishing point-to-point connection with the external task based on the dynamic service bus address after authentication is passed.
The negotiation is completed by the first task and the second task, and obtaining a connection redirection result includes: analyzing a service path of the external task by using the first task, and sending a connection request to the registered second task by using the first task based on the service path; negotiating with the registered agent of the second task to obtain the connection redirection result.
Wherein, the step of using the first task to call the online service interface to determine whether the service bus has been monitored further comprises: if the service bus is monitored, sending a registration request for the service bus to a task monitoring the service bus by utilizing the first task; after receiving a response of a task listening to the service bus, registering the first task to the service bus.
The service bus communication method further comprises the following steps: judging whether the connection between the first task and the second task is disconnected or not by utilizing the second task; if the service bus is disconnected, the second task is utilized to monitor the service bus.
The service bus communication method further comprises the following steps: receiving a registration request of the restarted first task to the service bus by utilizing the second task; and registering the restarted first task to the service bus by using the second task to respond to the registration request.
In order to solve the technical problems, a second technical scheme provided by the invention is as follows: there is provided an electronic device including: a memory and a processor, wherein the memory stores program instructions, the processor retrieving the program instructions from the memory to perform any of the methods described above.
In order to solve the technical problems, a third technical scheme provided by the invention is as follows: there is provided a computer readable storage medium storing a program file executable to implement the method of any one of the above.
The invention has the beneficial effects that, unlike the prior art, the invention uses the first task to call the online service interface to judge whether the service bus is monitored; if the service bus is not monitored, monitoring the service bus by utilizing the first task; receiving a registration request of a second task to the service bus by utilizing the first task; registering the second task with the service bus in response to the registration request with the first task. Thus, different service items are established at the same service bus address, and the communication quality of the service bus is improved.
Drawings
For a clearer description of the technical solutions of the embodiments of the present invention, the drawings that are needed in the description of the embodiments will be briefly introduced below, it being obvious that the drawings in the description below are only some embodiments of the present invention, and that other drawings can be obtained according to these drawings without inventive effort for a person skilled in the art, wherein:
FIG. 1 is a flow chart of a first embodiment of a service bus communication method of the present invention;
FIG. 2 is a flow chart of a second embodiment of the service bus communication method of the present invention;
FIG. 3 is a flow chart of a third embodiment of the service bus communication method of the present invention;
FIG. 4 is a schematic diagram of an electronic device according to an embodiment of the present invention;
FIG. 5 is a schematic diagram of a computer readable storage medium according to an embodiment of the invention.
Detailed Description
The following description of the technical solutions in the embodiments of the present application will be made clearly and completely with reference to the accompanying drawings in the embodiments of the present application, and it is apparent that the described embodiments are only some embodiments of the present application, not all embodiments. All other embodiments, which can be made by one of ordinary skill in the art without undue burden from the present disclosure, are within the scope of the present disclosure.
The terms "first," "second," "third," and the like in this application are used for descriptive purposes only and are not to be construed as indicating or implying relative importance or implicitly indicating the number of technical features indicated. Thus, a feature defining "a first", "a second", and "a third" may explicitly or implicitly include at least one such feature. In the description of the present application, the meaning of "plurality" means at least two, for example, two, three, etc., unless specifically defined otherwise. All directional indications (such as up, down, left, right, front, back … …) in the embodiments of the present application are merely used to explain the relative positional relationship, movement, etc. between the components in a particular gesture (as shown in the drawings), and if the particular gesture changes, the directional indication changes accordingly. Furthermore, the terms "comprise" and "have," as well as any variations thereof, are intended to cover a non-exclusive inclusion. For example, a process, method, system, article, or apparatus that comprises a list of steps or elements is not limited to only those listed steps or elements but may include other steps or elements not listed or inherent to such process, method, article, or apparatus.
Reference herein to "an embodiment" means that a particular feature, structure, or characteristic described in connection with the embodiment may be included in at least one embodiment of the present application. The appearances of such phrases in various places in the specification are not necessarily all referring to the same embodiment, nor are separate or alternative embodiments mutually exclusive of other embodiments. Those of skill in the art will explicitly and implicitly appreciate that the embodiments described herein may be combined with other embodiments.
A method, system and apparatus for implementing an Internet protocol connection on a service oriented architecture bus for peer-to-peer network implementation is provided in the prior art. At the first device, advertising a first IP service over the SOA bus, and discovering a second IP service advertised by the second device over the SOA bus. The first device may send at least the first IP packet to the second device by remotely invoking a second IP service of the second device over the SOA bus. The first device may receive at least a second IP packet from the second device over the SOA bus by a call to the first IP service by the second device. The disadvantage of this technique is that the bus service must be on-line all the time, and the bus service cannot be automatically replaced by other sub-services due to the bus service abnormality.
The prior art provides a service release method and a service release system, wherein the service release method comprises the following steps: receiving a configuration instruction and configuring service configuration information; determining request message parameter information and a response data structure according to the configured service configuration information; filling the request message parameter information and the response data structure into an ESB service protocol template to generate a service engineering package according to the ESB service protocol template; and according to the service engineering package, performing service release. By the technical scheme, the service release can be effectively and directly carried out. The technology has the defects that only the protocol dynamic release service is solved to the bus, and the problem that the bus abnormality cannot be automatically recovered is also existed.
The application provides a service bus communication method, which establishes different service items at the same service bus address, and automatically recovers buses with other services after the main service is abnormal, thereby improving the communication quality of the service bus.
Referring to fig. 1, a flowchart of a first embodiment of a service bus communication method of the present invention includes:
step S10: and judging whether the service bus is monitored or not by using the first task call online service interface.
Two tasks, such as Task-A and Task-B, are established, where Task-A is the first Task and Task-B is the second Task. The first Task-a and the second Task-B are two independent Task processing threads, belong to the same operating system, and at least must belong to the same TCP port listening space. Service buses of the first Task-A and the second Task-B are shared, for example, service URI=TCP:// Localhost:5395 of the first Task-A and the second Task-B, that is, a service bus with a new protocol of TCP, a main level of Localhost and a port of 5395. The first Task-a and the second Task-B may share the service bus without being aware of each other.
Specifically, in an embodiment, the first Task-a and the second Task-B may be sequentially utilized to call the online service interface to attempt online, the order of online is not limited, and only the complete URI needs to be ensured to be free of conflict, for example, the first Task-a may be utilized to call the online service interface to attempt online "TCP: and if the online fails, the online service interface is called by using the first Task-A at a second time, the online TCP is tried, and if the online fails, the online service interface is called by using the second Task-B at a third time, the online TCP is tried, and if the online service interface is called by using the second Task-B at a third time, the online service interface is tried, the online service interface is called by using the first Task-A at a third time, and the online service interface is tried, and the online service interface is called by using the second Task-A at a third time, and the online service interface is tried. Specifically, the online service interface is called during online, and whether the service bus is monitored or not is detected. Specifically, part of the content of the service bus in the URI is extracted for inquiry, and whether the service bus is monitored or not is further determined.
Step S11: and utilizing the first task to monitor the service bus.
If the service bus is not snooped, the service bus is snooped by using the first Task-A. If the first Task-A detects that the service bus is not monitored, the service bus is monitored by the first Task-A, and the first Task-A is successfully online.
Step S12: and receiving a registration request of a second task to the service bus by utilizing the first task.
The proxy of the second Task-B invokes the service interface, attempting to register uri=tcp:// Localhost:5395/SrvB to detect the service bus. Specifically, the second Task-B parses the service bus from the URI and sends a registration request to the service bus, and the first Task-A is utilized to receive the registration request sent by the second Task-B to the service bus at the moment because the first Task-A has started the service monitoring of TCP:// Localhost: 5395.
Step S13: registering the second task with the service bus in response to the registration request with the first task.
And registering the second Task-B to the service bus by using the first Task-A in response to the registration request. Specifically, the first Task-A analyzes the URI according to the registration request, adds the second Task-B service path to the service tree of the first Task-A, and creates an agent for the second Task-B.
Step S14: and sending a registration request for the service bus to a task monitoring the service bus by using the first task.
And if the service bus is monitored, registering the first Task-A to the service bus, and specifically, sending a registration request for the service bus to a Task monitoring the service bus by using the first Task-A.
Step S15: after receiving a response of a task listening to the service bus, registering the first task to the service bus.
After the Task monitoring the service bus receives the registration request of the first Task-A, analyzing the URI according to the registration request, adding the service path of the first Task-A to the service tree of the Task monitoring the service bus, and creating an agent aiming at the first Task-A.
According to the communication method of the service bus, when a plurality of independent tasks are online to be serviced, service items with different tree structures can be serviced at the same service bus address.
Referring to fig. 2, a flow chart of a second embodiment of the communication method of the service bus of the present invention is shown, wherein step S20, step S21, step S22, step S23, step S28 and step S29 are the same as step S10, step S11, step S12, step S13, step S14 and step S15 in the first embodiment shown in fig. 1, and the difference is that the present embodiment further includes, after step S23:
step S24: and receiving a connection request initiated by an external task aiming at the second task by utilizing the first task.
At this time, if a connection request of the external Task-X to the second Task-B is detected, the connection request of the external Task-X to the second Task-B is received by using the first Task-A. Specifically, the external Task-X invokes the service interface, initiating a connection to URI=TCP:// Localhost: 5395/SrvB. The URI includes a service bus and a service path, the service bus locates a network address of a service, and the service path locates a specific service item. The external Task-X parses the service bus from the URI and initiates a connection to the service bus.
Step S25: and completing negotiation by using the first task and the second task to obtain a connection redirection result, wherein the connection redirection result comprises a dynamic service bus address of the second task.
Specifically, after the first Task-A receives a connection request initiated by the external Task-X for the second Task-B, the URI is resolved by using the first Task-A, and further, acquiring a service path of the external Task-X, and sending a connection request to the registered second Task-B by using the first Task-A based on the service path. And negotiating with the registered proxy of the second Task-B by utilizing the second Task-B so as to obtain the connection redirection result. Specifically, the registered second Task-B sends a connection negotiation conneg= Connection Negotiation to the proxy of the second Task, the proxy of the second Task initiates a service request, generates and feeds back a ConNeg to the proxy of the first Task-a, and the proxy of the first Task-a responds to the connection request of the external Task-X to obtain the connection redirection result, and appends the ConNeg.
Step S26: and sending the connection redirection result to the external task by utilizing the first task.
And sending the connection redirection result to the external Task by using the first Task-A, and attaching ConNeg. The connection redirection result comprises a dynamic service bus address of the second Task-B.
Step S27: and establishing point-to-point connection with the external task based on the dynamic service bus address by utilizing the second task.
Specifically, the external Task parses ConNeg from the redirection result to obtain the dynamic service bus address, and initiates the connection request for the second Task-B again, where the destination address of the connection already points to the dynamic service bus address of the second Task-B. And receiving a connection request initiated by the external Task based on the dynamic service bus address by utilizing the second Task-B, authenticating the connection request, and establishing point-to-point connection with the external Task based on the dynamic service bus address after the authentication is passed, so as to establish point-to-point connection between the second Task-B and the external Task-X.
According to the communication method of the service bus, when a plurality of independent tasks are online to be serviced, service items with different tree structures can be serviced at the same service bus address. Therefore, the plurality of task services are utilized to the same monitoring address, and the performance and the quality of the point-to-point service are improved in the actual service.
Referring to fig. 3, a flowchart of a second embodiment of a communication method of a service bus according to the present invention is shown, wherein step S30, step S31, step S32, step S33, step S36 and step S37 are the same as step S10, step S11, step S12, step S13, step S14 and step S15 in the first embodiment shown in fig. 1, and the difference is that the present embodiment further includes, after step S33:
step S34: and judging whether the connection between the first task and the second task is disconnected or not by utilizing the second task.
Specifically, the proxy of the second Task-B is utilized to detect whether the connection established between the first Task-A and the second Task-B is disconnected.
Step S35: then the service bus is snooped using the second task.
If the connection between the first Task-A and the second Task-B is disconnected, the service interface is called by the second Task-B, the online is tried, and after the online is successful, the service bus is monitored by the second Task-B.
Further, the second Task-B can be utilized to receive a registration request of the restarted first Task-A to the service bus; and registering the restarted first Task-A to the service bus by using the second Task-B in response to the registration request, so as to construct a service tree based on the second Task-B.
According to the communication method of the service bus, when a plurality of independent tasks are online to be serviced, service items with different tree structures can be serviced at the same service bus address. Other tasks may be utilized to resume bus service when the primary task is abnormal.
Referring to fig. 4, a schematic structural diagram of an electronic device according to an embodiment of the invention includes a memory 202 and a processor 201 connected to each other.
The memory 202 is used to store program instructions implementing the method of any of the above.
The processor 201 is configured to execute program instructions stored in the memory 202.
The processor 201 may also be referred to as a CPU (Central Processing Unit ). The processor 201 may be an integrated circuit chip with signal processing capabilities. Processor 201 may also be a general purpose processor, a Digital Signal Processor (DSP), an Application Specific Integrated Circuit (ASIC), a Field Programmable Gate Array (FPGA) or other programmable logic device, discrete gate or transistor logic, discrete hardware components. A general purpose processor may be a microprocessor or the processor may be any conventional processor or the like.
The memory 202 may be a memory bank, a TF card, etc., and may store all information in the electronic device of the device, including input raw data, a computer program, intermediate operation results, and final operation results, which are all stored in the memory. It stores and retrieves information according to the location specified by the controller. With the memory, the electronic equipment has a memory function and can ensure normal operation. The memories of electronic devices can be classified into main memories (memories) and auxiliary memories (external memories) according to the purpose, and also classified into external memories and internal memories. The external memory is usually a magnetic medium, an optical disk, or the like, and can store information for a long period of time. The memory refers to a storage component on the motherboard for storing data and programs currently being executed, but is only used for temporarily storing programs and data, and the data is lost when the power supply is turned off or the power is turned off.
In the several embodiments provided in the present application, it should be understood that the disclosed methods and apparatus may be implemented in other manners. For example, the apparatus embodiments described above are merely illustrative, e.g., the division of modules or units is merely a logical functional division, and there may be additional divisions when actually implemented, e.g., multiple units or components may be combined or integrated into another system, or some features may be omitted or not performed. Alternatively, the coupling or direct coupling or communication connection shown or discussed with each other may be an indirect coupling or communication connection via some interfaces, devices or units, which may be in electrical, mechanical or other form.
The units described as separate units may or may not be physically separate, and units shown as units may or may not be physical units, may be located in one place, or may be distributed over a plurality of network units. Some or all of the units may be selected according to actual needs to achieve the purpose of the embodiment.
In addition, each functional unit in each embodiment of the present application may be integrated in one processing unit, or each unit may exist alone physically, or two or more units may be integrated in one unit. The integrated units may be implemented in hardware or in software functional units.
The integrated units, if implemented in the form of software functional units and sold or used as stand-alone products, may be stored in a computer readable storage medium. Based on such understanding, the technical solution of the present application may be embodied essentially or in part or all or part of the technical solution contributing to the prior art or in the form of a software product stored in a storage medium, including several instructions to cause a computer device (which may be a personal computer, a system server, or a network device, etc.) or a processor (processor) to perform all or part of the steps of the methods of the embodiments of the present application.
Fig. 5 is a schematic structural diagram of a computer readable storage medium according to the present invention. The storage medium of the present application stores a program file 203 capable of implementing all the methods described above, where the program file 203 may be stored in the storage medium in the form of a software product, and includes several instructions to cause a computer device (which may be a personal computer, a server, or a network device, etc.) or a processor (processor) to perform all or part of the steps of the methods of the embodiments of the present application. The aforementioned storage device includes: a U-disk, a removable hard disk, a Read-Only Memory (ROM), a random access Memory (RAM, random Access Memory), a magnetic disk, an optical disk, or other various media capable of storing program codes, or a terminal device such as a computer, a server, a mobile phone, a tablet, or the like.
The foregoing is only the embodiments of the present invention, and therefore, the patent scope of the invention is not limited thereto, and all equivalent structures or equivalent processes using the descriptions of the present invention and the accompanying drawings, or direct or indirect application in other related technical fields, are included in the scope of the invention.

Claims (8)

1. A method of service bus communication, comprising:
judging whether the service bus is monitored or not by using a first task call online service interface;
if the service bus is not monitored, monitoring the service bus by utilizing the first task;
receiving a registration request of a second task to the service bus by utilizing the first task;
registering the second task with the service bus in response to the registration request with the first task;
the method further comprises:
judging whether the connection between the first task and the second task is disconnected or not by utilizing the second task;
if the service bus is disconnected, monitoring the service bus by using the second task;
receiving a registration request of the restarted first task to the service bus by utilizing the second task;
and registering the restarted first task to the service bus by using the second task to respond to the registration request.
2. The method as recited in claim 1, further comprising:
receiving a connection request initiated by an external task aiming at the second task by utilizing the first task;
completing negotiation with the second task by using the first task to obtain a connection redirection result, wherein the connection redirection result comprises a dynamic service bus address of the second task;
and sending the connection redirection result to the external task by utilizing the first task.
3. The method as recited in claim 2, further comprising:
and establishing point-to-point connection with the external task based on the dynamic service bus address by utilizing the second task.
4. A method according to claim 3, wherein said step of establishing a point-to-point connection with said external task using said second task based on said dynamic service bus address comprises:
receiving a connection request initiated by the external task based on the dynamic service bus address by utilizing the second task;
and authenticating the connection request by using the second task, and establishing point-to-point connection with the external task based on the dynamic service bus address after authentication is passed.
5. The method of claim 2, wherein the step of determining the position of the substrate comprises,
the step of completing negotiation by using the first task and the second task, and obtaining a connection redirection result comprises the following steps:
analyzing a service path of the external task by using the first task, and sending a connection request to the registered second task by using the first task based on the service path;
negotiating with the registered agent of the second task to obtain the connection redirection result.
6. The method of claim 1, wherein the determining whether the service bus has been snooped using the first task call online service interface further comprises:
if the service bus is monitored, sending a registration request for the service bus to a task monitoring the service bus by utilizing the first task;
after receiving a response of a task listening to the service bus, registering the first task to the service bus.
7. An electronic device, comprising: a memory and a processor, wherein the memory stores program instructions, the processor retrieving the program instructions from the memory to perform the method of any of claims 1-6.
8. A computer readable storage medium, characterized in that a program file is stored, which program file is executable to implement the method according to any of claims 1-6.
CN202110145257.6A 2021-02-02 2021-02-02 Service bus communication method, electronic equipment and computer storage medium Active CN113157615B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110145257.6A CN113157615B (en) 2021-02-02 2021-02-02 Service bus communication method, electronic equipment and computer storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110145257.6A CN113157615B (en) 2021-02-02 2021-02-02 Service bus communication method, electronic equipment and computer storage medium

Publications (2)

Publication Number Publication Date
CN113157615A CN113157615A (en) 2021-07-23
CN113157615B true CN113157615B (en) 2023-05-23

Family

ID=76882942

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110145257.6A Active CN113157615B (en) 2021-02-02 2021-02-02 Service bus communication method, electronic equipment and computer storage medium

Country Status (1)

Country Link
CN (1) CN113157615B (en)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS6428756A (en) * 1987-07-24 1989-01-31 Hitachi Ltd Buffer control system
US6202169B1 (en) * 1997-12-31 2001-03-13 Nortel Networks Corporation Transitioning between redundant computer systems on a network
WO2019104975A1 (en) * 2017-11-30 2019-06-06 平安科技(深圳)有限公司 Dubbo framework–based remote invoking method, server, and storage medium
CN112039710A (en) * 2020-09-02 2020-12-04 曙光信息产业(北京)有限公司 Service fault processing method, terminal device and readable storage medium

Family Cites Families (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20030126266A1 (en) * 2002-01-03 2003-07-03 Amir Peles Persistent redirection engine
WO2006017102A2 (en) * 2004-07-13 2006-02-16 Teneros, Inc. Transparent service provider
JP2006094106A (en) * 2004-09-24 2006-04-06 Nippon Telegr & Teleph Corp <Ntt> Method and apparatus for redirection, and program thereof and recording medium
CN101316228B (en) * 2007-05-31 2010-12-08 中兴通讯股份有限公司 Method for foreign agent updating and re-orienting correlative safety parameter of home agent
CN101207517B (en) * 2007-12-12 2010-06-02 浙江大学 Method for reliability maintenance of distributed enterprise service bus node
CN101674322B (en) * 2008-09-12 2013-09-11 华为终端有限公司 Method for managing terminal equipment, server and terminal equipment
CN104754672A (en) * 2015-03-03 2015-07-01 上海华为技术有限公司 Redirection method and related equipment
CN109067914B (en) * 2018-09-20 2019-12-13 星环信息科技(上海)有限公司 web service proxy method, device, equipment and storage medium
CN110417595B (en) * 2019-07-29 2022-09-02 北京奇艺世纪科技有限公司 Business service disaster tolerance method, device, system, management server and electronic equipment

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS6428756A (en) * 1987-07-24 1989-01-31 Hitachi Ltd Buffer control system
US6202169B1 (en) * 1997-12-31 2001-03-13 Nortel Networks Corporation Transitioning between redundant computer systems on a network
WO2019104975A1 (en) * 2017-11-30 2019-06-06 平安科技(深圳)有限公司 Dubbo framework–based remote invoking method, server, and storage medium
CN112039710A (en) * 2020-09-02 2020-12-04 曙光信息产业(北京)有限公司 Service fault processing method, terminal device and readable storage medium

Also Published As

Publication number Publication date
CN113157615A (en) 2021-07-23

Similar Documents

Publication Publication Date Title
EP1480404A2 (en) Apparatus and method that provides a primary server and a backup server that both support a radius client and share an IP address
US10798218B2 (en) Environment isolation method and device
US20150358272A1 (en) Method and apparatus for message transmission
CN114024972B (en) Long connection communication method, system, device, equipment and storage medium
CN110381043B (en) SSL-based server health detection method and device and electronic equipment
US20150256622A1 (en) Connection management device, communication system, connection management method, and computer program product
KR20090084670A (en) Method and system for two-phase mechanism for discovering web services based management service
CN112272118A (en) Network repairing method, device, storage medium and electronic equipment
CN111147314A (en) Switch upgrading method, device and storage medium
CN110619022B (en) Node detection method, device, equipment and storage medium based on block chain network
CN111694582A (en) Application program resource package processing method, device, equipment and readable storage medium
CN111092934A (en) Method for updating client routing and storage medium
CN113765774B (en) Method, device, electronic equipment and medium for synchronizing messages in real time
CN113157615B (en) Service bus communication method, electronic equipment and computer storage medium
CN114938396A (en) Routing method of service call request, method and device for creating service
CN110177077B (en) Account system offline processing method, device, equipment and storage medium
CN117480067A (en) Electric vehicle charge management and client device
CN113746909A (en) Network connection method, device, electronic equipment and computer readable storage medium
CN114363204A (en) Request monitoring method, network device and storage medium
CN111641664B (en) Crawler equipment service request method, device and system and storage medium
CN112333262A (en) Data updating prompting method and device, computer equipment and readable storage medium
CN115102854B (en) Remote procedure call route management control method, system and equipment for micro-service
CN104040513A (en) Display device management system, server apparatus therefor, programmable display device, and operation control method
CN110278271B (en) Network request control method and device and terminal equipment
CN114531366B (en) Service treatment method and device

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
GR01 Patent grant
GR01 Patent grant