[JBoss-user] [Installation Configuration] - Re: uil2.SocketManager - exiting on unexpected error

2004-11-18 Thread jschanz
Hi, thanks for this reply. We're running here several clients. It's a production environment. We add every day 5-20 new clients to the server. We have to add about 2000 clients which should communicate via JMS with the server. I've asked our programmers. They open a connection to the server

[JBoss-user] [Installation Configuration] - Re: uil2.SocketManager - exiting on unexpected error

2004-11-16 Thread kalyan120
What do you mean by reconnecting to a queue? Also, this is a problem with the server side JMS code, that you would have written. This could be a problem because of the proliferation of queue connections or queue sessions. If you are doing something like below, for every message you send back,

[JBoss-user] [Installation Configuration] - Re: uil2.SocketManager - exiting on unexpected error

2004-11-16 Thread jschanz
Hi, thanks for the answer. We don't use any self-written code on server side. I have only created one new durable topic: ?xml version=1.0 encoding=UTF-8? depends optional-attribute-name=DestinationManagerjboss.mq:service=DestinationManager depends

[JBoss-user] [Installation Configuration] - Re: uil2.SocketManager - exiting on unexpected error

2004-11-16 Thread kalyan120
To my knowledge, the SocketManager spawns a thread for every request or message that comes in (via JMS). Once it returns back the result, it must remove the corresponding resources. I'm sure the code would be doing this as well. How did you increase the no. of clients to 50? Is the client you