[jboss-user] [JBoss Messaging] - jboss 1.2.0.CR1 MDB Cluster

2007-02-22 Thread fancoli
I have installed successfully jboss 1.2.0.CR1 on a cluster partition; when I use MDB all works well except that all message in a queue are processed by the same node... if I look inside the table I have CHANNEL_COUNT = 1... anywhone got this problem View the original post :

[jboss-user] [JBoss Messaging] - Re: jboss 1.2.0.CR1 MDB Cluster

2007-02-22 Thread fancoli
Yes of course, I have two jboss instance on two physical machines; I have removed JBossMQ and then deployed JBossMessaging inside deploy folder of both server; here there is a queue definition: | mbean code=org.jboss.jms.server.destination.QueueService |

[jboss-user] [JBoss Messaging] - Re: jboss 1.2.0.CR1 MDB Cluster

2007-02-22 Thread fancoli
Thanks a lot Tim, I am waiting for documentation. Max View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4020564#4020564 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4020564 ___

[jboss-user] [JBossWS] - JSR 181 JBoss 4.0.4

2006-08-09 Thread fancoli
This not Works @WebMethod public void doReport(@WebParam(name = user) String user, @WebParam(name = pwd) byte[] pwd, @WebParam(name = terminal) String terminal, @WebParam(name = amid) int amid, @WebParam(name = reportId) String reportId) throws Exception { } and I receive this exception