public interface MOMCommands
Modifier and Type | Method and Description |
---|---|
void |
clear(String[] args)
Clear a destination, deleting all pending messages
|
void |
create(String[] args)
Creates a new destination
|
void |
delete(String[] args)
Delete a destination or a user
|
void |
deleteMsg(String[] args)
Delete (a) message(s) in a destination
|
void |
info(String[] args)
Display info about a destination (topic & subscription, queue)
|
void |
list(String[] category)
List items of the given category
|
void |
lsMsg(String[] args)
Display messages in queue
|
void |
ping()
Ping
|
void |
queueLoad(String[] args)
Check the pending count of a queue
|
void |
receiveMsg(String[] args)
Receive (a) message(s) from a destination
|
void |
sendMsg(String[] args)
Send a new message in a destination
|
void |
subscriptionLoad(String[] args)
Check the load of a subscription
|
void list(String[] category)
category
- Category of item to list: destination, queue, topic, uservoid create(String[] args)
args
- parameters of the commandvoid delete(String[] args)
args
- {category, name}void queueLoad(String[] args)
args
- parameters of the commandvoid subscriptionLoad(String[] args)
args
- parameters of the commandvoid info(String[] args)
args
- ???void lsMsg(String[] args)
args
- {queue name, message range}void ping()
void deleteMsg(String[] args)
args
- void clear(String[] args)
args
- void sendMsg(String[] args)
args
- void receiveMsg(String[] args)
args
- Copyright © 2021 ScalAgent D.T.. All rights reserved.