You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by js...@apache.org on 2002/08/28 13:15:59 UTC

cvs commit: jakarta-commons-sandbox/messenger/src/conf MessengerJBoss.xml

jstrachan    2002/08/28 04:15:59

  Modified:    messenger/src/conf MessengerJBoss.xml
  Log:
  enabled JNDI destionations for JBoss topics to match queues. I think this was removed by error
  
  Revision  Changes    Path
  1.5       +1 -1      jakarta-commons-sandbox/messenger/src/conf/MessengerJBoss.xml
  
  Index: MessengerJBoss.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/messenger/src/conf/MessengerJBoss.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- MessengerJBoss.xml	10 Jul 2002 10:01:23 -0000	1.4
  +++ MessengerJBoss.xml	28 Aug 2002 11:15:59 -0000	1.5
  @@ -13,7 +13,7 @@
     -->
   
   <manager>
  -	<messenger name="topic">
  +	<messenger name="topic" jndiDestinations="true">
   		<jndi lookupName="ConnectionFactory" topic="true">
   			<property>
   				<name>java.naming.factory.initial</name>
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>