[jbossts-issues] [JBoss JIRA] (JBTM-1569) Allow topics to be shared between servers

Crispin Boylan (JIRA) jira-events at lists.jboss.org
Tue Jul 23 08:29:26 EDT 2013


     [ https://issues.jboss.org/browse/JBTM-1569?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Crispin Boylan updated JBTM-1569:
---------------------------------

              Status: Pull Request Sent  (was: Open)
    Git Pull Request: https://github.com/jbosstm/narayana/pull/385

    
> Allow topics to be shared between servers
> -----------------------------------------
>
>                 Key: JBTM-1569
>                 URL: https://issues.jboss.org/browse/JBTM-1569
>             Project: JBoss Transaction Manager
>          Issue Type: Feature Request
>      Security Level: Public(Everyone can see) 
>          Components: BlackTie
>    Affects Versions: 5.0.0.M2
>            Reporter: Crispin Boylan
>            Assignee: Amos Feng
>             Fix For: 5.0.0.Final
>
>
> At the moment topics can only service one server with multiple instances.  If you try to add a topic to 2 different servers the XSD parsing fails with a message that a service must be unique to one server.  
> Agreed that generally this should be the case, but for topics it would be advantageous for all servers to be able to subscribe to a topic, as although the logic is mostly different some of ours share functionality, and being able to send the same info in one call to multiple servers is useful.
> eg current functionality is allowed:
> <server name='foo'>
>   <machine-ref id='fooapp1'/>
>   <machine-ref id='fooapp2' />
>   <service id='topica' type='topic' />
> </server>
> but I would like this to be possible:
> <server name='foo'>
>   <machine-ref id='fooapp1'/>
>   <machine-ref id='fooapp2' />
>   <service id='topica' type='topic' />
> </server>
> <server name='bar'>
>   <machine-ref id='barapp1'/>
>   <machine-ref id='barapp2' />
>   <service id='topica' type='topic' />
>   <service id='barsvc'/>
> </server>

--
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 jbossts-issues mailing list