You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Rob Davies (JIRA)" <ji...@apache.org> on 2007/10/08 07:24:23 UTC

[jira] Assigned: (AMQ-1388) Make NetworkConnectors two-sided

     [ https://issues.apache.org/activemq/browse/AMQ-1388?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rob Davies reassigned AMQ-1388:
-------------------------------

    Assignee: Rob Davies

> Make NetworkConnectors two-sided
> --------------------------------
>
>                 Key: AMQ-1388
>                 URL: https://issues.apache.org/activemq/browse/AMQ-1388
>             Project: ActiveMQ
>          Issue Type: Improvement
>            Reporter: Ron Pressler
>            Assignee: Rob Davies
>
> Consider the following scenario:
> Several machines communicate using topics, using a hub-and-spoke topography, but instead of having all messages go through a central broker, each machine has an embedded vm broker to enable efficient intra-machine communication.
> This is a common architecture.
> Currently, to support such an architecture, if we want to allow dynamic addition of machines, we need to configure both a network connector on each machine to connect to the central hub, a tcp transport connector on the hub (to allow remote connections), as well as a multicast discovery on the central hub and a tcp connector on each machine to allow the hub to connect back to it.
> This is redundant, because the network connector from the vm broker to the central hub should suffice to deliver messages in both directions, thus also making the discovery unnecessary and the connections easier to maintain and monitor.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.