Retrieve the count of remaining messages for each channel
post
/management/coherence/cluster/services/{serviceName}/topics/{topicName}/subscribers/{subscriberId}/remainingMessages
Use this endpoint to retrieve the count of remaining messages for each channel
Request
Path Parameters
-
serviceName(required): string
Name of the cache service.
-
subscriberId(required): string
ID of the subscriber.
-
topicName(required): string
Name of the topic.
Response
Supported Media Types
- application/json
200 Response
Command invocation is successful
Root Schema : schema
Type:
Show Source
object
-
remainingMessages:
object remainingMessages
Additional Properties Allowed: remainingMessage
Nested Schema : remainingMessage
Type:
Show Source
object
-
Channel:
integer(int32)
Read Only:
true
The channel. -
Count:
integer(int32)
Read Only:
true
The count.