]
Kabir Khan updated WFLY-5400:
-----------------------------
Fix Version/s: 11.0.0.Final
I am bulk closing old issues that were resolved with no fix version. There are quite many
of these so I am not checking the history properly. From the lastModified date of this
issue it looks like it was done for 11.0.0.Final (I am not caring about alpha/beta etc.
for this exercise). If that is incorrect please adjust as needed.
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: ANGELA ROBERTSON
Fix For: 11.0.0.Final
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.