public class MessagingActiveMQ<T extends MessagingActiveMQ<T>> extends Object
Modifier and Type | Class and Description |
---|---|
static class |
MessagingActiveMQ.MessagingActiveMQResources
Child mutators for MessagingActiveMQ
|
Constructor and Description |
---|
MessagingActiveMQ() |
Modifier and Type | Method and Description |
---|---|
void |
addPropertyChangeListener(PropertyChangeListener listener)
Adds a property change listener
|
String |
getKey() |
Integer |
globalClientScheduledThreadPoolMaxSize()
Maximum size of the pool of threads used by all ActiveMQ clients running
inside this server.
|
T |
globalClientScheduledThreadPoolMaxSize(Integer value)
Maximum size of the pool of threads used by all ActiveMQ clients running
inside this server.
|
Integer |
globalClientThreadPoolMaxSize()
Maximum size of the pool of scheduled threads used by all ActiveMQ
clients running inside this server.
|
T |
globalClientThreadPoolMaxSize(Integer value)
Maximum size of the pool of scheduled threads used by all ActiveMQ
clients running inside this server.
|
T |
jmsBridge(JMSBridge value)
Add the JMSBridge object to the list of subresources
|
T |
jmsBridge(JMSBridgeSupplier supplier)
Install a supplied JMSBridge object to the list of subresources
|
T |
jmsBridge(String childKey)
Create and configure a JMSBridge object to the list of subresources
|
T |
jmsBridge(String childKey,
JMSBridgeConsumer consumer)
Create and configure a JMSBridge object to the list of subresources
|
T |
jmsBridges(List<JMSBridge> value)
Add all JMSBridge objects to this subresource
|
void |
removePropertyChangeListener(PropertyChangeListener listener)
Removes a property change listener
|
T |
server(Server value)
Add the Server object to the list of subresources
|
T |
server(ServerSupplier supplier)
Install a supplied Server object to the list of subresources
|
T |
server(String childKey)
Create and configure a Server object to the list of subresources
|
T |
server(String childKey,
ServerConsumer consumer)
Create and configure a Server object to the list of subresources
|
T |
servers(List<Server> value)
Add all Server objects to this subresource
|
MessagingActiveMQ.MessagingActiveMQResources |
subresources() |
public String getKey()
public void addPropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
public MessagingActiveMQ.MessagingActiveMQResources subresources()
public T servers(List<Server> value)
value
- List of Server objects.public T server(Server value)
value
- The Server to addpublic T server(String childKey, ServerConsumer consumer)
key
- The key for the Server resourceconfig
- The ServerConsumer to usepublic T server(String childKey)
key
- The key for the Server resourcepublic T server(ServerSupplier supplier)
public T jmsBridges(List<JMSBridge> value)
value
- List of JMSBridge objects.public T jmsBridge(JMSBridge value)
value
- The JMSBridge to addpublic T jmsBridge(String childKey, JMSBridgeConsumer consumer)
key
- The key for the JMSBridge resourceconfig
- The JMSBridgeConsumer to usepublic T jmsBridge(String childKey)
key
- The key for the JMSBridge resourcepublic T jmsBridge(JMSBridgeSupplier supplier)
public Integer globalClientScheduledThreadPoolMaxSize()
public T globalClientScheduledThreadPoolMaxSize(Integer value)
public Integer globalClientThreadPoolMaxSize()
Copyright © 2018 JBoss by Red Hat. All rights reserved.