public interface JMSAdmin
Modifier and Type | Method and Description |
---|---|
void |
close() |
JMSAdmin |
deployQueue(String name,
String jndiName) |
JMSAdmin |
deployTopic(String name,
String jndiName) |
JMSAdmin |
destroyQueue(String name) |
JMSAdmin |
destroyTopic(String name) |
JMSAdmin |
setJNDIPrefix(String string)
Sets a prefix to add to any JNDI name registered.
|
Copyright © 2015 John's Hopkins University, Engineering Programs for Professionals. All rights reserved.