[jboss-user] [Clustering/JBoss] - Re: role of port bindings xml

2008-03-20 Thread navjeetc
I have setup the clusters and I am passing -c, -b, -g and -u parameters (with unique values for the clusters) in the run script. I am using JMS to send message from one cluster to another and it is picked up by the third cluster also. I am using a JMS bridge for that and assuming (I think that

[jboss-user] [Clustering/JBoss] - Re: role of port bindings xml

2008-03-20 Thread navjeetc
BTW this test was performed on Windows Server 2003. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4138150#4138150 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4138150 ___

[jboss-user] [Clustering/JBoss] - Re: role of port bindings xml

2008-03-19 Thread navjeetc
Thanks for that info, Brian. Is there any resource online that can provide info on what settings in which files (e.g. cluster-service.xml, hajndi-jms-ds.xml etc.) are being overridden when one specifies port setting (ports-default, ports-01 etc.) in jboss-service.xml. There seems to be ports

[jboss-user] [Clustering/JBoss] - role of port bindings xml

2008-03-18 Thread navjeetc
Using WinXP, JBoss 4.2.1.GA and JBM 1.4.0.SP3 We have 6 Jboss AS clusters on a machine (each cluster has two nodes on two different machines). We are using port bindings xml file to specify different port binding (ports-default, ports-01ports-05) for each instance (set of two nodes) in the

[jboss-user] [JBoss Messaging] - basic JBM cluster configuration

2008-03-07 Thread navjeetc
I need to install two or more clusters of JBoss AS and JBM on a machine(actually the two nodes in each cluster will be on different machines). To make cluster work I am using a different port binding for each node and also a different server peer Id. We have also deployed JBM bridges on each

[jboss-user] [JBoss Messaging] - Re: Bridge problems across two clusters

2008-03-05 Thread navjeetc
I have looked at these links (http://wiki.jboss.org/wiki/Wiki.jsp?page=HowDoIConfigureAnMDBToTalkToARemoteQueue[/url] [url]http://wiki.jboss.org/wiki/Wiki.jsp?page=HowDoIConfigureAnEJB3MDBToTalkToARemoteQueue) on the wiki and I don't think they address my question which is how do I configure

[jboss-user] [JBoss Messaging] - Bridge problems across two clusters

2008-03-04 Thread navjeetc
Using WinXP, JBoss 4.2.1.GA and JBM 1.3.0.GA I have two clusters (Clust1 and Clust2). Each cluster has two nodes (node1 and node2). I have a setup two bridges, one (Bridge1) to send messages from Clust1 to Clust2 and another (Bridge2) to send messages from Clust2 to Clust1. I startup Jboss

[jboss-user] [JBoss Messaging] - Re: Bridge problems across two clusters

2008-03-04 Thread navjeetc
OK, I am going to try out JBM 1.4.0 SP3, hopefully that will fix the problem. How about my other question about JMS provider jndi url setup? -Navjeet View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4134059#4134059 Reply to the post :

[jboss-user] [JBoss Messaging] - jms message sent to another cluster picked before transactio

2007-09-27 Thread navjeetc
We have two separate JBoss clusters on the same machine. A stateless session bean method (transaction is enabled) on one cluster adds a domain object to the database and sends a message to the other cluster that indicates an event has occurred and the MDB (on the other cluster) goes to the

[jboss-user] [JBoss Messaging] - Re: jms message sent to another cluster picked before transa

2007-09-27 Thread navjeetc
Tim, In that case is there any point in trying with JBoss messaging 1.4.0 CR3 as suggested earlier or not? timfox wrote : navjeetc wrote : | | | | Is this expected behaviour | | | | Yes, this is expected behaviour. | | This has been covered on a previous thread http