messages cannot be accessed from one node of a cluster
Issue
Following is the scenario:
- Node 1 drops messages onto distributedTransactionQueue
- These messages are persisted.
- Node 1 begins picking them up from the queue and processing
- Node 2 picks some of them up via the message sucker and processes those.
However, once the in memory messages are consumed, only Node 1 can read the remaining messages from the store.
-
Is it possible to configure the JBoss Messaging so that the messages consumed by the MDB get migrated to the node 2 when node 1 is killed?
-
how to configure MDB Consumer Failover in Cluster
Environment
- JBoss Enterprise Application Platform (EAP)
* 5.1.0
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase of over 48,000 articles and solutions.
Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.
