[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JBoss client API seems to leak files !

2005-11-10 Thread geniusfox
Oh, i have same problem withe you. When i increase the max open file number on my linux system. It would hold on more than one or two days. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3906708#3906708 Reply to the post : http://www.jboss.com/index.html?mod

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Exiting on IOE java.net.SocketException: socket closed

2005-07-12 Thread geniusfox
But, When i catch too many "close exception",then Jboss would send a "Sockte:Open too many files" and stop work. How can i fill it. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3884644#3884644 Reply to the post : http://www.jboss.org/index.html?modul

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: How to stop messagelistener from listening queue/topic

2005-07-08 Thread geniusfox
topic/queue: MessageConsumer.setMessageListener(null); View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3884254#3884254 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3884254 --

[JBoss-user] [Messaging, JMS & JBossMQ] - Exiting on IOE java.net.SocketException: socket closed

2005-07-06 Thread geniusfox
Hi : I use jboss4.0.1sp1 as my JMS server. My sampel code as: public static void main(String[] arg) { | try { | Context context = ContextHelper.getContext(); | QueueConnectionFactory factory = (QueueConnectionFactory)context.lookup("java:/ConnectionFactory