]
Darran Lofthouse updated WFLY-8429:
-----------------------------------
Fix Version/s: 11.0.0.Alpha1
Pooled connection factory with default discovery group is not able to
connect to cluster
----------------------------------------------------------------------------------------
Key: WFLY-8429
URL:
https://issues.jboss.org/browse/WFLY-8429
Project: WildFly
Issue Type: Bug
Components: JMS
Reporter: Jeff Mesnil
Assignee: Jeff Mesnil
Fix For: 11.0.0.Alpha1
Test Scenario:
* Start 1st EAP 7.1 server with deployed queues InQueue and OutQueue
* Start 2nd EAP 7.1 server with MDB which consumes messages from InQueue and resends to
OutQueue
** pooled-connection-factory is using default {{discovery-group="dg-group1"}}
to get connectors to 1st EAP 7.1 server
* Send messages to InQueue and consume from OutQueue
Pass Criteria: Number of send and received messages is the same.
Actual Result:
MDB does not start to consume messages from InQueue.
Expected Result:
MDB will resend messages from InQueue to OutQueue.
Attaching configuration and trace logs from test.