A broadcast group is the means by which a server broadcasts connectors over the network.
Name | Dynamic | Other provider points |
---|---|---|
org.wildfly.messaging.activemq.socket-broadcast-group | true |
none |
Type | LONG |
Default Value | 2000 |
Unit | MILLISECONDS |
Is the attribute nillable? | true |
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 | LIST |
Where is the attribute stored? | configuration |
Access Type | read-write |
Is restarted required? | all-services |
Stability Level | default |
Raw DMR model |
|
Type | STRING |
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 |
---|---|---|---|---|---|
broadcast-period | LONG | false | true | 2000 | The period in milliseconds between consecutive broadcasts. |
connectors | LIST | true | false | Specifies the names of connectors that will be broadcast. | |
socket-binding | STRING | true | false | The broadcast group socket binding. |
Raw DMR model |
|
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.socket-broadcast-group">
<param name="server" value="{resource name}"/>
<param name="socket-broadcast-group" value="{resource name}"/>
<param name="broadcast-period" value="{value}"/>
<param name="connectors" value="{value}"/>
<param name="socket-binding" value="{value}"/>
<feature/>