[jboss-user] [JBoss Messaging] - Re: Messages distribution across cluster.

2008-06-26 Thread fl_
Hello, I made few tests and found out strange behavior. Lets say that we have deployment layout like following: | (Node0) Producer --- @ --- Consumer (dest = 'moduleA') | | | (Node1) @ --- Consumer (dest = 'moduleB') | | |

[jboss-user] [JBoss Messaging] - Messages distribution across cluster.

2008-06-23 Thread fl_
Hello, We are thinking about switching from JBossMQ to JBossMessaging. I have read user guide for JBM 1.4.0 SP3 and few messages on forum but I think I still need clarification about how messages are distributed across nodes in cluster configuration. I read a following topic but still don't

[jboss-user] [Performance Tuning] - Re: Switching Java-serialization to JBoss-serialization for

2008-03-04 Thread fl_
JBoss-Serialization is used by default ;) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4134006#4134006 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4134006 ___ jboss-user

[jboss-user] [Performance Tuning] - Switching Java-serialization to JBoss-serialization for remo

2008-03-03 Thread fl_
Hello, I try to increase performance of out application. It is quite simple event processing application. During event processing it is required to communicate with few services that are exposed via EJB3 remote interface. I can't change remote interface to local, because we work in cluster and