[jboss-cvs] JBossAS SVN: r61811 - trunk/server/src/main/org/jboss/ejb/plugins/jms.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Mar 28 16:44:53 EDT 2007


Author: scott.stark at jboss.org
Date: 2007-03-28 16:44:52 -0400 (Wed, 28 Mar 2007)
New Revision: 61811

Modified:
   trunk/server/src/main/org/jboss/ejb/plugins/jms/JMSContainerInvoker.java
Log:
Set createJBossMQDestination to false by default

Modified: trunk/server/src/main/org/jboss/ejb/plugins/jms/JMSContainerInvoker.java
===================================================================
--- trunk/server/src/main/org/jboss/ejb/plugins/jms/JMSContainerInvoker.java	2007-03-28 19:32:35 UTC (rev 61810)
+++ trunk/server/src/main/org/jboss/ejb/plugins/jms/JMSContainerInvoker.java	2007-03-28 20:44:52 UTC (rev 61811)
@@ -190,7 +190,7 @@
 
    protected boolean deliveryActive = true;
 
-   protected boolean createJBossMQDestination = true;
+   protected boolean createJBossMQDestination = false;
 
    /**
     * Set the invoker meta data so that the ProxyFactory can initialize




More information about the jboss-cvs-commits mailing list