An acceptor defines a way in which connections can be made to the ActiveMQ server.
Name | Dynamic | Other provider points |
---|---|---|
org.wildfly.messaging.activemq.acceptor | true |
/subsystem=messaging-activemq/server=*/in-vm-acceptor=* /subsystem=messaging-activemq/server=*/remote-acceptor=* |
Type | STRING |
Where is the attribute stored? | configuration |
Access Type | read-write |
Is restarted required? | all-services |
Stability Level | default |
Raw DMR model |
|
Type | OBJECT |
Is the attribute nillable? | true |
Does the attribute allow expression? | true |
Where is the attribute stored? | configuration |
Access Type | read-write |
Is restarted required? | no-services |
Stability Level | default |
Raw DMR model |
|
Type | STRING |
Is the attribute nillable? | true |
Where is the attribute stored? | configuration |
Access Type | read-write |
Is restarted required? | all-services |
Stability Level | default |
Raw DMR model |
|
Type | BOOLEAN |
Where is the attribute stored? | runtime |
Access Type | read-only |
Stability Level | default |
Raw DMR model |
|
Request Parameter | Type | Required | Expressions Allowed | Default value | Description |
---|---|---|---|---|---|
factory-class | STRING | true | false | Class name of the factory class that can instantiate the acceptor. | |
params | OBJECT | false | true | A key-value pair understood by the acceptor factory-class and used to configure it. | |
socket-binding | STRING | false | false | The socket binding that the acceptor will use to accept connections. |
Raw DMR model |
|
Raw DMR model |
|
Raw DMR model |
|
Raw DMR model |
|
Galleon features are to be used when creating Galleon feature-packs.
<feature spec="subsystem.messaging-activemq.server.acceptor">
<param name="acceptor" value="{resource name}"/>
<param name="server" value="{resource name}"/>
<param name="factory-class" value="{value}"/>
<param name="params" value="{value}"/>
<param name="socket-binding" value="{value}"/>
<feature/>