[jboss-user] [JBoss Messaging Users] - jboss-messaging-1.4.5.GA and JBoss AS 5.1

2009-10-21 Thread mhossein
Hi: Does JBM 1.4.5 work with JBoss AS 5.1? I know that JBM 1.4.4 didn't. Based on JBM 1.4.5's user guide, it requires JBoss Remoting 2.2.3.SP1, which doesn't work with JBoss AS 5. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4261540#4261540 Reply to the

[jboss-user] [JBoss Messaging Users] - Re: clustered messaging on JBoss 5

2009-09-04 Thread mhossein
Yes, it works out of box without any chnage. But do you get cluster-aware connection factories by default? The default jms-ds.xml, uses XAConnectionFactory. Shouldn;t it be changed to ClusteredXAConnectionFactory? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&

[jboss-user] [JBoss Messaging Users] - clustered messaging on JBoss 5

2009-09-03 Thread mhossein
Hi: If I want to use jboss messaging on a cluster of JBoss AS 5 servers. I need messaging to work in the clustered mode (providing fail over and load balancing). Do I need to make any changes in the configuration? For example, do I need to change anything in jms-ds.xml? With JBoss AS 4.2.3, I

[jboss-user] [JBoss Messaging] - Re: getting messages on one node of cluster

2009-06-15 Thread mhossein
I didn't know you could do that with JBM. So you can just deploy your MDB in a sar project in deploy-hasingleton and it works? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4237756#4237756 Reply to the post : http://www.jboss.org/index.html?module=bb&op=pos

[jboss-user] [JBoss Messaging] - fault tolerance in clustered topics

2009-04-19 Thread mhossein
Hi: I am using jboss-messaging with JBoss 4.2.X in a cluster. I created a clustered topic and added a MDB that listens to that topic. To test fault tolerance, I use a cluster of two machines (I'll call them m1 and m2). m1 is always started first so it would initially be the master node of the

[jboss-user] [JBoss Messaging] - getting messages on one node of cluster

2009-04-14 Thread mhossein
Hi: We have a subsystem that should run only on one node (I'll call it the master node) of our cluster (right now, it's the coordinator of the cluster). We need to be able to send messages to a queue or topic from every node but we only want the node that runs the above mentioned service (the m

[jboss-user] [JBoss Messaging] - problem with JBoss 4.2.3

2009-02-27 Thread mhossein
Hi: I followed all the instructions in http://www.jboss.org/file-access/default/members/jbossmessaging/freezone/docs/userguide-1.4.0.SP3/html/installation.html to install jboss messaging in JBoss 4.x. When I run it using the dafultDS it works fine. But when I use mssql-persistence-service.xml, I