AMQP
Advanced Message Queuing Protocol (AMQP) is a standardized messaging protocol for reliable, secure, and interoperable communication between different components of distributed systems.
Field |
Type |
Description |
---|---|---|
services.amqp |
object |
|
services.amqp.explicit_tls |
boolean |
Connected via a TLS connection after initial handshake. |
services.amqp.implicit_tls |
boolean |
Connected via a TLS wrapped connection (AMQPS). |
services.amqp.protocol_id |
object |
|
services.amqp.protocol_id.id |
unsigned_long |
|
services.amqp.protocol_id.name |
text |
|
services.amqp.version |
object |
|
services.amqp.version.major |
unsigned_long |
|
services.amqp.version.minor |
unsigned_long |
|
services.amqp.version.revision |
unsigned_long |
Comments
0 comments
Article is closed for comments.