Package | Description |
---|---|
org.wso2.carbon.andes.admin |
Modifier and Type | Method and Description |
---|---|
Message[] |
AndesAdminService.browseQueue(String queueName,
long nextMessageIdToRead,
int maxMsgCount)
Browse the given queue name by start index and max messages count
|
Message[] |
AndesAdminService.getMessageMetadataInDeadLetterChannel(String targetQueue,
long startMessageId,
int pageLimit)
Returns a paginated list of message metadata destined for the inputQueueName but currently living in the
Dead Letter Channel.
|
Message[] |
AndesAdminService.getMessagesInDLCForQueue(String queueName,
long nextMessageIdToRead,
int maxMsgCount)
Gets the number of messages in DLC fora given queue name by start index and max messages
count
|
Copyright © 2020 WSO2. All rights reserved.