[jboss-cvs] jbosstest/src/resources/timer/ejb ...

Anil Saldhana anil.saldhana at jboss.com
Mon Jul 24 13:29:24 EDT 2006


  User: asaldhana
  Date: 06/07/24 13:29:24

  Modified:    src/resources/timer/ejb  jboss.xml
  Log:
  JBAS-3105: bring back the queues A,B,C,D
  
  Revision  Changes    Path
  1.5       +2 -2      jbosstest/src/resources/timer/ejb/jboss.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: jboss.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jbosstest/src/resources/timer/ejb/jboss.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- jboss.xml	20 Jul 2006 19:41:48 -0000	1.4
  +++ jboss.xml	24 Jul 2006 17:29:24 -0000	1.5
  @@ -46,7 +46,7 @@
   
         <message-driven>
            <ejb-name>TimerMDB</ejb-name>
  -         <destination-jndi-name>queue/QueueA</destination-jndi-name>
  +         <destination-jndi-name>queue/A</destination-jndi-name>
            <resource-ref>
               <res-ref-name>jms/QCF</res-ref-name>
               <jndi-name>ConnectionFactory</jndi-name>
  @@ -54,7 +54,7 @@
         </message-driven>
         <message-driven>
            <ejb-name>OnCreateTimerMDB</ejb-name>
  -         <destination-jndi-name>queue/QueueC</destination-jndi-name>
  +         <destination-jndi-name>queue/C</destination-jndi-name>
            <timer-persistence>false</timer-persistence>         
            <resource-ref>
               <res-ref-name>jms/QCF</res-ref-name>
  
  
  



More information about the jboss-cvs-commits mailing list