| Summary: | JBm queue conflict in a cluster environment. | ||
|---|---|---|---|
| Product: | [JBoss] JBoss Enterprise SOA Platform 5 | Reporter: | Marek Baluch <mbaluch> |
| Component: | Documentation, JBoss Messaging | Assignee: | David Le Sage <dlesage> |
| Status: | CLOSED NEXTRELEASE | QA Contact: | |
| Severity: | urgent | Docs Contact: | |
| Priority: | urgent | ||
| Version: | 5.0.0 GA | ||
| Target Milestone: | --- | ||
| Target Release: | 5.2.0 GA | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| URL: | http://jira.jboss.org/jira/browse/SOA-2024 | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2011-11-09 08:42:54 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
|
Description
Marek Baluch
2010-04-02 08:20:53 UTC
Link: Added: This issue depends JBMESSAGING-1797 This error can be reproduced only when using a separate database for each cluster instance. If the database is shared between instances then everything seems OK. Hi Marek, JBoss Messaging cluster requires a shared DB to work properly. You can't use separate DB for each node. Howard Can we point to EAP documentation describing how it works? This is not a bug, but we need to point users to the correct use cases. SOA 5.1.0 Affects: Added: [Release Notes] Writer: Added: dlesage Release Notes Docs Status: Added: Documented as Known Issue Release Notes Text: Added: https://issues.jboss.org/browse/JBMESSAGING-1797 The user will encounter an org.jboss.messaging.util.ExceptionUtil if they use separate databases in a cluster. This is because the use of separate databases results in duplicated channel ids. Always configure JBoss Message to use a shared database if clustering. If you do so, you will not see this exception. Release note created. |