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

Tom Jenkinson (JIRA) jira-events at lists.jboss.org
Mon Mar 25 11:56:42 EDT 2013


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

Tom Jenkinson moved BLACKTIE-441 to JBTM-1569:
----------------------------------------------

              Project: JBoss Transaction Manager  (was: Blacktie)
                  Key: JBTM-1569  (was: BLACKTIE-441)
    Affects Version/s: 5.0.0.M2
                           (was: 5.0.0.M2)
          Component/s: BlackTie
                           (was: Admininstration)
        Fix Version/s: 5.0.0.M3
                           (was: 5.0.0.M3)

    
> 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.M3
>
>
> 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