]
ANGELA ROBERTSON reassigned WFLY-5400:
--------------------------------------
Assignee: Phil Festoso (was: Andrea Hoffer)
Failover of standalone JMS client fails with netty
(blocking/non-blocking) connector
------------------------------------------------------------------------------------
Key: WFLY-5400
URL:
https://issues.jboss.org/browse/WFLY-5400
Project: WildFly
Issue Type: Bug
Components: Documentation, JMS
Affects Versions: 10.0.0.CR1
Reporter: Miroslav Novak
Assignee: Phil Festoso
Attachments: standalone-full-ha-backup.xml, standalone-full-ha-live.xml
Failover of standalone JMS client fails if netty (blocking/non-blocking) connector is
used. There are 2 EAP 7.0.0.DR10 (Artemis 1.1.0) servers configured in dedicated topology
with shared store.
If live server is killed then backup activates but client does not failover to it:
{code}
ent message with property count: 110867,
messageId:ID:20310150-62a0-11e5-ada8-b3332c72af23
Sent message with property count: 110868,
messageId:ID:20310151-62a0-11e5-ada8-b3332c72af23
Sep 24, 2015 11:39:27 AM
org.apache.activemq.artemis.core.client.impl.ClientProducerCreditsImpl acquireCredits
WARN: AMQ212054: Destination address=jms.queue.testQueue0 is blocked. If the system is
configured to block make sure you consume messages on this configuration.
Sep 24, 2015 11:39:40 AM
org.apache.activemq.artemis.core.client.impl.ClientProducerCreditsImpl acquireCredits
WARN: AMQ212054: Destination address=jms.queue.testQueue0 is blocked. If the system is
configured to block make sure you consume messages on this configuration.
Sep 24, 2015 11:39:55 AM
org.apache.activemq.artemis.core.client.impl.ClientProducerCreditsImpl acquireCredits
WARN: AMQ212054: Destination address=jms.queue.testQueue0 is blocked. If the system is
configured to block make sure you consume messages on this configuration.
Sep 24, 2015 11:40:10 AM
org.apache.activemq.artemis.core.client.impl.ClientProducerCreditsImpl acquireCredits
WARN: AMQ212054: Destination address=jms.queue.testQueue0 is blocked. If the system is
configured to block make sure you consume messages on this configuration.
{code}
Attaching live/backup configuration.