This content has been marked as final. 
    
Show                 3 replies
    
- 
        1. Re: Arentrazor_harm Mar 8, 2005 5:04 AM (in response to vijayk)Yes, you need a single database for the clustered HA-JMS queue. 
 Also see: http://www.jboss.org/wiki/Wiki.jsp?page=JBossMQHA
- 
        2. Re: HA-JMS, datasourcesvijayk Mar 8, 2005 10:06 AM (in response to vijayk)Thank you for your reply. I read Wiki and understand that a single database is required. But what if that database goes down? 
 My question is - is there a way to insert messages in to 2 databases instead of just one? That way I can be sure that no messages get lost.
 Regards,
 Vijay Kandy
- 
        3. Re: HA-JMS, datasourcesrazor_harm Mar 9, 2005 7:20 AM (in response to vijayk)"vijayk" wrote: 
 Thank you for your reply. I read Wiki and understand that a single database is required. But what if that database goes down?
 My question is - is there a way to insert messages in to 2 databases instead of just one? That way I can be sure that no messages get lost.
 Yes, you need to cluster your database. For example Oracle provides this functionality (using the thick client driver).
 
    