[jboss-user] [Clustering/JBoss] - Re: Accessing JbossMQ clustered from a standalone applicatio

2006-08-04 Thread jmmatrat
I had seen this example, but it is hosted in a jboss, and the client connects to the local HA-JNDI. With my standalone app I have to connect to an active Jboss of the cluster, and in case of disconnect because the server is down I'll have to reconnect to another server of the cluster, even if

[jboss-user] [Clustering/JBoss] - Re: Accessing JbossMQ clustered from a standalone applicatio

2006-08-04 Thread jmmatrat
that's it Thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3963157#3963157 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3963157 ___ jboss-user mailing list

[jboss-user] [Clustering/JBoss] - Re: Accessing JbossMQ clustered from a standalone applicatio

2006-08-03 Thread [EMAIL PROTECTED]
Basically, you want to use HA-JNDI to look up the ConnectionFactory and Queue. At http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossMQHAOverview there is a section where it talks about an example app, including client code. You have to follow some hyperlinks to get to the example. I haven't