Package | Description |
---|---|
org.wso2.carbon.andes.core | |
org.wso2.carbon.andes.core.internal.registry |
Modifier and Type | Method and Description |
---|---|
Message[] |
QueueManagerService.browseQueue(String nameOfQueue,
long nextMessageIdToRead,
int maxMsgCount)
Gets the messages of a queue
|
Message[] |
QueueManagerServiceImpl.browseQueue(String nameOfQueue,
long nextMessageIdToRead,
int maxMsgCount)
Gets the messages of a queue
|
Message[] |
QueueManagerService.getMessageMetadataInDLC(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[] |
QueueManagerServiceImpl.getMessageMetadataInDLC(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[] |
QueueManagerService.getMessagesInDLCForQueue(String queueName,
long nextMessageIdToRead,
int maxMessageCount)
Gets the messages in the DLC for a specific queue.
|
Message[] |
QueueManagerServiceImpl.getMessagesInDLCForQueue(String queueName,
long nextMessageIdToRead,
int maxMessageCount)
Gets the messages in the DLC for a specific queue.
|
Modifier and Type | Method and Description |
---|---|
List<Message> |
QueueManagementBeans.browseQueue(String queueName,
long nextMessageIdToRead,
int maxMessageCount)
Invoke service bean to retrieve browse messages list
|
Copyright © 2022 WSO2. All rights reserved.