Mike Miller [http://community.jboss.org/people/mikemil] replied to the 
discussion

"Remote MDBs seem to stop after marshalling exception"

To view the discussion, visit: http://community.jboss.org/message/552626#552626

--------------------------------------------------------------
Thanks for the update Ron - looks like 4th of July weekend was time for you to 
respond to forum posts because I saw a lot of responses.

I think we have worked thru our problem, which at this point we will categorize 
as 'bad architecture'.   We had a hub & spoke architecture with over 800 
spokes.  The hub had a remote MDB pointing to each spoke and each spoke had an 
remote MDB pointing to the hub.   The main problem mostly at the hub - using 
Messaging w/Remoting bisocket - this meant that, if all spokes were connected 
to the hub, we ended up with over 2400 threads (800 hubs each getting a 
Connection Consumer thread, along with 2 separate control socket thread 
(firewall between hub and spokes)) along with everything else our hub server 
was trying to do.

Data flowed correctly for some time, then things appeared to break and 
apparently we were getting networking problems on port 4457.    We have changed 
our architecture to no longer use the remote MDBs and seem to be much more 
stable.

Not sure exactly what in the flow was broken but things are much more stable 
w/o the remote mdbs - may just too many remote mdbs....

Thanks again!

--------------------------------------------------------------

Reply to this message by going to Community
[http://community.jboss.org/message/552626#552626]

Start a new discussion in JBoss Remoting at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2050]

_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to