User: chirino 
  Date: 01/07/27 17:30:16

  Modified:    src/main/org/jbossmq/il/uil UILServerILService.java
  Log:
  Once again many changes.
  - The logic that handled the processing of queue and topic messages
   was seperated our more to make it easier to follow.
  - A QueuedTask class was created to avoid unneeded processing of queues.
  - The interface between the client-server-queues-peristence manager to handel
   DurableSubscription was too verbose, created a DurableSubscripton class and now
   SpyTopics can be inspected to see if they are being used as a DurableSubscription
  - The MBeans that add queues and topics makes it simpler to configure a queue/topic.
  
  Revision  Changes    Path
  1.3       +3 -1      jbossmq/src/main/org/jbossmq/il/uil/UILServerILService.java
  
  Index: UILServerILService.java
  ===================================================================
  RCS file: 
/cvsroot/jboss/jbossmq/src/main/org/jbossmq/il/uil/UILServerILService.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- UILServerILService.java   2001/07/16 02:51:46     1.2
  +++ UILServerILService.java   2001/07/28 00:30:16     1.3
  @@ -45,7 +45,7 @@
    *  manage the JVM IL.
    *
    *   @author Hiram Chirino ([EMAIL PROTECTED])
  - *   @version $Revision: 1.2 $
  + *   @version $Revision: 1.3 $
    */
   public class UILServerILService extends ServerILJMXService implements 
UILServerILServiceMBean, Runnable {
        
  @@ -285,6 +285,8 @@
                        } catch (Exception e) {
                                if( closed )
                                        break;
  +                                     
  +                             category.info("Client request resulted in a server 
exception: ", e);
   
                                try {
                                        out.writeByte(2);
  
  
  

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to