https://issues.apache.org/jira/browse/AMQNET-454

https://issues.apache.org/jira/secure/attachment/12619636/Apache.NMS.AMQP-provider-configs-03.patch
diff --git a/nmsprovider-amqp.config b/nmsprovider-amqp.config
index a25c0c6..a5b39a5 100644
--- a/nmsprovider-amqp.config
+++ b/nmsprovider-amqp.config
@@ -16,5 +16,5 @@
 * limitations under the License.
 -->
 <configuration>
-	<provider assembly="Apache.NMS.AMQP" classFactory="Apache.NMS.AMQP.ConnectionFactory"/>
+	<provider assembly="Apache.NMS.Amqp" classFactory="Apache.NMS.Amqp.ConnectionFactory"/>
 </configuration>
diff --git a/nmsprovider-test.config b/nmsprovider-test.config
index 4212db8..b4fc407 100644
--- a/nmsprovider-test.config
+++ b/nmsprovider-test.config
@@ -16,8 +16,8 @@
 * limitations under the License.
 -->
 <configuration>
-    <defaultURI value="amqp:tcp://${activemqhost}:61613"/>
-  <InvalidCredentials-BogusUser value="qpid:failover:tcp://${activemqhost}:61613">
+    <defaultURI value="amqp:tcp://${qpidhost}:5672"/>
+  <InvalidCredentials-BogusUser value="qpid:tcp://${qpidhost}:5672">
     <factoryParams>
       <param type="string" value="InvalidCredentialsTestClient"/>
     </factoryParams>
@@ -25,7 +25,7 @@
     <passWord value="BogusPassword"/>
   </InvalidCredentials-BogusUser>
 
-  <InvalidCredentials-AuthenticUser value="amqp:failover:tcp://${activemqhost}:61613">
+  <InvalidCredentials-AuthenticUser value="amqp:tcp://${qpidhost}:5672">
     <factoryParams>
       <param type="string" value="InvalidCredentialsTestClient"/>
     </factoryParams>