1 Reply Latest reply on Apr 9, 2010 10:53 AM by mnenchev

    Send message to Clustered Topic from external source

    mnenchev

      Hi,  I have java se console application that must send jms messages to jboss topic. The problem is that i pass the ip where jboss is started and that way the console app knows how to lookup the topic. So i need to run two jboss instances in cluster. For every jboss i will run separate console application, but if one fails the console application must continue to send messages to the other, that is why the topic will be clustered. But i do not have to use ip, because if one fails the app could not lookup the topic. I thought about using external active mq about that, but if you have any ideas with jboss messaging it would be great.