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: string
Name of the cache service.
-
subscriberId: string
ID of the subscriber.
-
topicName: 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(optional):
object remainingMessages
Additional Properties Allowed: remainingMessage
Nested Schema : remainingMessage
Type:
Show Source
object
-
Channel(optional):
integer(int32)
Read Only:
true
The channel. -
Count(optional):
integer(int32)
Read Only:
true
The count.