public class DestinationConfiguration extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
DestinationConfiguration.Builder |
| Constructor and Description |
|---|
DestinationConfiguration(boolean durable,
String selector,
String name,
String managementQueueAddress,
String managementUsername,
String managementPassword,
String resourceAdapter,
org.jboss.msc.service.ServiceName destinationServiceName) |
| Modifier and Type | Method and Description |
|---|---|
void |
createQueue(javax.jms.ConnectionFactory cf,
javax.jms.Queue managementQueue,
String queueName) |
void |
createTopic(javax.jms.ConnectionFactory cf,
javax.jms.Queue managementQueue,
String topicName) |
void |
destroyQueue(javax.jms.ConnectionFactory cf,
javax.jms.Queue managementQueue,
String queueName) |
void |
destroyTopic(javax.jms.ConnectionFactory cf,
javax.jms.Queue managementQueue,
String topicName) |
org.jboss.msc.service.ServiceName |
getDestinationServiceName() |
javax.jms.Queue |
getManagementQueue() |
String |
getName() |
String |
getResourceAdapter() |
String |
getSelector() |
boolean |
isDurable() |
public boolean isDurable()
public String getSelector()
public String getName()
public org.jboss.msc.service.ServiceName getDestinationServiceName()
public String getResourceAdapter()
public javax.jms.Queue getManagementQueue()
public void createQueue(javax.jms.ConnectionFactory cf,
javax.jms.Queue managementQueue,
String queueName)
throws javax.jms.JMSException,
org.jboss.msc.service.StartException
javax.jms.JMSExceptionorg.jboss.msc.service.StartExceptionpublic void destroyQueue(javax.jms.ConnectionFactory cf,
javax.jms.Queue managementQueue,
String queueName)
throws javax.jms.JMSException
javax.jms.JMSExceptionpublic void createTopic(javax.jms.ConnectionFactory cf,
javax.jms.Queue managementQueue,
String topicName)
throws javax.jms.JMSException,
org.jboss.msc.service.StartException
javax.jms.JMSExceptionorg.jboss.msc.service.StartExceptionpublic void destroyTopic(javax.jms.ConnectionFactory cf,
javax.jms.Queue managementQueue,
String topicName)
throws javax.jms.JMSException
javax.jms.JMSExceptionCopyright © 2019 JBoss by Red Hat. All rights reserved.