[jboss-jira] [JBoss JIRA] (WFLY-1430) Create clustering subsystem
Richard Achmatowicz (JIRA)
jira-events at lists.jboss.org
Thu Jun 13 16:11:55 EDT 2013
[ https://issues.jboss.org/browse/WFLY-1430?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12781517#comment-12781517 ]
Richard Achmatowicz commented on WFLY-1430:
-------------------------------------------
An update on progress so far:
- created a basic clustering subsystem implementation, which provides methods for adding and removing the subsystem
- defined the xml schema to be able to pass a socket binding for connecting to a local management client:
{noformat}
<subsystem xmlns="urn:jboss:domain:cluster:1.0">
<management-client socket-binding="management-native"/>
</subsystem>
{noformat}
- created a service called ManagementAPIClusterSupport which will provide access to an RPC mechanism for making cluster-wide calls
> Create clustering subsystem
> ---------------------------
>
> Key: WFLY-1430
> URL: https://issues.jboss.org/browse/WFLY-1430
> Project: WildFly
> Issue Type: Feature Request
> Components: Clustering
> Affects Versions: 8.0.0.Alpha2
> Reporter: Richard Achmatowicz
> Assignee: Richard Achmatowicz
>
> Create a clustering subsystem which collects together clustering-related functionality as described in WFLY-1236.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list