Package | Description |
---|---|
org.wso2.carbon.andes.core | |
org.wso2.carbon.andes.core.internal.registry | |
org.wso2.carbon.andes.core.internal.util |
Modifier and Type | Method and Description |
---|---|
Queue |
QueueManagerServiceImpl.getDLCQueue(String tenantDomain)
Retrieve the dlc queue associated to a tenant
|
Queue |
QueueManagerService.getDLCQueue(String tenantDomain)
Retrieve the dlc queue associated to a tenant
|
Queue |
QueueManagerServiceImpl.getQueueByName(String queueName)
Retrieve a queue with the number of the messages remaining by passing the name
|
Queue |
QueueManagerService.getQueueByName(String queueName)
Retrieve a queue with the number of the messages remaining by passing the name
|
Modifier and Type | Method and Description |
---|---|
List<Queue> |
QueueManagerServiceImpl.getAllQueues()
Gets all the queues
|
List<Queue> |
QueueManagerService.getAllQueues()
Gets all the queues
|
Modifier and Type | Method and Description |
---|---|
Queue |
QueueManagementBeans.getDLCQueue(String DLCQueueName)
Get DLC queue registered in broker by given name (tenant information included)
|
Modifier and Type | Method and Description |
---|---|
List<Queue> |
QueueManagementBeans.getAllQueueCounts()
Invoke service bean to get the message count of each queue stored
|
Modifier and Type | Method and Description |
---|---|
static List<Queue> |
Utils.filterDomainSpecificQueues(List<Queue> fullList)
Filter queues to suit the tenant domain.
|
Modifier and Type | Method and Description |
---|---|
static List<Queue> |
Utils.filterDomainSpecificQueues(List<Queue> fullList)
Filter queues to suit the tenant domain.
|
Copyright © 2017 WSO2. All rights reserved.