[jboss-user] [JBoss Messaging] - Re: Urgent! Clustered-queue on 2 nodes failed

2009-08-19 Thread venkadesan
Hello Glenwood, Can i know what you did to fix the issue? Since we too face similar kind of issue. We have created two queues in cluster and everything works fine JBoss 5.0.0 GA whereas the same code does not work in JBoss 5.1.0 GA where the messages are sent to two queues in round robin (say

[jboss-user] [JBoss Messaging] - Re: Urgent! Clustered-queue on 2 nodes failed

2009-07-23 Thread glenwood
not sure why xml file didn't get display correctly,I try one more time,hopefully this time works Following is the configuration on server1, jbm-configuration.xml | http://www.w3.org/2001/XMLSchema-instance"; |xsi:schemaLocation="urn:jboss:messaging /schema/jbm-configuratio

[jboss-user] [JBoss Messaging] - Re: Urgent! Clustered-queue on 2 nodes failed

2009-07-23 Thread glenwood
BTW,my jndi property file is below server1 java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory java.naming.provider.url=jnp://192.168.110.16:1099 java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces server2 java.naming.factory.initial=org.jnp.interfaces.NamingCont

[jboss-user] [JBoss Messaging] - Re: Urgent! Clustered-queue on 2 nodes failed

2009-07-23 Thread ataylor
Have you tried the clustering examples, do they work for you. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4245309#4245309 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4245309 _

[jboss-user] [JBoss Messaging] - Re: Urgent! Clustered-queue on 2 nodes failed

2009-07-23 Thread glenwood
Ataylor, I didn't run the examples ship with JBM2,cause I would like to deploy a web application on jboss5 in a real cluster Env,so I just simplely copy the configuration file from clustering sample and made a litter changes to reflect my testing jboss Env. I wonder if by any chance,the jboss c

[jboss-user] [JBoss Messaging] - Re: Urgent! Clustered-queue on 2 nodes failed

2009-07-23 Thread ataylor
anonymous wrote : Ataylor, I didn't run the examples ship with JBM2,cause I would like to deploy a web application on jboss5 in a real cluster Env,so I just simplely copy the configuration file from clustering sample and made a litter changes to reflect my testing jboss Env. This would show wh

[jboss-user] [JBoss Messaging] - Re: Urgent! Clustered-queue on 2 nodes failed

2009-07-23 Thread glenwood
Our jboss5 clustering works fine,2 nodes can find each other,if jboss cluster uses UDP as well? I already confirmed with our network engineer,UDP was allowed on our testing Env,I will create a simple socket UDP application to verify this through. BTW,for connection factory look up,I wonder whic

[jboss-user] [JBoss Messaging] - Re: Urgent! Clustered-queue on 2 nodes failed

2009-07-23 Thread glenwood
I has verified UDP broadcast is working,both servers can receive UDP message,so there should be no networking issue within our jboss cluster Env View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4245452#4245452 Reply to the post : http://www.jboss.org/index.html

[jboss-user] [JBoss Messaging] - Re: Urgent! Clustered-queue on 2 nodes failed

2009-07-23 Thread timfox
You're not specify your hostname on your acceptors, this will default to localhost which is clearly not visible from other machines. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4245469#4245469 Reply to the post : http://www.jboss.org/index.html?module=bb&o

[jboss-user] [JBoss Messaging] - Re: Urgent! Clustered-queue on 2 nodes failed

2009-07-23 Thread glenwood
Timfox,thanks! I just basically neglected this setting. I have another question,I would like to implement this solution via JBM2 that we have a cluster with multiple nodes been connected each other,we deploy queue on every node with same queue name to form a messaging cluster,we deploy queue pr