Skip to content

Commit 2fcd6f6

Browse files
committed
Initial Send/Receive
0 parents  commit 2fcd6f6

9 files changed

+11352
-0
lines changed

ActiveMQ/ActiveMQ.psd1

4.23 KB
Binary file not shown.

ActiveMQ/ActiveMQ.psm1

9.32 KB
Binary file not shown.

ActiveMQ/lib/Apache.NMS.ActiveMQ.dll

654 KB
Binary file not shown.

ActiveMQ/lib/Apache.NMS.ActiveMQ.pdb

3.1 MB
Binary file not shown.

ActiveMQ/lib/Apache.NMS.ActiveMQ.xml

+11,305
Large diffs are not rendered by default.

ActiveMQ/lib/Apache.NMS.dll

63 KB
Binary file not shown.

ActiveMQ/lib/Apache.NMS.pdb

192 KB
Binary file not shown.

ActiveMQ/lib/Ionic.Zlib.dll

96 KB
Binary file not shown.

ActiveMQ/lib/nmsprovider-test.config

+47
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
<?xml version="1.0" encoding="utf-8" ?>
2+
<!--
3+
* Licensed to the Apache Software Foundation (ASF) under one or more
4+
* contributor license agreements. See the NOTICE file distributed with
5+
* this work for additional information regarding copyright ownership.
6+
* The ASF licenses this file to You under the Apache License, Version 2.0
7+
* (the "License"); you may not use this file except in compliance with
8+
* the License. You may obtain a copy of the License at
9+
*
10+
* http://www.apache.org/licenses/LICENSE-2.0
11+
*
12+
* Unless required by applicable law or agreed to in writing, software
13+
* distributed under the License is distributed on an "AS IS" BASIS,
14+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15+
* See the License for the specific language governing permissions and
16+
* limitations under the License.
17+
-->
18+
<configuration>
19+
<defaultURI value="activemq:tcp://${activemqhost}:61616?connection.AsyncClose=false">
20+
<userName value="system"/>
21+
<passWord value="manager"/>
22+
</defaultURI>
23+
24+
<openWireURI value="activemq:tcp://${activemqhost}:61616?connection.AsyncClose=false">
25+
<factoryParams>
26+
<param type="string" value="OpenWireTestClient"/>
27+
</factoryParams>
28+
<userName value="guest"/>
29+
<passWord value="guest"/>
30+
</openWireURI>
31+
32+
<InvalidCredentials-BogusUser value="activemq:failover:tcp://${activemqhost}:61616">
33+
<factoryParams>
34+
<param type="string" value="InvalidCredentialsTestClient"/>
35+
</factoryParams>
36+
<userName value="BogusUser"/>
37+
<passWord value="BogusPassword"/>
38+
</InvalidCredentials-BogusUser>
39+
40+
<InvalidCredentials-AuthenticUser value="activemq:failover:tcp://${activemqhost}:61616">
41+
<factoryParams>
42+
<param type="string" value="InvalidCredentialsTestClient"/>
43+
</factoryParams>
44+
<userName value="system"/>
45+
<passWord value="manager"/>
46+
</InvalidCredentials-AuthenticUser>
47+
</configuration>

0 commit comments

Comments
 (0)