Computer Science, asked by stephenvijay1998, 1 year ago

In AMQP, link initiation in order to send and receive messages is done by which frame type? a. OPEN b. ATTACH c. BEGIN d. FLOW

Answers

Answered by aqibkincsem
0

Attach is the frame time used for link initiation. AmqpNetLite is to provide a library that runs on every possible .

Net platform, and is simple to use but also gives full control of the AMQP protocol when needed.

Domain knowledge of AMQP can help your start with the library but is not mandatory.

Answered by smartbrainz
0

In AMQP, link initiation in order to send and receive messages is done by ATTACH frame type

Explanation:

  • The 'basic unit of data in AMQP' is a frame. 'Attach a link to a session'.
  • The attach frame signifies that a 'Link Endpoint' has been attached to the Session.
  • The opening flag is used to indicate that the 'Link Endpoint' is newly created. The 'Attach frame body is sent to open a new connection'. Links may be formed for the purpose of receiving or sending messages.

To know more

Which of the following is/are the features of AMQP a)targeted Qos b)persistence c)high speed protocol d)all of the above

https://brainly.in/question/8115489

AMQP is designed for connecting: 1. Constrained networks

2. LANs and WANs

3.Systems and Business processes

4. None of these

https://brainly.in/question/2460494

Similar questions