You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ta...@apache.org on 2009/12/11 14:53:25 UTC

svn commit: r889620 - /activemq/activemq-dotnet/Apache.NMS.Stomp/trunk/nmsprovider-test.config

Author: tabish
Date: Fri Dec 11 13:53:24 2009
New Revision: 889620

URL: http://svn.apache.org/viewvc?rev=889620&view=rev
Log:
Update provider config file.

Modified:
    activemq/activemq-dotnet/Apache.NMS.Stomp/trunk/nmsprovider-test.config

Modified: activemq/activemq-dotnet/Apache.NMS.Stomp/trunk/nmsprovider-test.config
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.Stomp/trunk/nmsprovider-test.config?rev=889620&r1=889619&r2=889620&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.Stomp/trunk/nmsprovider-test.config (original)
+++ activemq/activemq-dotnet/Apache.NMS.Stomp/trunk/nmsprovider-test.config Fri Dec 11 13:53:24 2009
@@ -16,15 +16,5 @@
 * limitations under the License.
 -->
 <configuration>
-    <defaultURI value="stomp:tcp://${activemqhost}:61613"/>
-
-    <maxInactivityDurationURI value="stomp:tcp://${activemqhost}:61613"/>
-
-    <openWireURI value="stomp:tcp://${activemqhost}:61613">
-        <factoryParams>
-            <param type="string" value="StompTestClient"/>
-        </factoryParams>
-        <userName value="guest"/>
-        <passWord value="guest"/>
-    </openWireURI>
+    <defaultURI value="tcp://${activemqhost}:61613"/>
 </configuration>