Queries the connections of clients in a specified group.
Operation description
This operation retrieves the connection information of clients in a specified group when message consumption is abnormal. You can then check the consumer status to diagnose the cause.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
mq:QueryConsumerConnection |
get |
Group
Group
|
None |
|
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| GroupId |
string |
Yes |
The group ID to query. |
GID_test_consumer_id |
| InstanceId |
string |
No |
The ID of the instance to which the group belongs. |
MQ_INST_111111111111_DOxxxxxx |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. This is a common parameter. Each request has a unique ID. Use this ID to troubleshoot issues. |
DE4140C7-F42D-473D-A5FF-B1E31692**** |
| Data |
object |
The data returned. |
|
| ConnectionList |
object |
||
| ConnectionDo |
array<object> |
The connection information for the specified group ID. |
|
|
object |
|||
| Version |
string |
The version of the consumer client. |
V4_3_6 |
| ClientAddr |
string |
The address and port of the consumer instance. |
30.5.121.** |
| Language |
string |
The programming language of the consumer application. |
JAVA |
| ClientId |
string |
The ID of the consumer instance. |
30.5.121.**@24813#-1999745829#-1737591554#453111174894656 |
| MessageModel |
string |
Examples
Success response
JSON format
{
"RequestId": "DE4140C7-F42D-473D-A5FF-B1E31692****",
"Data": {
"ConnectionList": {
"ConnectionDo": [
{
"Version": "V4_3_6",
"ClientAddr": "30.5.121.**",
"Language": "JAVA",
"ClientId": "30.5.121.**@24813#-1999745829#-1737591554#453111174894656"
}
]
},
"MessageModel": ""
}
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.