[ 
https://issues.apache.org/jira/browse/ARTEMIS-2937?focusedWorklogId=505744&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-505744
 ]

ASF GitHub Bot logged work on ARTEMIS-2937:
-------------------------------------------

                Author: ASF GitHub Bot
            Created on: 28/Oct/20 14:44
            Start Date: 28/Oct/20 14:44
    Worklog Time Spent: 10m 
      Work Description: clebertsuconic commented on a change in pull request 
#3316:
URL: https://github.com/apache/activemq-artemis/pull/3316#discussion_r513502375



##########
File path: docs/user-manual/en/amqp-broker-connections.md
##########
@@ -0,0 +1,238 @@
+# Broker Connections
+
+Instead of waiting for clients to connect, a broker can initiate a connection 
to another endpoint on a specific protocol.
+
+Currently, this feature supports only the AMQP protocol. However, in the 
future, it might be expanded to other protocols.
+
+You configure broker connections using a `<broker-connections>` element in the 
`broker.xml` configuration file.
+
+*Important*: This is a new feature. That means test your usecases well and 
report eventual issues through us...@activemq.apache.org, as the community is 
actively working to resolve any issues around Broker Connections.

Review comment:
       I thought I had removed that already.. thanks!




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
-------------------

    Worklog Id:     (was: 505744)
    Time Spent: 27h 20m  (was: 27h 10m)

> AMQP Server Connectivity
> ------------------------
>
>                 Key: ARTEMIS-2937
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-2937
>             Project: ActiveMQ Artemis
>          Issue Type: New Feature
>          Components: AMQP
>            Reporter: Clebert Suconic
>            Assignee: Clebert Suconic
>            Priority: Major
>             Fix For: 2.16.0
>
>          Time Spent: 27h 20m
>  Remaining Estimate: 0h
>
> This feature adds server side connectivity.
>  
> It is possible to link two brokers directly using AMQP with this feature, and 
> have a Queue transferring messages to another broker directly. 
>  
> For this we would have options called <sender and <receiver
>  
>  
> it would also be possible to use qpid-dispatch as an intermediary between 
> clients and the brokers (or eventually between brokers), on that case the 
> option will be <peer
>  
> it would also be possible to use <mirror with a few option to replicate data 
> between two brokers, bringing the possibility of using it for Disaster & 
> Recovery and Failover.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to