[jboss-user] [JBoss Messaging] - Clustering JBoss and MySQL, support for NDB
rvdploeg
do-not-reply at jboss.com
Thu May 15 06:14:53 EDT 2008
I want to create a high avaliable messaging solution using a JBoss Messaging cluster, but now I'm confused:
>From the documentation I read that "It is required that all the JBM servers in a given cluster must share the same database".
Suppose, I want a high available clustered messaging environment with MySQL persistency, I could create:
- At least two JBoss Messaging nodes with a shared database.
- A MySQL database with InnoDB tables because this is the only type that is supported.
This would mean that the database is still a single point of failure. Therefore, I could create a MySQL cluster, but in that case I need the NDB-engine, which is not supported (http://wiki.jboss.org/wiki/JBossMessagingDatabaseCompatibilityMatrix)
Pleas tell me that my conclusion "Creating a high available JBM solution is not possible at this moment using a MySQL backend" is not correct!
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4150994#4150994
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4150994
More information about the jboss-user
mailing list