Defines a way in which in-VM connections can be made to the ActiveMQ server.
| Name | Dynamic | Other provider points |
|---|---|---|
| org.wildfly.messaging.activemq.acceptor | true |
/subsystem=messaging-activemq/server=*/remote-acceptor=* /subsystem=messaging-activemq/server=*/acceptor=* |
| 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 | INT |
| Does the attribute allow expression? | 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 |
|---|---|---|---|---|---|
| params | OBJECT | false | true | A key-value pair understood by the acceptor factory-class and used to configure it. | |
| server-id | INT | true | true | The server id. |
| 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.in-vm-acceptor">
<param name="in-vm-acceptor" value="{resource name}"/>
<param name="server" value="{resource name}"/>
<param name="params" value="{value}"/>
<param name="server-id" value="{value}"/>
<feature/>