[JBoss-user] don't get load blancing to run

2003-08-29 Thread Stefan Groschupf
Hi Friends,

I have trouble to get loadbalancing to run. May be I'm only over see 
something since I have much time pressure. ;(

I have 3 node jboss-3.2.2RC3_jetty-4.2.11 on one machine running with 
the binding service. The farming service is running well.
I have my main application that run only on one node  and an small 
project that i want to distribute over a set of nodes.
I have an import job that load data to my system. This data need to 
processed. So  for each imported data set i send an message to an queue 
where an MDB listen. This MDB should start an session bean of my small 
distributed project.

My Session Bean has the clusteredtrue/clustered tag and I use the 
remote Home object to acess this session bean. Anyways the session bean 
is not invoked on the cluster nodes. ;(
If i run all only on one node then it is working, so far i have an 
cluster running it does not working any more.

What I have to do, so my MDB can invoke the session bean on the cluster 
nodes?

Thanks for any hints.
Stefan.




---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


Re: [JBoss-user] don't get load blancing to run

2003-08-29 Thread Bill Burke
If the Session bean is in the same JVM as your MDB then it will not be 
load balanced.  THe logic behind this is that local calls will always be 
faster.

Bill

Stefan Groschupf wrote:

Hi Friends,

I have trouble to get loadbalancing to run. May be I'm only over see 
something since I have much time pressure. ;(

I have 3 node jboss-3.2.2RC3_jetty-4.2.11 on one machine running with 
the binding service. The farming service is running well.
I have my main application that run only on one node  and an small 
project that i want to distribute over a set of nodes.
I have an import job that load data to my system. This data need to 
processed. So  for each imported data set i send an message to an queue 
where an MDB listen. This MDB should start an session bean of my small 
distributed project.

My Session Bean has the clusteredtrue/clustered tag and I use the 
remote Home object to acess this session bean. Anyways the session bean 
is not invoked on the cluster nodes. ;(
If i run all only on one node then it is working, so far i have an 
cluster running it does not working any more.

What I have to do, so my MDB can invoke the session bean on the cluster 
nodes?

Thanks for any hints.
Stefan.




---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

--

Bill Burke
Chief Architect
JBoss Group LLC.



---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


Re: [JBoss-user] don't get load blancing to run

2003-08-29 Thread Stefan Groschupf

If the Session bean is in the same JVM as your MDB then it will not be 
load balanced.  THe logic behind this is that local calls will always 
be faster. 
Sounds like that is the solution for my problem. But what can i do when 
i wish to not deploy my application in one node that is in a farm?

Thanks for your help!
Stefan


---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


Re: [JBoss-user] don't get load blancing to run

2003-08-29 Thread Joao Clemente
  If the Session bean is in the same JVM as your MDB then it will not be
  load balanced.  THe logic behind this is that local calls will always
  be faster.

 Sounds like that is the solution for my problem. But what can i do when
 i wish to not deploy my application in one node that is in a farm?


Exclude from farm? A particular app in a cluster that has other farmed apps?
I think you'll need to deploy it by hand in every server except that single
one...



---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


Re: [JBoss-user] don't get load blancing to run

2003-08-29 Thread Bill Burke
remove farm-service.xml from the machine and manually deploy there.

Stefan Groschupf wrote:


If the Session bean is in the same JVM as your MDB then it will not be 
load balanced.  THe logic behind this is that local calls will always 
be faster. 


Sounds like that is the solution for my problem. But what can i do when 
i wish to not deploy my application in one node that is in a farm?

Thanks for your help!
Stefan


---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

--

Bill Burke
Chief Architect
JBoss Group LLC.



---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user