[jboss-user] [JBoss AOP Users] - Problem load balancing JMS

2009-09-28 Thread vickirk
Hi, I'm having a bit of trouble load balancing my message producing SSBs and my MDBs under jboss 4.2.1. I have got a singleton JMS successfully switching between nodes when I shut the active one down so hopefully I'm almost there. However, my SSBs fail when trying to get the connection

[jboss-user] [JBoss AOP Users] - Re: Problem load balancing JMS

2009-09-28 Thread vickirk
Sorry, about that, don't know how I chose the wrong forum, it think it was because I was searching earlier to see if I could use AOP to change the annotated values. Thanks, Vic View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4257348#4257348 Reply to the post :

[jboss-user] [Clustering] - Problem load balancing JMS

2009-09-28 Thread vickirk
I'm having a bit of trouble load balancing my message producing SSBs and my MDBs under jboss 4.2.1. I have got a singleton JMS successfully switching between nodes when I shut the active one down so hopefully I'm almost there. However, my SSBs fail when trying to get the connection factory for

[jboss-user] [Clustering] - Re: Problem load balancing JMS

2009-09-28 Thread vickirk
I believe I've got this sorted, @Resource(mappedName=ConnectionFactory) to @Resource(mappedName=java:/JmsXA) appears to do the trick, for some reason I thought this was only going to be available when clustered. View the original post :

[jboss-user] [EJB 3.0] - Restricting number of invocations on EJB3 stateless session

2008-06-04 Thread vickirk
Hi, I'm trying to limit the number of concurrent invocations on an EJB. I've done (I believe) the required config to do this (as described in ). However when I start a client that calls a lengthy (30+ secs) operation on the EJB then start a new client that calls another, quicker operation