Add component ID for amqp, amqp-producer and amqp-consumer. (#10693)
* Add amqp component. * Update changelogs.
This commit is contained in:
parent
935efe9f45
commit
20b10abe2e
|
|
@ -31,6 +31,7 @@
|
|||
* Bump up graphql-java to fix cve.
|
||||
* Bump up Kubernetes Java client.
|
||||
* Support Redis Monitoring.
|
||||
* Add component ID for amqp, amqp-producer and amqp-consumer.
|
||||
|
||||
#### UI
|
||||
* Revert: cpm5d function. This feature is cancelled from backend.
|
||||
|
|
|
|||
|
|
@ -477,6 +477,16 @@ mtls:
|
|||
id: 142
|
||||
languages: ebpf, mesh
|
||||
priority: 12
|
||||
amqp:
|
||||
id: 143
|
||||
languages: PHP
|
||||
priority: 45
|
||||
amqp-producer:
|
||||
id: 144
|
||||
languages: PHP
|
||||
amqp-consumer:
|
||||
id: 145
|
||||
languages: PHP
|
||||
|
||||
# .NET/.NET Core components
|
||||
# [3000, 4000) for C#/.NET only
|
||||
|
|
@ -766,3 +776,5 @@ Component-Server-Mappings:
|
|||
Impala-jdbc-driver: Impala
|
||||
eventmesh-producer: EventMesh
|
||||
eventmesh-consumer: EventMesh
|
||||
amqp-producer: amqp
|
||||
amqp-consumer: amqp
|
||||
|
|
|
|||
Loading…
Reference in New Issue