You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by ldebello <lu...@hotmail.com> on 2019/05/21 18:03:15 UTC

Help to create test to reproduce issue

Hi guys,

I am trying to create a test to reproduce one issue with hit in Artemis
2.7.0 but it works in 2.6.3 so as first step I am trying to reproduce it
with a test instead of manually.

Scenario:

Server 1:
Artemis Broker with a Bridge to Server 2.

Server 2:
Artemis Broker creating a cluster with Server 3.

Server 3:
Cluster with Server 2.

AMQP Client sending Message to Server 1 Address
"uswest.Provider.AMC.Agent.f261d0fa-51bd-44bd-abe0-ce22d2a387cd.CustomNotification"
Server 1 Diverts to FrameworkNotifications. There is a Bridge to Server 2
from FrameworkNotifications to BridgeNotifications and later in Server 2 a
Divert to Notifications.

The test work if the Consumer is in Server 2. The message sent to Server 1
arrives to Server 2.
The test does not work if the Consumer is in Server 3.


When doing this manually in Artemis 2.6.3 it works as expected but it does
not work in Artemis 2.7.0.

Could you help to check why my test is not working in Artemis 2.6.3 so I can
debug and fix the problem in 2.7.0

https://gist.github.com/ldebello/e822d943b19c652d442a0b103e97858d

Regards,
Luis



--
Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-Dev-f2368404.html