[
https://issues.jboss.org/browse/WFWIP-90?page=com.atlassian.jira.plugin.s...
]
Miroslav Novak updated WFWIP-90:
--------------------------------
Steps to Reproduce:
Adding steps to reproduce, issue was intermittent:
{code}
git clone
git://git.app.eng.bos.redhat.com/jbossqe/eap-tests-hornetq.git
cd eap-tests-hornetq/scripts/
git checkout eap7.2.x-artemis2.x-ha-jdbc
groovy
-DEAP_ZIP_URL=https://mw-messaging-qe-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/view/EAP-tooling/job/early-testing-messaging-prepare/155/artifact/jboss-eap.zip
PrepareServers7.groovy
export WORKSPACE=$PWD
export JBOSS_HOME_1=$WORKSPACE/server1/jboss-eap
export JBOSS_HOME_2=$WORKSPACE/server2/jboss-eap
export JBOSS_HOME_3=$WORKSPACE/server3/jboss-eap
export JBOSS_HOME_4=$WORKSPACE/server4/jboss-eap
cd ../jboss-hornetq-testsuite/
mvn clean test
-Dtest=RemoteJcaRebalancingTestCase#testLoadBalancingOfInboundConnectionsToClusterOneServerRestart
-Deap7.org.jboss.qa.hornetq.apps.clients.version=7.1531748885-SNAPSHOT
-Dprepare.param.DATABASE=oracle12cR2 -Dprepare.param.JDBC_STORE=true | tee log
{code}
[Artemis 2.x upgrade] Undelivered messages in remote jca topology
after restart
-------------------------------------------------------------------------------
Key: WFWIP-90
URL:
https://issues.jboss.org/browse/WFWIP-90
Project: WildFly WIP
Issue Type: Bug
Components: Artemis
Reporter: Miroslav Novak
Assignee: Martyn Taylor
Priority: Blocker
There are undelivered messages in scenario with where servers in remote JCA topology are
restarted. There are undelivered message after test.
Test scenario:
* Start 2 server in Artemis cluster
* Start 2 servers with MDB connected to Artemis cluster
** MDB resends messages from InQueue to OutQueue from/to remote cluster
* Send messages to InQueue
* Restart all server (one by one)
* Consumes messages from OutQueue
Results:
After the test there are missing messages in OutQueue.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)