I have a standard configuration where the client sends a message to a named queue and 
then picks up a response using a selector from another named queue.

If I call close() on my receiver (QueueReceiver) after getting the response then I get 
the following exception sporatically on the server.   If I don't call close() on the 
receiver it eventually builds up too many threads on the client and I get an 
out-of-memory error (similar to 
http://www.jboss.org/index.html?module=bb&op=viewtopic&t=46053).  

The exception does not seem to cause any ill side effect but is there something I'm 
doing/not-doing to cause it?

15:26:29,126 WARN  [OILServerILService] Client request resulted in a server exception:
  | javax.jms.JMSException: The provided subscription does not exist
  |         at org.jboss.mq.server.ClientConsumer.acknowledge(ClientConsumer.java:315)
  |         at 
org.jboss.mq.server.JMSDestinationManager.acknowledge(JMSDestinationManager.java:529)
  |         at 
org.jboss.mq.server.JMSDestinationManager.acknowledge(JMSDestinationManager.java:513)
  |         at 
org.jboss.mq.server.JMSServerInterceptorSupport.acknowledge(JMSServerInterceptorSupport.java:198)
  |         at 
org.jboss.mq.server.TracingInterceptor.acknowledge(TracingInterceptor.java:481)
  |         at 
org.jboss.mq.server.JMSServerInvoker.acknowledge(JMSServerInvoker.java:198)
  |         at 
org.jboss.mq.il.oil.OILServerILService$Client.run(OILServerILService.java:245)
  |         at java.lang.Thread.run(Thread.java:534)

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3823673#3823673

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3823673


-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to