You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by toddbaert <gi...@git.apache.org> on 2017/12/11 16:24:03 UTC

[GitHub] activemq-artemis issue #1702: ARTEMIS-1542 - AMQP message cluster-bridging f...

Github user toddbaert commented on the issue:

    https://github.com/apache/activemq-artemis/pull/1702
  
    @clebertsuconic  @michaelandrepearce 
    
    in ClusterConnectionBridge.beforeForward(Message message, SimpleString forwardingAddress), we call super.beforeForward(message, null). The is why we lose the address. This code path is executed when broker1 forwards an AMQP message to broker2. This is why we will only see this in a cluster, when a producer sends a message to broker1 and a consumer is listening on broker2.


---