summaryrefslogtreecommitdiff
path: root/net/hornetq/pkg-plist
blob: d80898a4c308d9cee844981bf8d8aecbaa4fe494 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
@comment $FreeBSD$
%%DATADIR%%/bin/run.sh
%%DATADIR%%/bin/stop.sh
%%DATADIR%%/lib/hornetq-bootstrap.jar
%%DATADIR%%/lib/jnpserver.jar
%%DATADIR%%/lib/netty.jar
%%DATADIR%%/lib/hornetq-jms-client.jar
%%DATADIR%%/lib/hornetq-twitter-integration.jar
%%DATADIR%%/lib/hornetq-core-client.jar
%%DATADIR%%/lib/hornetq-core.jar
%%DATADIR%%/lib/hornetq-ra.rar
%%DATADIR%%/lib/rest/jsr250-api.jar
%%DATADIR%%/lib/rest/hornetq-rest-2.2.0.CR1.jar
%%DATADIR%%/lib/rest/sjsxp.jar
%%DATADIR%%/lib/rest/jaxb-impl.jar
%%DATADIR%%/lib/rest/hornetq-rest-2.2.0.CR1-sources.jar
%%DATADIR%%/lib/rest/scannotation.jar
%%DATADIR%%/lib/rest/resteasy-jaxb-provider.jar
%%DATADIR%%/lib/rest/jaxrs-api.jar
%%DATADIR%%/lib/rest/resteasy-jaxrs.jar
%%DATADIR%%/lib/twitter4j-core.jar
%%DATADIR%%/lib/hornetq-spring-integration.jar
%%DATADIR%%/lib/jboss-jms-api.jar
%%DATADIR%%/lib/hornetq-jms.jar
%%DATADIR%%/lib/hornetq-core-client-java5.jar
%%DATADIR%%/lib/jboss-mc.jar
%%DATADIR%%/lib/hornetq-logging.jar
%%DATADIR%%/lib/jnp-client.jar
%%DATADIR%%/lib/hornetq-jms-client-java5.jar
%%DATADIR%%/lib/hornetq-service.sar
%%DATADIR%%/lib/hornetq-jboss-as-integration.jar
%%DATADIR%%/config/ra.xml
%%DATADIR%%/config/schemas/hornetq-configuration.xsd
%%DATADIR%%/config/schemas/hornetq-jms.xsd
%%DATADIR%%/config/schemas/hornetq-users.xsd
%%DATADIR%%/config/stand-alone/clustered/hornetq-jms.xml.sample
%%DATADIR%%/config/stand-alone/clustered/logging.properties.sample
%%DATADIR%%/config/stand-alone/clustered/hornetq-configuration.xml.sample
%%DATADIR%%/config/stand-alone/clustered/jndi.properties.sample
%%DATADIR%%/config/stand-alone/clustered/hornetq-beans.xml.sample
%%DATADIR%%/config/stand-alone/clustered/hornetq-users.xml.sample
%%DATADIR%%/config/stand-alone/non-clustered/hornetq-users.xml.sample
%%DATADIR%%/config/stand-alone/non-clustered/hornetq-beans.xml.sample
%%DATADIR%%/config/stand-alone/non-clustered/logging.properties.sample
%%DATADIR%%/config/stand-alone/non-clustered/hornetq-jms.xml.sample
%%DATADIR%%/config/stand-alone/non-clustered/jndi.properties.sample
%%DATADIR%%/config/stand-alone/non-clustered/hornetq-configuration.xml.sample
@dirrmtry %%DATADIR%%/config/stand-alone/non-clustered
@dirrmtry %%DATADIR%%/config/stand-alone/clustered
@dirrmtry %%DATADIR%%/config/stand-alone
@dirrm %%DATADIR%%/config/schemas
@dirrmtry %%DATADIR%%/config
@dirrm %%DATADIR%%/lib/rest
@dirrm %%DATADIR%%/lib
@dirrm %%DATADIR%%/bin
@dirrmtry %%DATADIR%%
%%EXAMPLESDIR%%/build.xml
%%EXAMPLESDIR%%/common/build.bat
%%EXAMPLESDIR%%/common/build.sh
%%EXAMPLESDIR%%/common/prettify.css
%%EXAMPLESDIR%%/common/common.css
%%EXAMPLESDIR%%/common/build.xml
%%EXAMPLESDIR%%/common/config/ant.properties
%%EXAMPLESDIR%%/common/config/logging.properties
%%EXAMPLESDIR%%/common/config/hornetq-example-beans.xml
%%EXAMPLESDIR%%/common/config/server.properties
%%EXAMPLESDIR%%/common/images/hornetQ-banner_final.png
%%EXAMPLESDIR%%/common/prettify.js
%%EXAMPLESDIR%%/common/src/org/hornetq/common/example/HornetQExample.java
%%EXAMPLESDIR%%/common/src/org/hornetq/common/example/KillChecker.java
%%EXAMPLESDIR%%/common/src/org/hornetq/common/example/DummyXid.java
%%EXAMPLESDIR%%/common/src/org/hornetq/common/example/SpawnedHornetQServer.java
%%EXAMPLESDIR%%/common/src/org/hornetq/common/example/SpawnedVMSupport.java
%%EXAMPLESDIR%%/core/microcontainer/server0/hornetq-configuration.xml
%%EXAMPLESDIR%%/core/microcontainer/server0/hornetq-beans.xml
%%EXAMPLESDIR%%/core/microcontainer/build.bat
%%EXAMPLESDIR%%/core/microcontainer/build.sh
%%EXAMPLESDIR%%/core/microcontainer/src/org/hornetq/core/example/EmbeddedMicroContainerExample.java
%%EXAMPLESDIR%%/core/microcontainer/readme.html
%%EXAMPLESDIR%%/core/microcontainer/build.xml
%%EXAMPLESDIR%%/core/twitter-connector/build.sh
%%EXAMPLESDIR%%/core/twitter-connector/build.bat
%%EXAMPLESDIR%%/core/twitter-connector/build.xml
%%EXAMPLESDIR%%/core/twitter-connector/server0/hornetq-users.xml
%%EXAMPLESDIR%%/core/twitter-connector/server0/hornetq-beans.xml
%%EXAMPLESDIR%%/core/twitter-connector/server0/hornetq-jms.xml
%%EXAMPLESDIR%%/core/twitter-connector/server0/client-jndi.properties
%%EXAMPLESDIR%%/core/twitter-connector/server0/hornetq-configuration.xml
%%EXAMPLESDIR%%/core/twitter-connector/readme.html
%%EXAMPLESDIR%%/core/twitter-connector/src/org/hornetq/core/example/TwitterConnectorExample.java
%%EXAMPLESDIR%%/core/embedded/build.xml
%%EXAMPLESDIR%%/core/embedded/readme.html
%%EXAMPLESDIR%%/core/embedded/build.bat
%%EXAMPLESDIR%%/core/embedded/src/org/hornetq/core/example/EmbeddedExample.java
%%EXAMPLESDIR%%/core/embedded/build.sh
%%EXAMPLESDIR%%/core/perf/server0/hornetq-configuration-messaging-lab.xml
%%EXAMPLESDIR%%/core/perf/server0/hornetq-configuration.xml
%%EXAMPLESDIR%%/core/perf/server0/hornetq-beans.xml
%%EXAMPLESDIR%%/core/perf/build.xml
%%EXAMPLESDIR%%/core/perf/perf.properties
%%EXAMPLESDIR%%/core/perf/build.bat
%%EXAMPLESDIR%%/core/perf/build.sh
%%EXAMPLESDIR%%/core/perf/src/org/hornetq/core/example/PerfParams.java
%%EXAMPLESDIR%%/core/perf/src/org/hornetq/core/example/PerfBase.java
%%EXAMPLESDIR%%/core/perf/src/org/hornetq/core/example/PerfListener.java
%%EXAMPLESDIR%%/core/perf/src/org/hornetq/core/example/PerfSender.java
%%EXAMPLESDIR%%/core/embedded-remote/readme.html
%%EXAMPLESDIR%%/core/embedded-remote/build.xml
%%EXAMPLESDIR%%/core/embedded-remote/build.sh
%%EXAMPLESDIR%%/core/embedded-remote/src/org/hornetq/core/example/EmbeddedServer.java
%%EXAMPLESDIR%%/core/embedded-remote/src/org/hornetq/core/example/EmbeddedRemoteExample.java
%%EXAMPLESDIR%%/core/embedded-remote/build.bat
%%EXAMPLESDIR%%/javaee/mdb-cmt-tx-not-supported/build.sh
%%EXAMPLESDIR%%/javaee/mdb-cmt-tx-not-supported/config/ant.properties
%%EXAMPLESDIR%%/javaee/mdb-cmt-tx-not-supported/config/META-INF/application.xml
%%EXAMPLESDIR%%/javaee/mdb-cmt-tx-not-supported/config/jndi.properties
%%EXAMPLESDIR%%/javaee/mdb-cmt-tx-not-supported/build.bat
%%EXAMPLESDIR%%/javaee/mdb-cmt-tx-not-supported/server/hornetq-jms.xml
%%EXAMPLESDIR%%/javaee/mdb-cmt-tx-not-supported/server/hornetq-configuration.xml
%%EXAMPLESDIR%%/javaee/mdb-cmt-tx-not-supported/readme.html
%%EXAMPLESDIR%%/javaee/mdb-cmt-tx-not-supported/src/org/hornetq/javaee/example/MDB_CMT_TxNotSupportedClientExample.java
%%EXAMPLESDIR%%/javaee/mdb-cmt-tx-not-supported/src/org/hornetq/javaee/example/server/MDB_CMT_TxNotSupported.java
%%EXAMPLESDIR%%/javaee/mdb-cmt-tx-not-supported/build.xml
%%EXAMPLESDIR%%/javaee/mdb-remote-failover-static/build.sh
%%EXAMPLESDIR%%/javaee/mdb-remote-failover-static/build.bat
%%EXAMPLESDIR%%/javaee/mdb-remote-failover-static/backup-server/hornetq-jms.xml
%%EXAMPLESDIR%%/javaee/mdb-remote-failover-static/backup-server/hornetq-configuration.xml
%%EXAMPLESDIR%%/javaee/mdb-remote-failover-static/server/jms-ds.xml
%%EXAMPLESDIR%%/javaee/mdb-remote-failover-static/server/hornetq-configuration.xml
%%EXAMPLESDIR%%/javaee/mdb-remote-failover-static/server/hornetq-jms.xml
%%EXAMPLESDIR%%/javaee/mdb-remote-failover-static/server/ra.xml
%%EXAMPLESDIR%%/javaee/mdb-remote-failover-static/build.xml
%%EXAMPLESDIR%%/javaee/mdb-remote-failover-static/config/ant.properties
%%EXAMPLESDIR%%/javaee/mdb-remote-failover-static/config/META-INF/application.xml
%%EXAMPLESDIR%%/javaee/mdb-remote-failover-static/config/jndi.properties
%%EXAMPLESDIR%%/javaee/mdb-remote-failover-static/live-server/hornetq-jms.xml
%%EXAMPLESDIR%%/javaee/mdb-remote-failover-static/live-server/hornetq-configuration.xml
%%EXAMPLESDIR%%/javaee/mdb-remote-failover-static/src/org/hornetq/javaee/example/server/MDBRemoteFailoverStaticExample.java
%%EXAMPLESDIR%%/javaee/mdb-remote-failover-static/src/org/hornetq/javaee/example/MDBRemoteFailoverStaticClientExample.java
%%EXAMPLESDIR%%/javaee/jca-config/config/ant.properties
%%EXAMPLESDIR%%/javaee/jca-config/config/jndi.properties
%%EXAMPLESDIR%%/javaee/jca-config/config/META-INF/application.xml
%%EXAMPLESDIR%%/javaee/jca-config/src/org/hornetq/javaee/example/server2/StatelessSender.java
%%EXAMPLESDIR%%/javaee/jca-config/src/org/hornetq/javaee/example/server2/StatelessSenderService.java
%%EXAMPLESDIR%%/javaee/jca-config/src/org/hornetq/javaee/example/server2/MDBQueueB.java
%%EXAMPLESDIR%%/javaee/jca-config/src/org/hornetq/javaee/example/server/MDBQueueA.java
%%EXAMPLESDIR%%/javaee/jca-config/src/org/hornetq/javaee/example/MDBRemoteClientExample.java
%%EXAMPLESDIR%%/javaee/jca-config/build.bat
%%EXAMPLESDIR%%/javaee/jca-config/readme.html
%%EXAMPLESDIR%%/javaee/jca-config/server2/jms-remote-ds.xml
%%EXAMPLESDIR%%/javaee/jca-config/server2/hornetq-configuration.xml
%%EXAMPLESDIR%%/javaee/jca-config/server2/ra.xml
%%EXAMPLESDIR%%/javaee/jca-config/build.xml
%%EXAMPLESDIR%%/javaee/jca-config/build.sh
%%EXAMPLESDIR%%/javaee/jca-config/server/hornetq-jms.xml
%%EXAMPLESDIR%%/javaee/jca-config/server/hornetq-configuration.xml
%%EXAMPLESDIR%%/javaee/servlet-ssl/build.bat
%%EXAMPLESDIR%%/javaee/servlet-ssl/readme.html
%%EXAMPLESDIR%%/javaee/servlet-ssl/server/hornetq.example.truststore
%%EXAMPLESDIR%%/javaee/servlet-ssl/server/hornetq-configuration.xml
%%EXAMPLESDIR%%/javaee/servlet-ssl/server/hornetq.example.keystore
%%EXAMPLESDIR%%/javaee/servlet-ssl/server/server.xml
%%EXAMPLESDIR%%/javaee/servlet-ssl/server/hornetq-jms.xml
%%EXAMPLESDIR%%/javaee/servlet-ssl/config/WEB-INF/web.xml
%%EXAMPLESDIR%%/javaee/servlet-ssl/config/META-INF/application.xml
%%EXAMPLESDIR%%/javaee/servlet-ssl/config/jndi.properties
%%EXAMPLESDIR%%/javaee/servlet-ssl/config/ant.properties
%%EXAMPLESDIR%%/javaee/servlet-ssl/src/org/hornetq/javaee/example/ServletSSLTransportExample.java
%%EXAMPLESDIR%%/javaee/servlet-ssl/build.xml
%%EXAMPLESDIR%%/javaee/servlet-ssl/build.sh
%%EXAMPLESDIR%%/javaee/xarecovery/config/jndi.properties
%%EXAMPLESDIR%%/javaee/xarecovery/config/ant.properties
%%EXAMPLESDIR%%/javaee/xarecovery/build.sh
%%EXAMPLESDIR%%/javaee/xarecovery/build.xml
%%EXAMPLESDIR%%/javaee/xarecovery/readme.html
%%EXAMPLESDIR%%/javaee/xarecovery/src/org/hornetq/javaee/example/server/XARecoveryExampleService.java
%%EXAMPLESDIR%%/javaee/xarecovery/src/org/hornetq/javaee/example/server/XARecoveryExampleBean.java
%%EXAMPLESDIR%%/javaee/xarecovery/src/org/hornetq/javaee/example/XARecoveryExample.java
%%EXAMPLESDIR%%/javaee/xarecovery/server/hornetq-configuration.xml
%%EXAMPLESDIR%%/javaee/xarecovery/server/hornetq-jms.xml
%%EXAMPLESDIR%%/javaee/xarecovery/build.bat
%%EXAMPLESDIR%%/javaee/hajndi/readme.html
%%EXAMPLESDIR%%/javaee/hajndi/build.bat
%%EXAMPLESDIR%%/javaee/hajndi/build.sh
%%EXAMPLESDIR%%/javaee/hajndi/config/hornetq-jms.xml
%%EXAMPLESDIR%%/javaee/hajndi/config/hornetq-queues.xml
%%EXAMPLESDIR%%/javaee/hajndi/config/META-INF/application.xml
%%EXAMPLESDIR%%/javaee/hajndi/build.xml
%%EXAMPLESDIR%%/javaee/hajndi/src/org/hornetq/javaee/example/HAJNDIExample.java
%%EXAMPLESDIR%%/javaee/mdb-remote-failover/build.xml
%%EXAMPLESDIR%%/javaee/mdb-remote-failover/config/ant.properties
%%EXAMPLESDIR%%/javaee/mdb-remote-failover/config/jndi.properties
%%EXAMPLESDIR%%/javaee/mdb-remote-failover/config/META-INF/application.xml
%%EXAMPLESDIR%%/javaee/mdb-remote-failover/live-server/hornetq-jms.xml
%%EXAMPLESDIR%%/javaee/mdb-remote-failover/live-server/hornetq-configuration.xml
%%EXAMPLESDIR%%/javaee/mdb-remote-failover/src/org/hornetq/javaee/example/server/MDBRemoteFailoverExample.java
%%EXAMPLESDIR%%/javaee/mdb-remote-failover/src/org/hornetq/javaee/example/MDBRemoteFailoverClientExample.java
%%EXAMPLESDIR%%/javaee/mdb-remote-failover/build.bat
%%EXAMPLESDIR%%/javaee/mdb-remote-failover/server/jms-ds.xml
%%EXAMPLESDIR%%/javaee/mdb-remote-failover/server/hornetq-configuration.xml
%%EXAMPLESDIR%%/javaee/mdb-remote-failover/server/ra.xml
%%EXAMPLESDIR%%/javaee/mdb-remote-failover/server/hornetq-jms.xml
%%EXAMPLESDIR%%/javaee/mdb-remote-failover/backup-server/hornetq-jms.xml
%%EXAMPLESDIR%%/javaee/mdb-remote-failover/backup-server/hornetq-configuration.xml
%%EXAMPLESDIR%%/javaee/mdb-remote-failover/build.sh
%%EXAMPLESDIR%%/javaee/mdb-cmt-tx-local/build.xml
%%EXAMPLESDIR%%/javaee/mdb-cmt-tx-local/config/META-INF/application.xml
%%EXAMPLESDIR%%/javaee/mdb-cmt-tx-local/config/ant.properties
%%EXAMPLESDIR%%/javaee/mdb-cmt-tx-local/config/jndi.properties
%%EXAMPLESDIR%%/javaee/mdb-cmt-tx-local/build.bat
%%EXAMPLESDIR%%/javaee/mdb-cmt-tx-local/src/org/hornetq/javaee/example/server/MDB_CMT_TxLocalExample.java
%%EXAMPLESDIR%%/javaee/mdb-cmt-tx-local/src/org/hornetq/javaee/example/MDB_CMT_TxLocalClientExample.java
%%EXAMPLESDIR%%/javaee/mdb-cmt-tx-local/readme.html
%%EXAMPLESDIR%%/javaee/mdb-cmt-tx-local/build.sh
%%EXAMPLESDIR%%/javaee/mdb-cmt-tx-local/server/hornetq-jms.xml
%%EXAMPLESDIR%%/javaee/mdb-cmt-tx-local/server/hornetq-configuration.xml
%%EXAMPLESDIR%%/javaee/mdb-message-selector/readme.html
%%EXAMPLESDIR%%/javaee/mdb-message-selector/build.bat
%%EXAMPLESDIR%%/javaee/mdb-message-selector/build.sh
%%EXAMPLESDIR%%/javaee/mdb-message-selector/config/jndi.properties
%%EXAMPLESDIR%%/javaee/mdb-message-selector/config/ant.properties
%%EXAMPLESDIR%%/javaee/mdb-message-selector/config/META-INF/application.xml
%%EXAMPLESDIR%%/javaee/mdb-message-selector/build.xml
%%EXAMPLESDIR%%/javaee/mdb-message-selector/server/hornetq-jms.xml
%%EXAMPLESDIR%%/javaee/mdb-message-selector/server/hornetq-configuration.xml
%%EXAMPLESDIR%%/javaee/mdb-message-selector/src/org/hornetq/javaee/example/MDBMessageSelectorClientExample.java
%%EXAMPLESDIR%%/javaee/mdb-message-selector/src/org/hornetq/javaee/example/server/MDBMessageSelectorExample.java
%%EXAMPLESDIR%%/javaee/mdb-cmt-tx-required/src/org/hornetq/javaee/example/server/MDB_CMT_TxRequiredExample.java
%%EXAMPLESDIR%%/javaee/mdb-cmt-tx-required/src/org/hornetq/javaee/example/MDB_CMT_TxRequiredClientExample.java
%%EXAMPLESDIR%%/javaee/mdb-cmt-tx-required/config/ant.properties
%%EXAMPLESDIR%%/javaee/mdb-cmt-tx-required/config/META-INF/application.xml
%%EXAMPLESDIR%%/javaee/mdb-cmt-tx-required/config/jndi.properties
%%EXAMPLESDIR%%/javaee/mdb-cmt-tx-required/build.sh
%%EXAMPLESDIR%%/javaee/mdb-cmt-tx-required/build.xml
%%EXAMPLESDIR%%/javaee/mdb-cmt-tx-required/readme.html
%%EXAMPLESDIR%%/javaee/mdb-cmt-tx-required/server/hornetq-configuration.xml
%%EXAMPLESDIR%%/javaee/mdb-cmt-tx-required/server/hornetq-jms.xml
%%EXAMPLESDIR%%/javaee/mdb-cmt-tx-required/build.bat
%%EXAMPLESDIR%%/javaee/common/build.xml
%%EXAMPLESDIR%%/javaee/common/config/ant.properties
%%EXAMPLESDIR%%/javaee/mdb-bmt/server/hornetq-jms.xml
%%EXAMPLESDIR%%/javaee/mdb-bmt/server/hornetq-configuration.xml
%%EXAMPLESDIR%%/javaee/mdb-bmt/build.xml
%%EXAMPLESDIR%%/javaee/mdb-bmt/build.sh
%%EXAMPLESDIR%%/javaee/mdb-bmt/src/org/hornetq/javaee/example/server/MDB_BMTExample.java
%%EXAMPLESDIR%%/javaee/mdb-bmt/src/org/hornetq/javaee/example/MDB_BMTClientExample.java
%%EXAMPLESDIR%%/javaee/mdb-bmt/build.bat
%%EXAMPLESDIR%%/javaee/mdb-bmt/config/ant.properties
%%EXAMPLESDIR%%/javaee/mdb-bmt/config/META-INF/application.xml
%%EXAMPLESDIR%%/javaee/mdb-bmt/config/jndi.properties
%%EXAMPLESDIR%%/javaee/mdb-bmt/readme.html
%%EXAMPLESDIR%%/javaee/mdb-tx-send/src/org/hornetq/javaee/example/server/MDBMessageSendTxExample.java
%%EXAMPLESDIR%%/javaee/mdb-tx-send/src/org/hornetq/javaee/example/MDBMessageSendTxClientExample.java
%%EXAMPLESDIR%%/javaee/mdb-tx-send/server/hornetq-configuration.xml
%%EXAMPLESDIR%%/javaee/mdb-tx-send/server/hornetq-jms.xml
%%EXAMPLESDIR%%/javaee/mdb-tx-send/build.xml
%%EXAMPLESDIR%%/javaee/mdb-tx-send/config/jndi.properties
%%EXAMPLESDIR%%/javaee/mdb-tx-send/config/ant.properties
%%EXAMPLESDIR%%/javaee/mdb-tx-send/config/META-INF/application.xml
%%EXAMPLESDIR%%/javaee/mdb-tx-send/build.sh
%%EXAMPLESDIR%%/javaee/mdb-tx-send/readme.html
%%EXAMPLESDIR%%/javaee/mdb-tx-send/build.bat
%%EXAMPLESDIR%%/javaee/servlet-transport/build.bat
%%EXAMPLESDIR%%/javaee/servlet-transport/config/WEB-INF/web.xml
%%EXAMPLESDIR%%/javaee/servlet-transport/config/META-INF/application.xml
%%EXAMPLESDIR%%/javaee/servlet-transport/config/jndi.properties
%%EXAMPLESDIR%%/javaee/servlet-transport/config/ant.properties
%%EXAMPLESDIR%%/javaee/servlet-transport/build.xml
%%EXAMPLESDIR%%/javaee/servlet-transport/server/hornetq-configuration.xml
%%EXAMPLESDIR%%/javaee/servlet-transport/server/hornetq-jms.xml
%%EXAMPLESDIR%%/javaee/servlet-transport/build.sh
%%EXAMPLESDIR%%/javaee/servlet-transport/readme.html
%%EXAMPLESDIR%%/javaee/servlet-transport/src/org/hornetq/javaee/example/ServletTransportExample.java
%%EXAMPLESDIR%%/javaee/jca-remote/src/org/hornetq/javaee/example/server/MDBQueue.java
%%EXAMPLESDIR%%/javaee/jca-remote/src/org/hornetq/javaee/example/MDBRemoteServerClientExample.java
%%EXAMPLESDIR%%/javaee/jca-remote/config/client.jndi.properties
%%EXAMPLESDIR%%/javaee/jca-remote/config/ant.properties
%%EXAMPLESDIR%%/javaee/jca-remote/config/META-INF/application.xml
%%EXAMPLESDIR%%/javaee/jca-remote/build.bat
%%EXAMPLESDIR%%/javaee/jca-remote/server0/hornetq-configuration.xml
%%EXAMPLESDIR%%/javaee/jca-remote/server0/hornetq-jms.xml
%%EXAMPLESDIR%%/javaee/jca-remote/server0/hornetq-beans.xml
%%EXAMPLESDIR%%/javaee/jca-remote/server0/client-jndi.properties
%%EXAMPLESDIR%%/javaee/jca-remote/server0/hornetq-users.xml
%%EXAMPLESDIR%%/javaee/jca-remote/readme.html
%%EXAMPLESDIR%%/javaee/jca-remote/build.sh
%%EXAMPLESDIR%%/javaee/jca-remote/server/jms-ds.xml
%%EXAMPLESDIR%%/javaee/jca-remote/server/ra.xml
%%EXAMPLESDIR%%/javaee/jca-remote/server/hornetq-jms.xml
%%EXAMPLESDIR%%/javaee/jca-remote/server/hornetq-configuration.xml
%%EXAMPLESDIR%%/javaee/jca-remote/build.xml
%%EXAMPLESDIR%%/javaee/mdb-cmt-setrollbackonly/build.xml
%%EXAMPLESDIR%%/javaee/mdb-cmt-setrollbackonly/src/org/hornetq/javaee/example/server/MDB_CMT_SetRollbackOnlyExample.java
%%EXAMPLESDIR%%/javaee/mdb-cmt-setrollbackonly/src/org/hornetq/javaee/example/MDB_CMT_SetRollbackOnlyClientExample.java
%%EXAMPLESDIR%%/javaee/mdb-cmt-setrollbackonly/server/hornetq-configuration.xml
%%EXAMPLESDIR%%/javaee/mdb-cmt-setrollbackonly/server/hornetq-jms.xml
%%EXAMPLESDIR%%/javaee/mdb-cmt-setrollbackonly/config/META-INF/application.xml
%%EXAMPLESDIR%%/javaee/mdb-cmt-setrollbackonly/config/jndi.properties
%%EXAMPLESDIR%%/javaee/mdb-cmt-setrollbackonly/config/ant.properties
%%EXAMPLESDIR%%/javaee/mdb-cmt-setrollbackonly/build.bat
%%EXAMPLESDIR%%/javaee/mdb-cmt-setrollbackonly/readme.html
%%EXAMPLESDIR%%/javaee/mdb-cmt-setrollbackonly/build.sh
%%EXAMPLESDIR%%/javaee/jms-bridge/config/META-INF/application.xml
%%EXAMPLESDIR%%/javaee/jms-bridge/config/ant.properties
%%EXAMPLESDIR%%/javaee/jms-bridge/config/jndi.properties
%%EXAMPLESDIR%%/javaee/jms-bridge/build.sh
%%EXAMPLESDIR%%/javaee/jms-bridge/build.bat
%%EXAMPLESDIR%%/javaee/jms-bridge/readme.html
%%EXAMPLESDIR%%/javaee/jms-bridge/server/jms-bridge-jboss-beans.xml
%%EXAMPLESDIR%%/javaee/jms-bridge/server/hornetq-jms.xml
%%EXAMPLESDIR%%/javaee/jms-bridge/server/hornetq-configuration.xml
%%EXAMPLESDIR%%/javaee/jms-bridge/src/org/hornetq/javaee/example/JMSBridgeExample.java
%%EXAMPLESDIR%%/javaee/jms-bridge/build.xml
%%EXAMPLESDIR%%/javaee/ejb-jms-transaction/readme.html
%%EXAMPLESDIR%%/javaee/ejb-jms-transaction/config/ant.properties
%%EXAMPLESDIR%%/javaee/ejb-jms-transaction/config/META-INF/application.xml
%%EXAMPLESDIR%%/javaee/ejb-jms-transaction/config/jndi.properties
%%EXAMPLESDIR%%/javaee/ejb-jms-transaction/build.bat
%%EXAMPLESDIR%%/javaee/ejb-jms-transaction/server/mysql-ds.xml
%%EXAMPLESDIR%%/javaee/ejb-jms-transaction/server/hornetq-jms.xml
%%EXAMPLESDIR%%/javaee/ejb-jms-transaction/server/hornetq-configuration.xml
%%EXAMPLESDIR%%/javaee/ejb-jms-transaction/build.sh
%%EXAMPLESDIR%%/javaee/ejb-jms-transaction/build.xml
%%EXAMPLESDIR%%/javaee/ejb-jms-transaction/src/org/hornetq/javaee/example/EJBClientExample.java
%%EXAMPLESDIR%%/javaee/ejb-jms-transaction/src/org/hornetq/javaee/example/server/SendMessageService.java
%%EXAMPLESDIR%%/javaee/ejb-jms-transaction/src/org/hornetq/javaee/example/server/SendMessageBean.java
%%EXAMPLESDIR%%/jms/transaction-failover/src/org/hornetq/jms/example/TransactionFailoverExample.java
%%EXAMPLESDIR%%/jms/transaction-failover/build.bat
%%EXAMPLESDIR%%/jms/transaction-failover/build.sh
%%EXAMPLESDIR%%/jms/transaction-failover/server0/hornetq-jms.xml
%%EXAMPLESDIR%%/jms/transaction-failover/server0/hornetq-beans.xml
%%EXAMPLESDIR%%/jms/transaction-failover/server0/hornetq-configuration.xml
%%EXAMPLESDIR%%/jms/transaction-failover/server0/client-jndi.properties
%%EXAMPLESDIR%%/jms/transaction-failover/server0/hornetq-users.xml
%%EXAMPLESDIR%%/jms/transaction-failover/build.xml
%%EXAMPLESDIR%%/jms/transaction-failover/readme.html
%%EXAMPLESDIR%%/jms/transaction-failover/server1/hornetq-users.xml
%%EXAMPLESDIR%%/jms/transaction-failover/server1/hornetq-configuration.xml
%%EXAMPLESDIR%%/jms/transaction-failover/server1/hornetq-beans.xml
%%EXAMPLESDIR%%/jms/transaction-failover/server1/hornetq-jms.xml
%%EXAMPLESDIR%%/jms/transaction-failover/server1/client-jndi.properties
%%EXAMPLESDIR%%/jms/transaction-failover/server1/KILL_ME
%%EXAMPLESDIR%%/jms/large-message/build.bat
%%EXAMPLESDIR%%/jms/large-message/build.sh
%%EXAMPLESDIR%%/jms/large-message/src/org/hornetq/jms/example/LargeMessageExample.java
%%EXAMPLESDIR%%/jms/large-message/build.xml
%%EXAMPLESDIR%%/jms/large-message/ant.properties
%%EXAMPLESDIR%%/jms/large-message/server0/client-jndi.properties
%%EXAMPLESDIR%%/jms/large-message/server0/hornetq-beans.xml
%%EXAMPLESDIR%%/jms/large-message/server0/hornetq-configuration.xml
%%EXAMPLESDIR%%/jms/large-message/server0/hornetq-jms.xml
%%EXAMPLESDIR%%/jms/large-message/server0/hornetq-users.xml
%%EXAMPLESDIR%%/jms/large-message/readme.html
%%EXAMPLESDIR%%/jms/temp-queue/build.bat
%%EXAMPLESDIR%%/jms/temp-queue/build.sh
%%EXAMPLESDIR%%/jms/temp-queue/server0/hornetq-beans.xml
%%EXAMPLESDIR%%/jms/temp-queue/server0/client-jndi.properties
%%EXAMPLESDIR%%/jms/temp-queue/server0/hornetq-configuration.xml
%%EXAMPLESDIR%%/jms/temp-queue/server0/hornetq-users.xml
%%EXAMPLESDIR%%/jms/temp-queue/server0/hornetq-jms.xml
%%EXAMPLESDIR%%/jms/temp-queue/src/org/hornetq/jms/example/TemporaryQueueExample.java
%%EXAMPLESDIR%%/jms/temp-queue/build.xml
%%EXAMPLESDIR%%/jms/temp-queue/readme.html
%%EXAMPLESDIR%%/jms/topic-selector-example2/build.sh
%%EXAMPLESDIR%%/jms/topic-selector-example2/build.xml
%%EXAMPLESDIR%%/jms/topic-selector-example2/server0/hornetq-users.xml
%%EXAMPLESDIR%%/jms/topic-selector-example2/server0/hornetq-configuration.xml
%%EXAMPLESDIR%%/jms/topic-selector-example2/server0/hornetq-beans.xml
%%EXAMPLESDIR%%/jms/topic-selector-example2/server0/client-jndi.properties
%%EXAMPLESDIR%%/jms/topic-selector-example2/server0/hornetq-jms.xml
%%EXAMPLESDIR%%/jms/topic-selector-example2/build.bat
%%EXAMPLESDIR%%/jms/topic-selector-example2/readme.html
%%EXAMPLESDIR%%/jms/topic-selector-example2/src/org/hornetq/jms/example/TopicSelectorExample2.java
%%EXAMPLESDIR%%/jms/client-kickoff/src/org/hornetq/jms/example/ClientKickoffExample.java
%%EXAMPLESDIR%%/jms/client-kickoff/readme.html
%%EXAMPLESDIR%%/jms/client-kickoff/build.xml
%%EXAMPLESDIR%%/jms/client-kickoff/build.sh
%%EXAMPLESDIR%%/jms/client-kickoff/server0/hornetq-beans.xml
%%EXAMPLESDIR%%/jms/client-kickoff/server0/hornetq-configuration.xml
%%EXAMPLESDIR%%/jms/client-kickoff/server0/client-jndi.properties
%%EXAMPLESDIR%%/jms/client-kickoff/server0/hornetq-users.xml
%%EXAMPLESDIR%%/jms/client-kickoff/server0/hornetq-jms.xml
%%EXAMPLESDIR%%/jms/client-kickoff/build.bat
%%EXAMPLESDIR%%/jms/client-kickoff/ant.properties
%%EXAMPLESDIR%%/jms/stomp/src/org/hornetq/jms/example/StompExample.java
%%EXAMPLESDIR%%/jms/stomp/readme.html
%%EXAMPLESDIR%%/jms/stomp/build.xml
%%EXAMPLESDIR%%/jms/stomp/build.sh
%%EXAMPLESDIR%%/jms/stomp/build.bat
%%EXAMPLESDIR%%/jms/stomp/server0/hornetq-users.xml
%%EXAMPLESDIR%%/jms/stomp/server0/hornetq-jms.xml
%%EXAMPLESDIR%%/jms/stomp/server0/hornetq-configuration.xml
%%EXAMPLESDIR%%/jms/stomp/server0/hornetq-beans.xml
%%EXAMPLESDIR%%/jms/stomp/server0/client-jndi.properties
%%EXAMPLESDIR%%/jms/xa-with-jta/readme.html
%%EXAMPLESDIR%%/jms/xa-with-jta/build.bat
%%EXAMPLESDIR%%/jms/xa-with-jta/build.sh
%%EXAMPLESDIR%%/jms/xa-with-jta/server0/hornetq-beans.xml
%%EXAMPLESDIR%%/jms/xa-with-jta/server0/client-jndi.properties
%%EXAMPLESDIR%%/jms/xa-with-jta/server0/hornetq-configuration.xml
%%EXAMPLESDIR%%/jms/xa-with-jta/server0/hornetq-users.xml
%%EXAMPLESDIR%%/jms/xa-with-jta/server0/hornetq-jms.xml
%%EXAMPLESDIR%%/jms/xa-with-jta/src/org/hornetq/jms/example/XAwithJTAExample.java
%%EXAMPLESDIR%%/jms/xa-with-jta/build.xml
%%EXAMPLESDIR%%/jms/http-transport/src/org/hornetq/jms/example/HttpTransportExample.java
%%EXAMPLESDIR%%/jms/http-transport/build.bat
%%EXAMPLESDIR%%/jms/http-transport/readme.html
%%EXAMPLESDIR%%/jms/http-transport/server0/hornetq-beans.xml
%%EXAMPLESDIR%%/jms/http-transport/server0/hornetq-configuration.xml
%%EXAMPLESDIR%%/jms/http-transport/server0/client-jndi.properties
%%EXAMPLESDIR%%/jms/http-transport/server0/hornetq-jms.xml
%%EXAMPLESDIR%%/jms/http-transport/server0/hornetq-users.xml
%%EXAMPLESDIR%%/jms/http-transport/build.sh
%%EXAMPLESDIR%%/jms/http-transport/build.xml
%%EXAMPLESDIR%%/jms/clustered-durable-subscription/server0/hornetq-configuration.xml
%%EXAMPLESDIR%%/jms/clustered-durable-subscription/server0/hornetq-beans.xml
%%EXAMPLESDIR%%/jms/clustered-durable-subscription/server0/hornetq-jms.xml
%%EXAMPLESDIR%%/jms/clustered-durable-subscription/server0/client-jndi.properties
%%EXAMPLESDIR%%/jms/clustered-durable-subscription/server0/hornetq-users.xml
%%EXAMPLESDIR%%/jms/clustered-durable-subscription/readme.html
%%EXAMPLESDIR%%/jms/clustered-durable-subscription/build.xml
%%EXAMPLESDIR%%/jms/clustered-durable-subscription/build.sh
%%EXAMPLESDIR%%/jms/clustered-durable-subscription/build.bat
%%EXAMPLESDIR%%/jms/clustered-durable-subscription/src/org/hornetq/jms/example/ClusteredDurableSubscriptionExample.java
%%EXAMPLESDIR%%/jms/clustered-durable-subscription/server1/hornetq-beans.xml
%%EXAMPLESDIR%%/jms/clustered-durable-subscription/server1/hornetq-configuration.xml
%%EXAMPLESDIR%%/jms/clustered-durable-subscription/server1/hornetq-jms.xml
%%EXAMPLESDIR%%/jms/clustered-durable-subscription/server1/client-jndi.properties
%%EXAMPLESDIR%%/jms/clustered-durable-subscription/server1/hornetq-users.xml
%%EXAMPLESDIR%%/jms/stop-server-failover/readme.html
%%EXAMPLESDIR%%/jms/stop-server-failover/build.sh
%%EXAMPLESDIR%%/jms/stop-server-failover/build.xml
%%EXAMPLESDIR%%/jms/stop-server-failover/server0/client-jndi.properties
%%EXAMPLESDIR%%/jms/stop-server-failover/server0/hornetq-jms.xml
%%EXAMPLESDIR%%/jms/stop-server-failover/server0/hornetq-configuration.xml
%%EXAMPLESDIR%%/jms/stop-server-failover/server0/hornetq-users.xml
%%EXAMPLESDIR%%/jms/stop-server-failover/server0/hornetq-beans.xml
%%EXAMPLESDIR%%/jms/stop-server-failover/src/org/hornetq/jms/example/StopServerFailoverExample.java
%%EXAMPLESDIR%%/jms/stop-server-failover/build.bat
%%EXAMPLESDIR%%/jms/stop-server-failover/server1/hornetq-configuration.xml
%%EXAMPLESDIR%%/jms/stop-server-failover/server1/hornetq-users.xml
%%EXAMPLESDIR%%/jms/stop-server-failover/server1/client-jndi.properties
%%EXAMPLESDIR%%/jms/stop-server-failover/server1/hornetq-jms.xml
%%EXAMPLESDIR%%/jms/stop-server-failover/server1/hornetq-beans.xml
%%EXAMPLESDIR%%/jms/non-transaction-failover/server1/hornetq-users.xml
%%EXAMPLESDIR%%/jms/non-transaction-failover/server1/hornetq-jms.xml
%%EXAMPLESDIR%%/jms/non-transaction-failover/server1/client-jndi.properties
%%EXAMPLESDIR%%/jms/non-transaction-failover/server1/hornetq-configuration.xml
%%EXAMPLESDIR%%/jms/non-transaction-failover/server1/hornetq-beans.xml
%%EXAMPLESDIR%%/jms/non-transaction-failover/build.xml
%%EXAMPLESDIR%%/jms/non-transaction-failover/readme.html
%%EXAMPLESDIR%%/jms/non-transaction-failover/src/org/hornetq/jms/example/NonTransactionFailoverExample.java
%%EXAMPLESDIR%%/jms/non-transaction-failover/build.bat
%%EXAMPLESDIR%%/jms/non-transaction-failover/server0/hornetq-jms.xml
%%EXAMPLESDIR%%/jms/non-transaction-failover/server0/client-jndi.properties
%%EXAMPLESDIR%%/jms/non-transaction-failover/server0/hornetq-beans.xml
%%EXAMPLESDIR%%/jms/non-transaction-failover/server0/hornetq-users.xml
%%EXAMPLESDIR%%/jms/non-transaction-failover/server0/hornetq-configuration.xml
%%EXAMPLESDIR%%/jms/non-transaction-failover/build.sh
%%EXAMPLESDIR%%/jms/queue-selector/src/org/hornetq/jms/example/QueueSelectorExample.java
%%EXAMPLESDIR%%/jms/queue-selector/readme.html
%%EXAMPLESDIR%%/jms/queue-selector/build.bat
%%EXAMPLESDIR%%/jms/queue-selector/build.sh
%%EXAMPLESDIR%%/jms/queue-selector/build.xml
%%EXAMPLESDIR%%/jms/queue-selector/server0/hornetq-configuration.xml
%%EXAMPLESDIR%%/jms/queue-selector/server0/hornetq-users.xml
%%EXAMPLESDIR%%/jms/queue-selector/server0/client-jndi.properties
%%EXAMPLESDIR%%/jms/queue-selector/server0/hornetq-jms.xml
%%EXAMPLESDIR%%/jms/queue-selector/server0/hornetq-beans.xml
%%EXAMPLESDIR%%/jms/durable-subscription/build.sh
%%EXAMPLESDIR%%/jms/durable-subscription/build.xml
%%EXAMPLESDIR%%/jms/durable-subscription/readme.html
%%EXAMPLESDIR%%/jms/durable-subscription/server0/hornetq-users.xml
%%EXAMPLESDIR%%/jms/durable-subscription/server0/client-jndi.properties
%%EXAMPLESDIR%%/jms/durable-subscription/server0/hornetq-jms.xml
%%EXAMPLESDIR%%/jms/durable-subscription/server0/hornetq-beans.xml
%%EXAMPLESDIR%%/jms/durable-subscription/server0/hornetq-configuration.xml
%%EXAMPLESDIR%%/jms/durable-subscription/build.bat
%%EXAMPLESDIR%%/jms/durable-subscription/src/org/hornetq/jms/example/DurableSubscriptionExample.java
%%EXAMPLESDIR%%/jms/clustered-queue/readme.html
%%EXAMPLESDIR%%/jms/clustered-queue/server1/hornetq-jms.xml
%%EXAMPLESDIR%%/jms/clustered-queue/server1/hornetq-beans.xml
%%EXAMPLESDIR%%/jms/clustered-queue/server1/hornetq-configuration.xml
%%EXAMPLESDIR%%/jms/clustered-queue/server1/client-jndi.properties
%%EXAMPLESDIR%%/jms/clustered-queue/server1/hornetq-users.xml
%%EXAMPLESDIR%%/jms/clustered-queue/build.bat
%%EXAMPLESDIR%%/jms/clustered-queue/build.sh
%%EXAMPLESDIR%%/jms/clustered-queue/src/org/hornetq/jms/example/ClusteredQueueExample.java
%%EXAMPLESDIR%%/jms/clustered-queue/server0/hornetq-beans.xml
%%EXAMPLESDIR%%/jms/clustered-queue/server0/hornetq-configuration.xml
%%EXAMPLESDIR%%/jms/clustered-queue/server0/client-jndi.properties
%%EXAMPLESDIR%%/jms/clustered-queue/server0/hornetq-jms.xml
%%EXAMPLESDIR%%/jms/clustered-queue/server0/hornetq-users.xml
%%EXAMPLESDIR%%/jms/clustered-queue/build.xml
%%EXAMPLESDIR%%/jms/message-group2/readme.html
%%EXAMPLESDIR%%/jms/message-group2/server0/hornetq-users.xml
%%EXAMPLESDIR%%/jms/message-group2/server0/hornetq-configuration.xml
%%EXAMPLESDIR%%/jms/message-group2/server0/hornetq-beans.xml
%%EXAMPLESDIR%%/jms/message-group2/server0/client-jndi.properties
%%EXAMPLESDIR%%/jms/message-group2/server0/hornetq-jms.xml
%%EXAMPLESDIR%%/jms/message-group2/build.bat
%%EXAMPLESDIR%%/jms/message-group2/src/org/hornetq/jms/example/MessageGroup2Example.java
%%EXAMPLESDIR%%/jms/message-group2/build.sh
%%EXAMPLESDIR%%/jms/message-group2/build.xml
%%EXAMPLESDIR%%/jms/queue/src/org/hornetq/jms/example/QueueExample.java
%%EXAMPLESDIR%%/jms/queue/server0/hornetq-configuration.xml
%%EXAMPLESDIR%%/jms/queue/server0/client-jndi.properties
%%EXAMPLESDIR%%/jms/queue/server0/hornetq-beans.xml
%%EXAMPLESDIR%%/jms/queue/server0/hornetq-jms.xml
%%EXAMPLESDIR%%/jms/queue/server0/hornetq-users.xml
%%EXAMPLESDIR%%/jms/queue/build.xml
%%EXAMPLESDIR%%/jms/queue/build.sh
%%EXAMPLESDIR%%/jms/queue/readme.html
%%EXAMPLESDIR%%/jms/queue/build.bat
%%EXAMPLESDIR%%/jms/symmetric-cluster/server1/hornetq-users.xml
%%EXAMPLESDIR%%/jms/symmetric-cluster/server1/hornetq-jms.xml
%%EXAMPLESDIR%%/jms/symmetric-cluster/server1/hornetq-beans.xml
%%EXAMPLESDIR%%/jms/symmetric-cluster/server1/hornetq-configuration.xml
%%EXAMPLESDIR%%/jms/symmetric-cluster/server1/client-jndi.properties
%%EXAMPLESDIR%%/jms/symmetric-cluster/build.bat
%%EXAMPLESDIR%%/jms/symmetric-cluster/server2/hornetq-jms.xml
%%EXAMPLESDIR%%/jms/symmetric-cluster/server2/hornetq-configuration.xml
%%EXAMPLESDIR%%/jms/symmetric-cluster/server2/hornetq-beans.xml
%%EXAMPLESDIR%%/jms/symmetric-cluster/server2/client-jndi.properties
%%EXAMPLESDIR%%/jms/symmetric-cluster/server2/hornetq-users.xml
%%EXAMPLESDIR%%/jms/symmetric-cluster/server5/hornetq-users.xml
%%EXAMPLESDIR%%/jms/symmetric-cluster/server5/client-jndi.properties
%%EXAMPLESDIR%%/jms/symmetric-cluster/server5/hornetq-configuration.xml
%%EXAMPLESDIR%%/jms/symmetric-cluster/server5/hornetq-jms.xml
%%EXAMPLESDIR%%/jms/symmetric-cluster/server5/hornetq-beans.xml
%%EXAMPLESDIR%%/jms/symmetric-cluster/readme.html
%%EXAMPLESDIR%%/jms/symmetric-cluster/src/org/hornetq/jms/example/SymmetricClusterExample.java
%%EXAMPLESDIR%%/jms/symmetric-cluster/ant.properties
%%EXAMPLESDIR%%/jms/symmetric-cluster/server0/hornetq-beans.xml
%%EXAMPLESDIR%%/jms/symmetric-cluster/server0/client-jndi.properties
%%EXAMPLESDIR%%/jms/symmetric-cluster/server0/hornetq-jms.xml
%%EXAMPLESDIR%%/jms/symmetric-cluster/server0/hornetq-users.xml
%%EXAMPLESDIR%%/jms/symmetric-cluster/server0/hornetq-configuration.xml
%%EXAMPLESDIR%%/jms/symmetric-cluster/server4/client-jndi.properties
%%EXAMPLESDIR%%/jms/symmetric-cluster/server4/hornetq-beans.xml
%%EXAMPLESDIR%%/jms/symmetric-cluster/server4/hornetq-configuration.xml
%%EXAMPLESDIR%%/jms/symmetric-cluster/server4/hornetq-users.xml
%%EXAMPLESDIR%%/jms/symmetric-cluster/server4/hornetq-jms.xml
%%EXAMPLESDIR%%/jms/symmetric-cluster/build.sh
%%EXAMPLESDIR%%/jms/symmetric-cluster/build.xml
%%EXAMPLESDIR%%/jms/symmetric-cluster/server3/hornetq-users.xml
%%EXAMPLESDIR%%/jms/symmetric-cluster/server3/hornetq-jms.xml
%%EXAMPLESDIR%%/jms/symmetric-cluster/server3/client-jndi.properties
%%EXAMPLESDIR%%/jms/symmetric-cluster/server3/hornetq-configuration.xml
%%EXAMPLESDIR%%/jms/symmetric-cluster/server3/hornetq-beans.xml
%%EXAMPLESDIR%%/jms/clustered-standalone/build.bat
%%EXAMPLESDIR%%/jms/clustered-standalone/src/org/hornetq/jms/example/ClusteredStandaloneExample.java
%%EXAMPLESDIR%%/jms/clustered-standalone/server0/client-jndi.properties
%%EXAMPLESDIR%%/jms/clustered-standalone/build.sh
%%EXAMPLESDIR%%/jms/clustered-standalone/server2/client-jndi.properties
%%EXAMPLESDIR%%/jms/clustered-standalone/build.xml
%%EXAMPLESDIR%%/jms/clustered-standalone/server1/client-jndi.properties
%%EXAMPLESDIR%%/jms/clustered-standalone/readme.html
%%EXAMPLESDIR%%/jms/applet/build.sh
%%EXAMPLESDIR%%/jms/applet/build.xml
%%EXAMPLESDIR%%/jms/applet/src/org/hornetq/jms/example/HttpStaticFileServerHandler.java
%%EXAMPLESDIR%%/jms/applet/src/org/hornetq/jms/example/AppletExample.java
%%EXAMPLESDIR%%/jms/applet/src/org/hornetq/jms/example/HttpStaticFileServerPipelineFactory.java
%%EXAMPLESDIR%%/jms/applet/src/org/hornetq/jms/example/HttpStaticFileServer.java
%%EXAMPLESDIR%%/jms/applet/build.bat
%%EXAMPLESDIR%%/jms/applet/server0/hornetq-jms.xml
%%EXAMPLESDIR%%/jms/applet/server0/hornetq-configuration.xml
%%EXAMPLESDIR%%/jms/applet/server0/hornetq-users.xml
%%EXAMPLESDIR%%/jms/applet/server0/hornetq-beans.xml
%%EXAMPLESDIR%%/jms/applet/readme.html
%%EXAMPLESDIR%%/jms/applet/applet.html
%%EXAMPLESDIR%%/jms/topic-hierarchies/build.sh
%%EXAMPLESDIR%%/jms/topic-hierarchies/build.xml
%%EXAMPLESDIR%%/jms/topic-hierarchies/readme.html
%%EXAMPLESDIR%%/jms/topic-hierarchies/server0/hornetq-jms.xml
%%EXAMPLESDIR%%/jms/topic-hierarchies/server0/hornetq-configuration.xml
%%EXAMPLESDIR%%/jms/topic-hierarchies/server0/hornetq-beans.xml
%%EXAMPLESDIR%%/jms/topic-hierarchies/server0/client-jndi.properties
%%EXAMPLESDIR%%/jms/topic-hierarchies/server0/hornetq-users.xml
%%EXAMPLESDIR%%/jms/topic-hierarchies/src/org/hornetq/jms/example/TopicHierarchyExample.java
%%EXAMPLESDIR%%/jms/topic-hierarchies/build.bat
%%EXAMPLESDIR%%/jms/clustered-grouping/server2/hornetq-users.xml
%%EXAMPLESDIR%%/jms/clustered-grouping/server2/hornetq-jms.xml
%%EXAMPLESDIR%%/jms/clustered-grouping/server2/hornetq-beans.xml
%%EXAMPLESDIR%%/jms/clustered-grouping/server2/hornetq-configuration.xml
%%EXAMPLESDIR%%/jms/clustered-grouping/server2/client-jndi.properties
%%EXAMPLESDIR%%/jms/clustered-grouping/readme.html
%%EXAMPLESDIR%%/jms/clustered-grouping/build.bat
%%EXAMPLESDIR%%/jms/clustered-grouping/src/org/hornetq/jms/example/ClusteredGroupingExample.java
%%EXAMPLESDIR%%/jms/clustered-grouping/server1/hornetq-configuration.xml
%%EXAMPLESDIR%%/jms/clustered-grouping/server1/hornetq-jms.xml
%%EXAMPLESDIR%%/jms/clustered-grouping/server1/hornetq-beans.xml
%%EXAMPLESDIR%%/jms/clustered-grouping/server1/client-jndi.properties
%%EXAMPLESDIR%%/jms/clustered-grouping/server1/hornetq-users.xml
%%EXAMPLESDIR%%/jms/clustered-grouping/build.sh
%%EXAMPLESDIR%%/jms/clustered-grouping/build.xml
%%EXAMPLESDIR%%/jms/clustered-grouping/server0/hornetq-beans.xml
%%EXAMPLESDIR%%/jms/clustered-grouping/server0/client-jndi.properties
%%EXAMPLESDIR%%/jms/clustered-grouping/server0/hornetq-jms.xml
%%EXAMPLESDIR%%/jms/clustered-grouping/server0/hornetq-configuration.xml
%%EXAMPLESDIR%%/jms/clustered-grouping/server0/hornetq-users.xml
%%EXAMPLESDIR%%/jms/application-layer-failover/server0/hornetq-jms.xml
%%EXAMPLESDIR%%/jms/application-layer-failover/server0/client-jndi.properties
%%EXAMPLESDIR%%/jms/application-layer-failover/server0/hornetq-beans.xml
%%EXAMPLESDIR%%/jms/application-layer-failover/server0/hornetq-configuration.xml
%%EXAMPLESDIR%%/jms/application-layer-failover/server0/hornetq-users.xml
%%EXAMPLESDIR%%/jms/application-layer-failover/readme.html
%%EXAMPLESDIR%%/jms/application-layer-failover/build.xml
%%EXAMPLESDIR%%/jms/application-layer-failover/src/org/hornetq/jms/example/ApplicationLayerFailoverExample.java
%%EXAMPLESDIR%%/jms/application-layer-failover/server1/client-jndi.properties
%%EXAMPLESDIR%%/jms/application-layer-failover/server1/hornetq-beans.xml
%%EXAMPLESDIR%%/jms/application-layer-failover/server1/hornetq-jms.xml
%%EXAMPLESDIR%%/jms/application-layer-failover/server1/hornetq-users.xml
%%EXAMPLESDIR%%/jms/application-layer-failover/server1/hornetq-configuration.xml
%%EXAMPLESDIR%%/jms/application-layer-failover/build.sh
%%EXAMPLESDIR%%/jms/application-layer-failover/build.bat
%%EXAMPLESDIR%%/jms/topic-selector-example1/src/org/hornetq/jms/example/TopicSelectorExample1.java
%%EXAMPLESDIR%%/jms/topic-selector-example1/build.bat
%%EXAMPLESDIR%%/jms/topic-selector-example1/readme.html
%%EXAMPLESDIR%%/jms/topic-selector-example1/build.xml
%%EXAMPLESDIR%%/jms/topic-selector-example1/server0/hornetq-beans.xml
%%EXAMPLESDIR%%/jms/topic-selector-example1/server0/hornetq-jms.xml
%%EXAMPLESDIR%%/jms/topic-selector-example1/server0/hornetq-users.xml
%%EXAMPLESDIR%%/jms/topic-selector-example1/server0/hornetq-configuration.xml
%%EXAMPLESDIR%%/jms/topic-selector-example1/server0/client-jndi.properties
%%EXAMPLESDIR%%/jms/topic-selector-example1/build.sh
%%EXAMPLESDIR%%/jms/request-reply/build.sh
%%EXAMPLESDIR%%/jms/request-reply/server0/hornetq-beans.xml
%%EXAMPLESDIR%%/jms/request-reply/server0/hornetq-jms.xml
%%EXAMPLESDIR%%/jms/request-reply/server0/client-jndi.properties
%%EXAMPLESDIR%%/jms/request-reply/server0/hornetq-users.xml
%%EXAMPLESDIR%%/jms/request-reply/server0/hornetq-configuration.xml
%%EXAMPLESDIR%%/jms/request-reply/readme.html
%%EXAMPLESDIR%%/jms/request-reply/build.bat
%%EXAMPLESDIR%%/jms/request-reply/src/org/hornetq/jms/example/RequestReplyExample.java
%%EXAMPLESDIR%%/jms/request-reply/build.xml
%%EXAMPLESDIR%%/jms/client-side-load-balancing/build.xml
%%EXAMPLESDIR%%/jms/client-side-load-balancing/server1/client-jndi.properties
%%EXAMPLESDIR%%/jms/client-side-load-balancing/server1/hornetq-configuration.xml
%%EXAMPLESDIR%%/jms/client-side-load-balancing/server1/hornetq-beans.xml
%%EXAMPLESDIR%%/jms/client-side-load-balancing/server1/hornetq-jms.xml
%%EXAMPLESDIR%%/jms/client-side-load-balancing/server1/hornetq-users.xml
%%EXAMPLESDIR%%/jms/client-side-load-balancing/build.sh
%%EXAMPLESDIR%%/jms/client-side-load-balancing/readme.html
%%EXAMPLESDIR%%/jms/client-side-load-balancing/server2/hornetq-configuration.xml
%%EXAMPLESDIR%%/jms/client-side-load-balancing/server2/hornetq-users.xml
%%EXAMPLESDIR%%/jms/client-side-load-balancing/server2/hornetq-jms.xml
%%EXAMPLESDIR%%/jms/client-side-load-balancing/server2/client-jndi.properties
%%EXAMPLESDIR%%/jms/client-side-load-balancing/server2/hornetq-beans.xml
%%EXAMPLESDIR%%/jms/client-side-load-balancing/build.bat
%%EXAMPLESDIR%%/jms/client-side-load-balancing/server0/client-jndi.properties
%%EXAMPLESDIR%%/jms/client-side-load-balancing/server0/hornetq-configuration.xml
%%EXAMPLESDIR%%/jms/client-side-load-balancing/server0/hornetq-users.xml
%%EXAMPLESDIR%%/jms/client-side-load-balancing/server0/hornetq-jms.xml
%%EXAMPLESDIR%%/jms/client-side-load-balancing/server0/hornetq-beans.xml
%%EXAMPLESDIR%%/jms/client-side-load-balancing/src/org/hornetq/jms/example/ClientSideLoadBalancingExample.java
%%EXAMPLESDIR%%/jms/clustered-static-discovery/server2/hornetq-beans.xml
%%EXAMPLESDIR%%/jms/clustered-static-discovery/server2/hornetq-configuration.xml
%%EXAMPLESDIR%%/jms/clustered-static-discovery/server2/hornetq-users.xml
%%EXAMPLESDIR%%/jms/clustered-static-discovery/server2/hornetq-jms.xml
%%EXAMPLESDIR%%/jms/clustered-static-discovery/server2/client-jndi.properties
%%EXAMPLESDIR%%/jms/clustered-static-discovery/server2/jndi.properties
%%EXAMPLESDIR%%/jms/clustered-static-discovery/server1/hornetq-jms.xml
%%EXAMPLESDIR%%/jms/clustered-static-discovery/server1/hornetq-configuration.xml
%%EXAMPLESDIR%%/jms/clustered-static-discovery/server1/jndi.properties
%%EXAMPLESDIR%%/jms/clustered-static-discovery/server1/client-jndi.properties
%%EXAMPLESDIR%%/jms/clustered-static-discovery/server1/hornetq-beans.xml
%%EXAMPLESDIR%%/jms/clustered-static-discovery/server1/hornetq-users.xml
%%EXAMPLESDIR%%/jms/clustered-static-discovery/build.xml
%%EXAMPLESDIR%%/jms/clustered-static-discovery/src/org/hornetq/jms/example/StaticClusteredQueueExample.java
%%EXAMPLESDIR%%/jms/clustered-static-discovery/readme.html
%%EXAMPLESDIR%%/jms/clustered-static-discovery/server3/hornetq-configuration.xml
%%EXAMPLESDIR%%/jms/clustered-static-discovery/server3/client-jndi.properties
%%EXAMPLESDIR%%/jms/clustered-static-discovery/server3/hornetq-users.xml
%%EXAMPLESDIR%%/jms/clustered-static-discovery/server3/hornetq-jms.xml
%%EXAMPLESDIR%%/jms/clustered-static-discovery/server3/jndi.properties
%%EXAMPLESDIR%%/jms/clustered-static-discovery/server3/hornetq-beans.xml
%%EXAMPLESDIR%%/jms/clustered-static-discovery/build.sh
%%EXAMPLESDIR%%/jms/clustered-static-discovery/server0/jndi.properties
%%EXAMPLESDIR%%/jms/clustered-static-discovery/server0/hornetq-users.xml
%%EXAMPLESDIR%%/jms/clustered-static-discovery/server0/hornetq-jms.xml
%%EXAMPLESDIR%%/jms/clustered-static-discovery/server0/client-jndi.properties
%%EXAMPLESDIR%%/jms/clustered-static-discovery/server0/hornetq-configuration.xml
%%EXAMPLESDIR%%/jms/clustered-static-discovery/server0/hornetq-beans.xml
%%EXAMPLESDIR%%/jms/clustered-static-discovery/build.bat
%%EXAMPLESDIR%%/jms/jmx/ant.properties
%%EXAMPLESDIR%%/jms/jmx/src/org/hornetq/jms/example/JMXExample.java
%%EXAMPLESDIR%%/jms/jmx/build.xml
%%EXAMPLESDIR%%/jms/jmx/build.sh
%%EXAMPLESDIR%%/jms/jmx/server0/hornetq-configuration.xml
%%EXAMPLESDIR%%/jms/jmx/server0/hornetq-beans.xml
%%EXAMPLESDIR%%/jms/jmx/server0/hornetq-jms.xml
%%EXAMPLESDIR%%/jms/jmx/server0/client-jndi.properties
%%EXAMPLESDIR%%/jms/jmx/server0/hornetq-users.xml
%%EXAMPLESDIR%%/jms/jmx/readme.html
%%EXAMPLESDIR%%/jms/jmx/build.bat
%%EXAMPLESDIR%%/jms/producer-rate-limit/server0/hornetq-jms.xml
%%EXAMPLESDIR%%/jms/producer-rate-limit/server0/hornetq-configuration.xml
%%EXAMPLESDIR%%/jms/producer-rate-limit/server0/hornetq-users.xml
%%EXAMPLESDIR%%/jms/producer-rate-limit/server0/hornetq-beans.xml
%%EXAMPLESDIR%%/jms/producer-rate-limit/server0/client-jndi.properties
%%EXAMPLESDIR%%/jms/producer-rate-limit/src/org/hornetq/jms/example/ProducerRateLimitExample.java
%%EXAMPLESDIR%%/jms/producer-rate-limit/build.sh
%%EXAMPLESDIR%%/jms/producer-rate-limit/build.xml
%%EXAMPLESDIR%%/jms/producer-rate-limit/readme.html
%%EXAMPLESDIR%%/jms/producer-rate-limit/build.bat
%%EXAMPLESDIR%%/jms/topic/readme.html
%%EXAMPLESDIR%%/jms/topic/build.bat
%%EXAMPLESDIR%%/jms/topic/server0/hornetq-users.xml
%%EXAMPLESDIR%%/jms/topic/server0/hornetq-configuration.xml
%%EXAMPLESDIR%%/jms/topic/server0/hornetq-beans.xml
%%EXAMPLESDIR%%/jms/topic/server0/client-jndi.properties
%%EXAMPLESDIR%%/jms/topic/server0/hornetq-jms.xml
%%EXAMPLESDIR%%/jms/topic/server0/jndi.properties
%%EXAMPLESDIR%%/jms/topic/build.xml
%%EXAMPLESDIR%%/jms/topic/src/org/hornetq/jms/example/TopicExample.java
%%EXAMPLESDIR%%/jms/topic/build.sh
%%EXAMPLESDIR%%/jms/clustered-topic/build.sh
%%EXAMPLESDIR%%/jms/clustered-topic/server0/hornetq-jms.xml
%%EXAMPLESDIR%%/jms/clustered-topic/server0/hornetq-beans.xml
%%EXAMPLESDIR%%/jms/clustered-topic/server0/client-jndi.properties
%%EXAMPLESDIR%%/jms/clustered-topic/server0/hornetq-users.xml
%%EXAMPLESDIR%%/jms/clustered-topic/server0/hornetq-configuration.xml
%%EXAMPLESDIR%%/jms/clustered-topic/build.xml
%%EXAMPLESDIR%%/jms/clustered-topic/src/org/hornetq/jms/example/ClusteredTopicExample.java
%%EXAMPLESDIR%%/jms/clustered-topic/build.bat
%%EXAMPLESDIR%%/jms/clustered-topic/readme.html
%%EXAMPLESDIR%%/jms/clustered-topic/server1/hornetq-beans.xml
%%EXAMPLESDIR%%/jms/clustered-topic/server1/hornetq-jms.xml
%%EXAMPLESDIR%%/jms/clustered-topic/server1/hornetq-users.xml
%%EXAMPLESDIR%%/jms/clustered-topic/server1/client-jndi.properties
%%EXAMPLESDIR%%/jms/clustered-topic/server1/hornetq-configuration.xml
%%EXAMPLESDIR%%/jms/last-value-queue/build.bat
%%EXAMPLESDIR%%/jms/last-value-queue/build.xml
%%EXAMPLESDIR%%/jms/last-value-queue/build.sh
%%EXAMPLESDIR%%/jms/last-value-queue/server0/hornetq-configuration.xml
%%EXAMPLESDIR%%/jms/last-value-queue/server0/hornetq-users.xml
%%EXAMPLESDIR%%/jms/last-value-queue/server0/hornetq-jms.xml
%%EXAMPLESDIR%%/jms/last-value-queue/server0/hornetq-beans.xml
%%EXAMPLESDIR%%/jms/last-value-queue/server0/client-jndi.properties
%%EXAMPLESDIR%%/jms/last-value-queue/readme.html
%%EXAMPLESDIR%%/jms/last-value-queue/src/org/hornetq/jms/example/LastValueQueueExample.java
%%EXAMPLESDIR%%/jms/embedded-simple/readme.html
%%EXAMPLESDIR%%/jms/embedded-simple/src/org/hornetq/jms/example/EmbeddedExample.java
%%EXAMPLESDIR%%/jms/embedded-simple/build.bat
%%EXAMPLESDIR%%/jms/embedded-simple/server0/hornetq-users.xml
%%EXAMPLESDIR%%/jms/embedded-simple/server0/hornetq-configuration.xml
%%EXAMPLESDIR%%/jms/embedded-simple/server0/hornetq-jms.xml
%%EXAMPLESDIR%%/jms/embedded-simple/build.sh
%%EXAMPLESDIR%%/jms/embedded-simple/build.xml
%%EXAMPLESDIR%%/jms/reattach-node/build.xml
%%EXAMPLESDIR%%/jms/reattach-node/build.sh
%%EXAMPLESDIR%%/jms/reattach-node/readme.html
%%EXAMPLESDIR%%/jms/reattach-node/server0/client-jndi.properties
%%EXAMPLESDIR%%/jms/reattach-node/server0/hornetq-configuration.xml
%%EXAMPLESDIR%%/jms/reattach-node/server0/hornetq-jms.xml
%%EXAMPLESDIR%%/jms/reattach-node/server0/hornetq-users.xml
%%EXAMPLESDIR%%/jms/reattach-node/server0/hornetq-beans.xml
%%EXAMPLESDIR%%/jms/reattach-node/src/org/hornetq/jms/example/ReattachExample.java
%%EXAMPLESDIR%%/jms/reattach-node/build.bat
%%EXAMPLESDIR%%/jms/ssl-enabled/build.sh
%%EXAMPLESDIR%%/jms/ssl-enabled/build.xml
%%EXAMPLESDIR%%/jms/ssl-enabled/readme.html
%%EXAMPLESDIR%%/jms/ssl-enabled/server0/hornetq-users.xml
%%EXAMPLESDIR%%/jms/ssl-enabled/server0/hornetq-jms.xml
%%EXAMPLESDIR%%/jms/ssl-enabled/server0/hornetq.example.truststore
%%EXAMPLESDIR%%/jms/ssl-enabled/server0/hornetq.example.keystore
%%EXAMPLESDIR%%/jms/ssl-enabled/server0/hornetq-beans.xml
%%EXAMPLESDIR%%/jms/ssl-enabled/server0/hornetq-configuration.xml
%%EXAMPLESDIR%%/jms/ssl-enabled/server0/client-jndi.properties
%%EXAMPLESDIR%%/jms/ssl-enabled/build.bat
%%EXAMPLESDIR%%/jms/ssl-enabled/src/org/hornetq/jms/example/SSLExample.java
%%EXAMPLESDIR%%/jms/perf/perf.properties
%%EXAMPLESDIR%%/jms/perf/server0/hornetq-configuration.xml
%%EXAMPLESDIR%%/jms/perf/server0/hornetq-jms.xml
%%EXAMPLESDIR%%/jms/perf/server0/hornetq-beans.xml
%%EXAMPLESDIR%%/jms/perf/server0/hornetq-configuration-messaging-lab.xml
%%EXAMPLESDIR%%/jms/perf/build.bat
%%EXAMPLESDIR%%/jms/perf/build.sh
%%EXAMPLESDIR%%/jms/perf/src/org/hornetq/jms/example/PerfParams.java
%%EXAMPLESDIR%%/jms/perf/src/org/hornetq/jms/example/PerfBase.java
%%EXAMPLESDIR%%/jms/perf/src/org/hornetq/jms/example/PerfListener.java
%%EXAMPLESDIR%%/jms/perf/src/org/hornetq/jms/example/PerfSender.java
%%EXAMPLESDIR%%/jms/perf/jndi.properties
%%EXAMPLESDIR%%/jms/perf/build.xml
%%EXAMPLESDIR%%/jms/xa-receive/readme.html
%%EXAMPLESDIR%%/jms/xa-receive/server0/hornetq-beans.xml
%%EXAMPLESDIR%%/jms/xa-receive/server0/hornetq-configuration.xml
%%EXAMPLESDIR%%/jms/xa-receive/server0/hornetq-users.xml
%%EXAMPLESDIR%%/jms/xa-receive/server0/client-jndi.properties
%%EXAMPLESDIR%%/jms/xa-receive/server0/hornetq-jms.xml
%%EXAMPLESDIR%%/jms/xa-receive/src/org/hornetq/jms/example/XAReceiveExample.java
%%EXAMPLESDIR%%/jms/xa-receive/build.bat
%%EXAMPLESDIR%%/jms/xa-receive/build.sh
%%EXAMPLESDIR%%/jms/xa-receive/build.xml
%%EXAMPLESDIR%%/jms/jaas/build.xml
%%EXAMPLESDIR%%/jms/jaas/src/org/hornetq/jms/example/ExampleConfiguration.java
%%EXAMPLESDIR%%/jms/jaas/src/org/hornetq/jms/example/ExampleCallbackHandler.java
%%EXAMPLESDIR%%/jms/jaas/src/org/hornetq/jms/example/ExampleLoginModule.java
%%EXAMPLESDIR%%/jms/jaas/src/org/hornetq/jms/example/JAASExample.java
%%EXAMPLESDIR%%/jms/jaas/build.sh
%%EXAMPLESDIR%%/jms/jaas/build.bat
%%EXAMPLESDIR%%/jms/jaas/server0/client-jndi.properties
%%EXAMPLESDIR%%/jms/jaas/server0/hornetq-configuration.xml
%%EXAMPLESDIR%%/jms/jaas/server0/hornetq-beans.xml
%%EXAMPLESDIR%%/jms/jaas/server0/hornetq-jms.xml
%%EXAMPLESDIR%%/jms/jaas/readme.html
%%EXAMPLESDIR%%/jms/message-group/build.sh
%%EXAMPLESDIR%%/jms/message-group/src/org/hornetq/jms/example/MessageGroupExample.java
%%EXAMPLESDIR%%/jms/message-group/build.xml
%%EXAMPLESDIR%%/jms/message-group/server0/hornetq-configuration.xml
%%EXAMPLESDIR%%/jms/message-group/server0/hornetq-users.xml
%%EXAMPLESDIR%%/jms/message-group/server0/hornetq-jms.xml
%%EXAMPLESDIR%%/jms/message-group/server0/hornetq-beans.xml
%%EXAMPLESDIR%%/jms/message-group/server0/client-jndi.properties
%%EXAMPLESDIR%%/jms/message-group/readme.html
%%EXAMPLESDIR%%/jms/message-group/build.bat
%%EXAMPLESDIR%%/jms/interceptor/readme.html
%%EXAMPLESDIR%%/jms/interceptor/build.bat
%%EXAMPLESDIR%%/jms/interceptor/server0/hornetq-beans.xml
%%EXAMPLESDIR%%/jms/interceptor/server0/hornetq-jms.xml
%%EXAMPLESDIR%%/jms/interceptor/server0/hornetq-configuration.xml
%%EXAMPLESDIR%%/jms/interceptor/server0/hornetq-users.xml
%%EXAMPLESDIR%%/jms/interceptor/server0/client-jndi.properties
%%EXAMPLESDIR%%/jms/interceptor/build.sh
%%EXAMPLESDIR%%/jms/interceptor/src/org/hornetq/jms/example/SimpleInterceptor.java
%%EXAMPLESDIR%%/jms/interceptor/src/org/hornetq/jms/example/InterceptorExample.java
%%EXAMPLESDIR%%/jms/interceptor/build.xml
%%EXAMPLESDIR%%/jms/pre-acknowledge/build.xml
%%EXAMPLESDIR%%/jms/pre-acknowledge/server0/client-jndi.properties
%%EXAMPLESDIR%%/jms/pre-acknowledge/server0/hornetq-users.xml
%%EXAMPLESDIR%%/jms/pre-acknowledge/server0/hornetq-jms.xml
%%EXAMPLESDIR%%/jms/pre-acknowledge/server0/hornetq-beans.xml
%%EXAMPLESDIR%%/jms/pre-acknowledge/server0/hornetq-configuration.xml
%%EXAMPLESDIR%%/jms/pre-acknowledge/readme.html
%%EXAMPLESDIR%%/jms/pre-acknowledge/build.sh
%%EXAMPLESDIR%%/jms/pre-acknowledge/build.bat
%%EXAMPLESDIR%%/jms/pre-acknowledge/src/org/hornetq/jms/example/PreacknowledgeExample.java
%%EXAMPLESDIR%%/jms/queue-message-redistribution/build.sh
%%EXAMPLESDIR%%/jms/queue-message-redistribution/build.xml
%%EXAMPLESDIR%%/jms/queue-message-redistribution/readme.html
%%EXAMPLESDIR%%/jms/queue-message-redistribution/server0/hornetq-jms.xml
%%EXAMPLESDIR%%/jms/queue-message-redistribution/server0/hornetq-users.xml
%%EXAMPLESDIR%%/jms/queue-message-redistribution/server0/hornetq-configuration.xml
%%EXAMPLESDIR%%/jms/queue-message-redistribution/server0/client-jndi.properties
%%EXAMPLESDIR%%/jms/queue-message-redistribution/server0/hornetq-beans.xml
%%EXAMPLESDIR%%/jms/queue-message-redistribution/build.bat
%%EXAMPLESDIR%%/jms/queue-message-redistribution/server1/hornetq-users.xml
%%EXAMPLESDIR%%/jms/queue-message-redistribution/server1/hornetq-jms.xml
%%EXAMPLESDIR%%/jms/queue-message-redistribution/server1/client-jndi.properties
%%EXAMPLESDIR%%/jms/queue-message-redistribution/server1/hornetq-configuration.xml
%%EXAMPLESDIR%%/jms/queue-message-redistribution/server1/hornetq-beans.xml
%%EXAMPLESDIR%%/jms/queue-message-redistribution/src/org/hornetq/jms/example/QueueMessageRedistributionExample.java
%%EXAMPLESDIR%%/jms/multiple-failover-failback/build.bat
%%EXAMPLESDIR%%/jms/multiple-failover-failback/build.sh
%%EXAMPLESDIR%%/jms/multiple-failover-failback/server0/hornetq-configuration.xml
%%EXAMPLESDIR%%/jms/multiple-failover-failback/server0/hornetq-beans.xml
%%EXAMPLESDIR%%/jms/multiple-failover-failback/server0/client-jndi.properties
%%EXAMPLESDIR%%/jms/multiple-failover-failback/server0/hornetq-users.xml
%%EXAMPLESDIR%%/jms/multiple-failover-failback/server0/hornetq-jms.xml
%%EXAMPLESDIR%%/jms/multiple-failover-failback/build.xml
%%EXAMPLESDIR%%/jms/multiple-failover-failback/server2/hornetq-users.xml
%%EXAMPLESDIR%%/jms/multiple-failover-failback/server2/hornetq-jms.xml
%%EXAMPLESDIR%%/jms/multiple-failover-failback/server2/hornetq-configuration.xml
%%EXAMPLESDIR%%/jms/multiple-failover-failback/server2/client-jndi.properties
%%EXAMPLESDIR%%/jms/multiple-failover-failback/server2/hornetq-beans.xml
%%EXAMPLESDIR%%/jms/multiple-failover-failback/server1/hornetq-users.xml
%%EXAMPLESDIR%%/jms/multiple-failover-failback/server1/client-jndi.properties
%%EXAMPLESDIR%%/jms/multiple-failover-failback/server1/hornetq-jms.xml
%%EXAMPLESDIR%%/jms/multiple-failover-failback/server1/hornetq-beans.xml
%%EXAMPLESDIR%%/jms/multiple-failover-failback/server1/hornetq-configuration.xml
%%EXAMPLESDIR%%/jms/multiple-failover-failback/src/org/hornetq/jms/example/MultipleFailoverFailbackExample.java
%%EXAMPLESDIR%%/jms/bridge/build.bat
%%EXAMPLESDIR%%/jms/bridge/server0/client-jndi.properties
%%EXAMPLESDIR%%/jms/bridge/server0/hornetq-users.xml
%%EXAMPLESDIR%%/jms/bridge/server0/hornetq-jms.xml
%%EXAMPLESDIR%%/jms/bridge/server0/hornetq-beans.xml
%%EXAMPLESDIR%%/jms/bridge/server0/hornetq-configuration.xml
%%EXAMPLESDIR%%/jms/bridge/readme.html
%%EXAMPLESDIR%%/jms/bridge/build.sh
%%EXAMPLESDIR%%/jms/bridge/src/org/hornetq/jms/example/HatColourChangeTransformer.java
%%EXAMPLESDIR%%/jms/bridge/src/org/hornetq/jms/example/BridgeExample.java
%%EXAMPLESDIR%%/jms/bridge/build.xml
%%EXAMPLESDIR%%/jms/bridge/server1/hornetq-users.xml
%%EXAMPLESDIR%%/jms/bridge/server1/hornetq-configuration.xml
%%EXAMPLESDIR%%/jms/bridge/server1/hornetq-jms.xml
%%EXAMPLESDIR%%/jms/bridge/server1/hornetq-beans.xml
%%EXAMPLESDIR%%/jms/bridge/server1/client-jndi.properties
%%EXAMPLESDIR%%/jms/expiry/src/org/hornetq/jms/example/ExpiryExample.java
%%EXAMPLESDIR%%/jms/expiry/build.sh
%%EXAMPLESDIR%%/jms/expiry/readme.html
%%EXAMPLESDIR%%/jms/expiry/build.bat
%%EXAMPLESDIR%%/jms/expiry/server0/hornetq-configuration.xml
%%EXAMPLESDIR%%/jms/expiry/server0/hornetq-beans.xml
%%EXAMPLESDIR%%/jms/expiry/server0/client-jndi.properties
%%EXAMPLESDIR%%/jms/expiry/server0/hornetq-users.xml
%%EXAMPLESDIR%%/jms/expiry/server0/hornetq-jms.xml
%%EXAMPLESDIR%%/jms/expiry/build.xml
%%EXAMPLESDIR%%/jms/queue-requestor/build.bat
%%EXAMPLESDIR%%/jms/queue-requestor/server0/hornetq-configuration.xml
%%EXAMPLESDIR%%/jms/queue-requestor/server0/hornetq-jms.xml
%%EXAMPLESDIR%%/jms/queue-requestor/server0/hornetq-beans.xml
%%EXAMPLESDIR%%/jms/queue-requestor/server0/client-jndi.properties
%%EXAMPLESDIR%%/jms/queue-requestor/server0/hornetq-users.xml
%%EXAMPLESDIR%%/jms/queue-requestor/src/org/hornetq/jms/example/TextReverserService.java
%%EXAMPLESDIR%%/jms/queue-requestor/src/org/hornetq/jms/example/QueueRequestorExample.java
%%EXAMPLESDIR%%/jms/queue-requestor/build.sh
%%EXAMPLESDIR%%/jms/queue-requestor/readme.html
%%EXAMPLESDIR%%/jms/queue-requestor/build.xml
%%EXAMPLESDIR%%/jms/clustered-static-oneway/server1/jndi.properties
%%EXAMPLESDIR%%/jms/clustered-static-oneway/server1/hornetq-users.xml
%%EXAMPLESDIR%%/jms/clustered-static-oneway/server1/hornetq-jms.xml
%%EXAMPLESDIR%%/jms/clustered-static-oneway/server1/hornetq-configuration.xml
%%EXAMPLESDIR%%/jms/clustered-static-oneway/server1/client-jndi.properties
%%EXAMPLESDIR%%/jms/clustered-static-oneway/server1/hornetq-beans.xml
%%EXAMPLESDIR%%/jms/clustered-static-oneway/readme.html
%%EXAMPLESDIR%%/jms/clustered-static-oneway/build.bat
%%EXAMPLESDIR%%/jms/clustered-static-oneway/server2/client-jndi.properties
%%EXAMPLESDIR%%/jms/clustered-static-oneway/server2/jndi.properties
%%EXAMPLESDIR%%/jms/clustered-static-oneway/server2/hornetq-beans.xml
%%EXAMPLESDIR%%/jms/clustered-static-oneway/server2/hornetq-jms.xml
%%EXAMPLESDIR%%/jms/clustered-static-oneway/server2/hornetq-configuration.xml
%%EXAMPLESDIR%%/jms/clustered-static-oneway/server2/hornetq-users.xml
%%EXAMPLESDIR%%/jms/clustered-static-oneway/build.sh
%%EXAMPLESDIR%%/jms/clustered-static-oneway/server0/hornetq-jms.xml
%%EXAMPLESDIR%%/jms/clustered-static-oneway/server0/hornetq-beans.xml
%%EXAMPLESDIR%%/jms/clustered-static-oneway/server0/jndi.properties
%%EXAMPLESDIR%%/jms/clustered-static-oneway/server0/hornetq-configuration.xml
%%EXAMPLESDIR%%/jms/clustered-static-oneway/server0/hornetq-users.xml
%%EXAMPLESDIR%%/jms/clustered-static-oneway/server0/client-jndi.properties
%%EXAMPLESDIR%%/jms/clustered-static-oneway/src/org/hornetq/jms/example/ClusterStaticOnewayExample.java
%%EXAMPLESDIR%%/jms/clustered-static-oneway/build.xml
%%EXAMPLESDIR%%/jms/static-selector/server0/hornetq-configuration.xml
%%EXAMPLESDIR%%/jms/static-selector/server0/hornetq-users.xml
%%EXAMPLESDIR%%/jms/static-selector/server0/client-jndi.properties
%%EXAMPLESDIR%%/jms/static-selector/server0/hornetq-beans.xml
%%EXAMPLESDIR%%/jms/static-selector/server0/hornetq-jms.xml
%%EXAMPLESDIR%%/jms/static-selector/build.bat
%%EXAMPLESDIR%%/jms/static-selector/build.sh
%%EXAMPLESDIR%%/jms/static-selector/src/org/hornetq/jms/example/StaticSelectorExample.java
%%EXAMPLESDIR%%/jms/static-selector/readme.html
%%EXAMPLESDIR%%/jms/static-selector/build.xml
%%EXAMPLESDIR%%/jms/management-notifications/build.bat
%%EXAMPLESDIR%%/jms/management-notifications/build.sh
%%EXAMPLESDIR%%/jms/management-notifications/src/org/hornetq/jms/example/ManagementNotificationExample.java
%%EXAMPLESDIR%%/jms/management-notifications/readme.html
%%EXAMPLESDIR%%/jms/management-notifications/build.xml
%%EXAMPLESDIR%%/jms/management-notifications/server0/hornetq-beans.xml
%%EXAMPLESDIR%%/jms/management-notifications/server0/hornetq-configuration.xml
%%EXAMPLESDIR%%/jms/management-notifications/server0/client-jndi.properties
%%EXAMPLESDIR%%/jms/management-notifications/server0/hornetq-jms.xml
%%EXAMPLESDIR%%/jms/management-notifications/server0/hornetq-users.xml
%%EXAMPLESDIR%%/jms/send-acknowledgements/readme.html
%%EXAMPLESDIR%%/jms/send-acknowledgements/build.sh
%%EXAMPLESDIR%%/jms/send-acknowledgements/build.bat
%%EXAMPLESDIR%%/jms/send-acknowledgements/src/org/hornetq/jms/example/SendAcknowledgementsExample.java
%%EXAMPLESDIR%%/jms/send-acknowledgements/server0/hornetq-beans.xml
%%EXAMPLESDIR%%/jms/send-acknowledgements/server0/hornetq-jms.xml
%%EXAMPLESDIR%%/jms/send-acknowledgements/server0/hornetq-users.xml
%%EXAMPLESDIR%%/jms/send-acknowledgements/server0/client-jndi.properties
%%EXAMPLESDIR%%/jms/send-acknowledgements/server0/hornetq-configuration.xml
%%EXAMPLESDIR%%/jms/send-acknowledgements/build.xml
%%EXAMPLESDIR%%/jms/message-priority/readme.html
%%EXAMPLESDIR%%/jms/message-priority/build.xml
%%EXAMPLESDIR%%/jms/message-priority/build.sh
%%EXAMPLESDIR%%/jms/message-priority/server0/client-jndi.properties
%%EXAMPLESDIR%%/jms/message-priority/server0/hornetq-beans.xml
%%EXAMPLESDIR%%/jms/message-priority/server0/hornetq-configuration.xml
%%EXAMPLESDIR%%/jms/message-priority/server0/hornetq-jms.xml
%%EXAMPLESDIR%%/jms/message-priority/server0/hornetq-users.xml
%%EXAMPLESDIR%%/jms/message-priority/build.bat
%%EXAMPLESDIR%%/jms/message-priority/src/org/hornetq/jms/example/MessagePriorityExample.java
%%EXAMPLESDIR%%/jms/multiple-failover/build.xml
%%EXAMPLESDIR%%/jms/multiple-failover/server1/hornetq-beans.xml
%%EXAMPLESDIR%%/jms/multiple-failover/server1/hornetq-jms.xml
%%EXAMPLESDIR%%/jms/multiple-failover/server1/hornetq-users.xml
%%EXAMPLESDIR%%/jms/multiple-failover/server1/hornetq-configuration.xml
%%EXAMPLESDIR%%/jms/multiple-failover/server1/client-jndi.properties
%%EXAMPLESDIR%%/jms/multiple-failover/src/org/hornetq/jms/example/MultipleFailoverExample.java
%%EXAMPLESDIR%%/jms/multiple-failover/server2/hornetq-users.xml
%%EXAMPLESDIR%%/jms/multiple-failover/server2/hornetq-jms.xml
%%EXAMPLESDIR%%/jms/multiple-failover/server2/hornetq-beans.xml
%%EXAMPLESDIR%%/jms/multiple-failover/server2/client-jndi.properties
%%EXAMPLESDIR%%/jms/multiple-failover/server2/hornetq-configuration.xml
%%EXAMPLESDIR%%/jms/multiple-failover/build.bat
%%EXAMPLESDIR%%/jms/multiple-failover/build.sh
%%EXAMPLESDIR%%/jms/multiple-failover/server0/hornetq-users.xml
%%EXAMPLESDIR%%/jms/multiple-failover/server0/client-jndi.properties
%%EXAMPLESDIR%%/jms/multiple-failover/server0/hornetq-jms.xml
%%EXAMPLESDIR%%/jms/multiple-failover/server0/hornetq-beans.xml
%%EXAMPLESDIR%%/jms/multiple-failover/server0/hornetq-configuration.xml
%%EXAMPLESDIR%%/jms/management/build.sh
%%EXAMPLESDIR%%/jms/management/build.xml
%%EXAMPLESDIR%%/jms/management/server0/hornetq-beans.xml
%%EXAMPLESDIR%%/jms/management/server0/hornetq-jms.xml
%%EXAMPLESDIR%%/jms/management/server0/hornetq-configuration.xml
%%EXAMPLESDIR%%/jms/management/server0/client-jndi.properties
%%EXAMPLESDIR%%/jms/management/server0/hornetq-users.xml
%%EXAMPLESDIR%%/jms/management/src/org/hornetq/jms/example/ManagementExample.java
%%EXAMPLESDIR%%/jms/management/readme.html
%%EXAMPLESDIR%%/jms/management/build.bat
%%EXAMPLESDIR%%/jms/instantiate-connection-factory/build.bat
%%EXAMPLESDIR%%/jms/instantiate-connection-factory/readme.html
%%EXAMPLESDIR%%/jms/instantiate-connection-factory/build.sh
%%EXAMPLESDIR%%/jms/instantiate-connection-factory/server0/hornetq-users.xml
%%EXAMPLESDIR%%/jms/instantiate-connection-factory/server0/hornetq-jms.xml
%%EXAMPLESDIR%%/jms/instantiate-connection-factory/server0/hornetq-configuration.xml
%%EXAMPLESDIR%%/jms/instantiate-connection-factory/server0/hornetq-beans.xml
%%EXAMPLESDIR%%/jms/instantiate-connection-factory/server0/client-jndi.properties
%%EXAMPLESDIR%%/jms/instantiate-connection-factory/build.xml
%%EXAMPLESDIR%%/jms/instantiate-connection-factory/src/org/hornetq/jms/example/InstantiateConnectionFactoryExample.java
%%EXAMPLESDIR%%/jms/browser/src/org/hornetq/jms/example/QueueBrowserExample.java
%%EXAMPLESDIR%%/jms/browser/build.xml
%%EXAMPLESDIR%%/jms/browser/server0/hornetq-configuration.xml
%%EXAMPLESDIR%%/jms/browser/server0/client-jndi.properties
%%EXAMPLESDIR%%/jms/browser/server0/hornetq-beans.xml
%%EXAMPLESDIR%%/jms/browser/server0/hornetq-users.xml
%%EXAMPLESDIR%%/jms/browser/server0/hornetq-jms.xml
%%EXAMPLESDIR%%/jms/browser/readme.html
%%EXAMPLESDIR%%/jms/browser/build.sh
%%EXAMPLESDIR%%/jms/browser/build.bat
%%EXAMPLESDIR%%/jms/security/src/org/hornetq/jms/example/SecurityExample.java
%%EXAMPLESDIR%%/jms/security/build.bat
%%EXAMPLESDIR%%/jms/security/server0/hornetq-beans.xml
%%EXAMPLESDIR%%/jms/security/server0/hornetq-configuration.xml
%%EXAMPLESDIR%%/jms/security/server0/hornetq-jms.xml
%%EXAMPLESDIR%%/jms/security/server0/client-jndi.properties
%%EXAMPLESDIR%%/jms/security/server0/hornetq-users.xml
%%EXAMPLESDIR%%/jms/security/build.xml
%%EXAMPLESDIR%%/jms/security/readme.html
%%EXAMPLESDIR%%/jms/security/build.sh
%%EXAMPLESDIR%%/jms/transactional/server0/hornetq-configuration.xml
%%EXAMPLESDIR%%/jms/transactional/server0/hornetq-jms.xml
%%EXAMPLESDIR%%/jms/transactional/server0/hornetq-users.xml
%%EXAMPLESDIR%%/jms/transactional/server0/client-jndi.properties
%%EXAMPLESDIR%%/jms/transactional/server0/hornetq-beans.xml
%%EXAMPLESDIR%%/jms/transactional/readme.html
%%EXAMPLESDIR%%/jms/transactional/build.xml
%%EXAMPLESDIR%%/jms/transactional/src/org/hornetq/jms/example/TransactionalExample.java
%%EXAMPLESDIR%%/jms/transactional/build.bat
%%EXAMPLESDIR%%/jms/transactional/build.sh
%%EXAMPLESDIR%%/jms/stomp-websockets/src/org/hornetq/jms/example/StompWebSocketExample.java
%%EXAMPLESDIR%%/jms/stomp-websockets/readme.html
%%EXAMPLESDIR%%/jms/stomp-websockets/server0/jndi.properties
%%EXAMPLESDIR%%/jms/stomp-websockets/server0/hornetq-users.xml
%%EXAMPLESDIR%%/jms/stomp-websockets/server0/logging.properties
%%EXAMPLESDIR%%/jms/stomp-websockets/server0/hornetq-jms.xml
%%EXAMPLESDIR%%/jms/stomp-websockets/server0/client-jndi.properties
%%EXAMPLESDIR%%/jms/stomp-websockets/server0/hornetq-configuration.xml
%%EXAMPLESDIR%%/jms/stomp-websockets/server0/hornetq-beans.xml
%%EXAMPLESDIR%%/jms/stomp-websockets/build.bat
%%EXAMPLESDIR%%/jms/stomp-websockets/build.sh
%%EXAMPLESDIR%%/jms/stomp-websockets/chat/chat.css
%%EXAMPLESDIR%%/jms/stomp-websockets/chat/chat.js
%%EXAMPLESDIR%%/jms/stomp-websockets/chat/stomp.js
%%EXAMPLESDIR%%/jms/stomp-websockets/chat/index.html
%%EXAMPLESDIR%%/jms/stomp-websockets/build.xml
%%EXAMPLESDIR%%/jms/scheduled-message/build.xml
%%EXAMPLESDIR%%/jms/scheduled-message/server0/hornetq-beans.xml
%%EXAMPLESDIR%%/jms/scheduled-message/server0/hornetq-configuration.xml
%%EXAMPLESDIR%%/jms/scheduled-message/server0/hornetq-jms.xml
%%EXAMPLESDIR%%/jms/scheduled-message/server0/hornetq-users.xml
%%EXAMPLESDIR%%/jms/scheduled-message/server0/client-jndi.properties
%%EXAMPLESDIR%%/jms/scheduled-message/build.sh
%%EXAMPLESDIR%%/jms/scheduled-message/build.bat
%%EXAMPLESDIR%%/jms/scheduled-message/src/org/hornetq/jms/example/ScheduledMessageExample.java
%%EXAMPLESDIR%%/jms/scheduled-message/readme.html
%%EXAMPLESDIR%%/jms/embedded/build.sh
%%EXAMPLESDIR%%/jms/embedded/readme.html
%%EXAMPLESDIR%%/jms/embedded/build.bat
%%EXAMPLESDIR%%/jms/embedded/src/org/hornetq/jms/example/EmbeddedExample.java
%%EXAMPLESDIR%%/jms/embedded/build.xml
%%EXAMPLESDIR%%/jms/message-counters/src/org/hornetq/jms/example/MessageCounterExample.java
%%EXAMPLESDIR%%/jms/message-counters/build.sh
%%EXAMPLESDIR%%/jms/message-counters/ant.properties
%%EXAMPLESDIR%%/jms/message-counters/server0/hornetq-configuration.xml
%%EXAMPLESDIR%%/jms/message-counters/server0/hornetq-beans.xml
%%EXAMPLESDIR%%/jms/message-counters/server0/hornetq-jms.xml
%%EXAMPLESDIR%%/jms/message-counters/server0/client-jndi.properties
%%EXAMPLESDIR%%/jms/message-counters/server0/hornetq-users.xml
%%EXAMPLESDIR%%/jms/message-counters/build.bat
%%EXAMPLESDIR%%/jms/message-counters/build.xml
%%EXAMPLESDIR%%/jms/message-counters/readme.html
%%EXAMPLESDIR%%/jms/delayed-redelivery/build.bat
%%EXAMPLESDIR%%/jms/delayed-redelivery/build.sh
%%EXAMPLESDIR%%/jms/delayed-redelivery/src/org/hornetq/jms/example/DelayedRedeliveryExample.java
%%EXAMPLESDIR%%/jms/delayed-redelivery/build.xml
%%EXAMPLESDIR%%/jms/delayed-redelivery/readme.html
%%EXAMPLESDIR%%/jms/delayed-redelivery/server0/hornetq-users.xml
%%EXAMPLESDIR%%/jms/delayed-redelivery/server0/hornetq-configuration.xml
%%EXAMPLESDIR%%/jms/delayed-redelivery/server0/hornetq-beans.xml
%%EXAMPLESDIR%%/jms/delayed-redelivery/server0/client-jndi.properties
%%EXAMPLESDIR%%/jms/delayed-redelivery/server0/hornetq-jms.xml
%%EXAMPLESDIR%%/jms/consumer-rate-limit/build.bat
%%EXAMPLESDIR%%/jms/consumer-rate-limit/readme.html
%%EXAMPLESDIR%%/jms/consumer-rate-limit/src/org/hornetq/jms/example/ConsumerRateLimitExample.java
%%EXAMPLESDIR%%/jms/consumer-rate-limit/build.sh
%%EXAMPLESDIR%%/jms/consumer-rate-limit/build.xml
%%EXAMPLESDIR%%/jms/consumer-rate-limit/server0/client-jndi.properties
%%EXAMPLESDIR%%/jms/consumer-rate-limit/server0/hornetq-users.xml
%%EXAMPLESDIR%%/jms/consumer-rate-limit/server0/hornetq-configuration.xml
%%EXAMPLESDIR%%/jms/consumer-rate-limit/server0/hornetq-jms.xml
%%EXAMPLESDIR%%/jms/consumer-rate-limit/server0/hornetq-beans.xml
%%EXAMPLESDIR%%/jms/divert/build.bat
%%EXAMPLESDIR%%/jms/divert/build.sh
%%EXAMPLESDIR%%/jms/divert/server1/hornetq-users.xml
%%EXAMPLESDIR%%/jms/divert/server1/hornetq-jms.xml
%%EXAMPLESDIR%%/jms/divert/server1/client-jndi.properties
%%EXAMPLESDIR%%/jms/divert/server1/hornetq-configuration.xml
%%EXAMPLESDIR%%/jms/divert/server1/hornetq-beans.xml
%%EXAMPLESDIR%%/jms/divert/build.xml
%%EXAMPLESDIR%%/jms/divert/src/org/hornetq/jms/example/AddForwardingTimeTransformer.java
%%EXAMPLESDIR%%/jms/divert/src/org/hornetq/jms/example/DivertExample.java
%%EXAMPLESDIR%%/jms/divert/server0/hornetq-beans.xml
%%EXAMPLESDIR%%/jms/divert/server0/hornetq-configuration.xml
%%EXAMPLESDIR%%/jms/divert/server0/hornetq-users.xml
%%EXAMPLESDIR%%/jms/divert/server0/client-jndi.properties
%%EXAMPLESDIR%%/jms/divert/server0/hornetq-jms.xml
%%EXAMPLESDIR%%/jms/divert/readme.html
%%EXAMPLESDIR%%/jms/xa-send/src/org/hornetq/jms/example/XASendExample.java
%%EXAMPLESDIR%%/jms/xa-send/readme.html
%%EXAMPLESDIR%%/jms/xa-send/build.xml
%%EXAMPLESDIR%%/jms/xa-send/build.sh
%%EXAMPLESDIR%%/jms/xa-send/server0/hornetq-users.xml
%%EXAMPLESDIR%%/jms/xa-send/server0/hornetq-configuration.xml
%%EXAMPLESDIR%%/jms/xa-send/server0/client-jndi.properties
%%EXAMPLESDIR%%/jms/xa-send/server0/hornetq-beans.xml
%%EXAMPLESDIR%%/jms/xa-send/server0/hornetq-jms.xml
%%EXAMPLESDIR%%/jms/xa-send/build.bat
%%EXAMPLESDIR%%/jms/xa-heuristic/build.sh
%%EXAMPLESDIR%%/jms/xa-heuristic/src/org/hornetq/jms/example/XAHeuristicExample.java
%%EXAMPLESDIR%%/jms/xa-heuristic/readme.html
%%EXAMPLESDIR%%/jms/xa-heuristic/build.bat
%%EXAMPLESDIR%%/jms/xa-heuristic/ant.properties
%%EXAMPLESDIR%%/jms/xa-heuristic/build.xml
%%EXAMPLESDIR%%/jms/xa-heuristic/server0/hornetq-beans.xml
%%EXAMPLESDIR%%/jms/xa-heuristic/server0/hornetq-configuration.xml
%%EXAMPLESDIR%%/jms/xa-heuristic/server0/hornetq-jms.xml
%%EXAMPLESDIR%%/jms/xa-heuristic/server0/hornetq-users.xml
%%EXAMPLESDIR%%/jms/xa-heuristic/server0/client-jndi.properties
%%EXAMPLESDIR%%/jms/no-consumer-buffering/build.xml
%%EXAMPLESDIR%%/jms/no-consumer-buffering/build.sh
%%EXAMPLESDIR%%/jms/no-consumer-buffering/server0/hornetq-beans.xml
%%EXAMPLESDIR%%/jms/no-consumer-buffering/server0/hornetq-configuration.xml
%%EXAMPLESDIR%%/jms/no-consumer-buffering/server0/hornetq-jms.xml
%%EXAMPLESDIR%%/jms/no-consumer-buffering/server0/hornetq-users.xml
%%EXAMPLESDIR%%/jms/no-consumer-buffering/server0/client-jndi.properties
%%EXAMPLESDIR%%/jms/no-consumer-buffering/build.bat
%%EXAMPLESDIR%%/jms/no-consumer-buffering/src/org/hornetq/jms/example/NoConsumerBufferingExample.java
%%EXAMPLESDIR%%/jms/no-consumer-buffering/readme.html
%%EXAMPLESDIR%%/jms/spring-integration/build.xml
%%EXAMPLESDIR%%/jms/spring-integration/src/org/hornetq/jms/example/ExampleListener.java
%%EXAMPLESDIR%%/jms/spring-integration/src/org/hornetq/jms/example/MessageSender.java
%%EXAMPLESDIR%%/jms/spring-integration/src/org/hornetq/jms/example/SpringExample.java
%%EXAMPLESDIR%%/jms/spring-integration/build.sh
%%EXAMPLESDIR%%/jms/spring-integration/readme.html
%%EXAMPLESDIR%%/jms/spring-integration/build.bat
%%EXAMPLESDIR%%/jms/spring-integration/server0/hornetq-users.xml
%%EXAMPLESDIR%%/jms/spring-integration/server0/hornetq-configuration.xml
%%EXAMPLESDIR%%/jms/spring-integration/server0/spring-jms-beans.xml
%%EXAMPLESDIR%%/jms/spring-integration/server0/hornetq-jms.xml
%%EXAMPLESDIR%%/jms/paging/build.bat
%%EXAMPLESDIR%%/jms/paging/src/org/hornetq/jms/example/PagingExample.java
%%EXAMPLESDIR%%/jms/paging/server0/hornetq-beans.xml
%%EXAMPLESDIR%%/jms/paging/server0/hornetq-jms.xml
%%EXAMPLESDIR%%/jms/paging/server0/client-jndi.properties
%%EXAMPLESDIR%%/jms/paging/server0/hornetq-configuration.xml
%%EXAMPLESDIR%%/jms/paging/server0/hornetq-users.xml
%%EXAMPLESDIR%%/jms/paging/build.sh
%%EXAMPLESDIR%%/jms/paging/build.xml
%%EXAMPLESDIR%%/jms/paging/readme.html
%%EXAMPLESDIR%%/jms/paging/ant.properties
%%EXAMPLESDIR%%/jms/jms-bridge/build.sh
%%EXAMPLESDIR%%/jms/jms-bridge/build.xml
%%EXAMPLESDIR%%/jms/jms-bridge/server1/hornetq-users.xml
%%EXAMPLESDIR%%/jms/jms-bridge/server1/jndi.properties
%%EXAMPLESDIR%%/jms/jms-bridge/server1/hornetq-configuration.xml
%%EXAMPLESDIR%%/jms/jms-bridge/server1/hornetq-jms.xml
%%EXAMPLESDIR%%/jms/jms-bridge/server1/hornetq-beans.xml
%%EXAMPLESDIR%%/jms/jms-bridge/src/org/hornetq/jms/example/JMSBridgeExample.java
%%EXAMPLESDIR%%/jms/jms-bridge/build.bat
%%EXAMPLESDIR%%/jms/jms-bridge/jms-bridge.png
%%EXAMPLESDIR%%/jms/jms-bridge/server0/hornetq-beans.xml
%%EXAMPLESDIR%%/jms/jms-bridge/server0/jndi.properties
%%EXAMPLESDIR%%/jms/jms-bridge/server0/hornetq-jms.xml
%%EXAMPLESDIR%%/jms/jms-bridge/server0/hornetq-users.xml
%%EXAMPLESDIR%%/jms/jms-bridge/server0/hornetq-configuration.xml
%%EXAMPLESDIR%%/jms/jms-bridge/readme.html
%%EXAMPLESDIR%%/jms/dead-letter/readme.html
%%EXAMPLESDIR%%/jms/dead-letter/server0/hornetq-users.xml
%%EXAMPLESDIR%%/jms/dead-letter/server0/hornetq-jms.xml
%%EXAMPLESDIR%%/jms/dead-letter/server0/client-jndi.properties
%%EXAMPLESDIR%%/jms/dead-letter/server0/hornetq-beans.xml
%%EXAMPLESDIR%%/jms/dead-letter/server0/hornetq-configuration.xml
%%EXAMPLESDIR%%/jms/dead-letter/build.sh
%%EXAMPLESDIR%%/jms/dead-letter/build.bat
%%EXAMPLESDIR%%/jms/dead-letter/src/org/hornetq/jms/example/DeadLetterExample.java
%%EXAMPLESDIR%%/jms/dead-letter/build.xml
%%EXAMPLESDIR%%/jms/static-selector-jms/build.sh
%%EXAMPLESDIR%%/jms/static-selector-jms/src/org/hornetq/jms/example/StaticSelectorJMSExample.java
%%EXAMPLESDIR%%/jms/static-selector-jms/build.xml
%%EXAMPLESDIR%%/jms/static-selector-jms/server0/client-jndi.properties
%%EXAMPLESDIR%%/jms/static-selector-jms/server0/hornetq-beans.xml
%%EXAMPLESDIR%%/jms/static-selector-jms/server0/hornetq-jms.xml
%%EXAMPLESDIR%%/jms/static-selector-jms/server0/hornetq-configuration.xml
%%EXAMPLESDIR%%/jms/static-selector-jms/server0/hornetq-users.xml
%%EXAMPLESDIR%%/jms/static-selector-jms/readme.html
%%EXAMPLESDIR%%/jms/static-selector-jms/build.bat
%%EXAMPLESDIR%%/soak/normal/server0/hornetq-beans.xml
%%EXAMPLESDIR%%/soak/normal/server0/hornetq-configuration.xml
%%EXAMPLESDIR%%/soak/normal/server0/hornetq-jms.xml
%%EXAMPLESDIR%%/soak/normal/src/org/hornetq/jms/soak/example/SoakSender.java
%%EXAMPLESDIR%%/soak/normal/src/org/hornetq/jms/soak/example/SoakParams.java
%%EXAMPLESDIR%%/soak/normal/src/org/hornetq/jms/soak/example/SoakBase.java
%%EXAMPLESDIR%%/soak/normal/src/org/hornetq/jms/soak/example/SoakReceiver.java
%%EXAMPLESDIR%%/soak/normal/README
%%EXAMPLESDIR%%/soak/normal/build.xml
%%EXAMPLESDIR%%/soak/normal/soak.properties
%%EXAMPLESDIR%%/soak/tx-restarts/server0/hornetq-users.xml
%%EXAMPLESDIR%%/soak/tx-restarts/server0/hornetq-configuration.xml
%%EXAMPLESDIR%%/soak/tx-restarts/server0/jndi.properties
%%EXAMPLESDIR%%/soak/tx-restarts/server0/hornetq-beans.xml
%%EXAMPLESDIR%%/soak/tx-restarts/server0/hornetq-jms.xml
%%EXAMPLESDIR%%/soak/tx-restarts/server0/client-jndi.properties
%%EXAMPLESDIR%%/soak/tx-restarts/build.xml
%%EXAMPLESDIR%%/soak/tx-restarts/src/org/hornetq/jms/example/Receiver.java
%%EXAMPLESDIR%%/soak/tx-restarts/src/org/hornetq/jms/example/TXRestartSoak.java
%%EXAMPLESDIR%%/soak/tx-restarts/src/org/hornetq/jms/example/Sender.java
%%EXAMPLESDIR%%/soak/tx-restarts/src/org/hornetq/jms/example/ClientAbstract.java
%%EXAMPLESDIR%%/soak/tx-restarts/build.sh
%%EXAMPLESDIR%%/soak/tx-restarts/build.bat
%%EXAMPLESDIR%%/soak/tx-restarts/README
@dirrm %%EXAMPLESDIR%%/soak/tx-restarts/src/org/hornetq/jms/example
@dirrm %%EXAMPLESDIR%%/soak/tx-restarts/src/org/hornetq/jms
@dirrm %%EXAMPLESDIR%%/soak/tx-restarts/src/org/hornetq
@dirrm %%EXAMPLESDIR%%/soak/tx-restarts/src/org
@dirrm %%EXAMPLESDIR%%/soak/tx-restarts/src
@dirrm %%EXAMPLESDIR%%/soak/tx-restarts/server0
@dirrm %%EXAMPLESDIR%%/soak/tx-restarts
@dirrm %%EXAMPLESDIR%%/soak/normal/src/org/hornetq/jms/soak/example
@dirrm %%EXAMPLESDIR%%/soak/normal/src/org/hornetq/jms/soak
@dirrm %%EXAMPLESDIR%%/soak/normal/src/org/hornetq/jms
@dirrm %%EXAMPLESDIR%%/soak/normal/src/org/hornetq
@dirrm %%EXAMPLESDIR%%/soak/normal/src/org
@dirrm %%EXAMPLESDIR%%/soak/normal/src
@dirrm %%EXAMPLESDIR%%/soak/normal/server0
@dirrm %%EXAMPLESDIR%%/soak/normal
@dirrm %%EXAMPLESDIR%%/soak
@dirrm %%EXAMPLESDIR%%/jms/xa-with-jta/src/org/hornetq/jms/example
@dirrm %%EXAMPLESDIR%%/jms/xa-with-jta/src/org/hornetq/jms
@dirrm %%EXAMPLESDIR%%/jms/xa-with-jta/src/org/hornetq
@dirrm %%EXAMPLESDIR%%/jms/xa-with-jta/src/org
@dirrm %%EXAMPLESDIR%%/jms/xa-with-jta/src
@dirrm %%EXAMPLESDIR%%/jms/xa-with-jta/server0
@dirrm %%EXAMPLESDIR%%/jms/xa-with-jta
@dirrm %%EXAMPLESDIR%%/jms/xa-send/src/org/hornetq/jms/example
@dirrm %%EXAMPLESDIR%%/jms/xa-send/src/org/hornetq/jms
@dirrm %%EXAMPLESDIR%%/jms/xa-send/src/org/hornetq
@dirrm %%EXAMPLESDIR%%/jms/xa-send/src/org
@dirrm %%EXAMPLESDIR%%/jms/xa-send/src
@dirrm %%EXAMPLESDIR%%/jms/xa-send/server0
@dirrm %%EXAMPLESDIR%%/jms/xa-send
@dirrm %%EXAMPLESDIR%%/jms/xa-receive/src/org/hornetq/jms/example
@dirrm %%EXAMPLESDIR%%/jms/xa-receive/src/org/hornetq/jms
@dirrm %%EXAMPLESDIR%%/jms/xa-receive/src/org/hornetq
@dirrm %%EXAMPLESDIR%%/jms/xa-receive/src/org
@dirrm %%EXAMPLESDIR%%/jms/xa-receive/src
@dirrm %%EXAMPLESDIR%%/jms/xa-receive/server0
@dirrm %%EXAMPLESDIR%%/jms/xa-receive
@dirrm %%EXAMPLESDIR%%/jms/xa-heuristic/src/org/hornetq/jms/example
@dirrm %%EXAMPLESDIR%%/jms/xa-heuristic/src/org/hornetq/jms
@dirrm %%EXAMPLESDIR%%/jms/xa-heuristic/src/org/hornetq
@dirrm %%EXAMPLESDIR%%/jms/xa-heuristic/src/org
@dirrm %%EXAMPLESDIR%%/jms/xa-heuristic/src
@dirrm %%EXAMPLESDIR%%/jms/xa-heuristic/server0
@dirrm %%EXAMPLESDIR%%/jms/xa-heuristic
@dirrm %%EXAMPLESDIR%%/jms/transactional/src/org/hornetq/jms/example
@dirrm %%EXAMPLESDIR%%/jms/transactional/src/org/hornetq/jms
@dirrm %%EXAMPLESDIR%%/jms/transactional/src/org/hornetq
@dirrm %%EXAMPLESDIR%%/jms/transactional/src/org
@dirrm %%EXAMPLESDIR%%/jms/transactional/src
@dirrm %%EXAMPLESDIR%%/jms/transactional/server0
@dirrm %%EXAMPLESDIR%%/jms/transactional
@dirrm %%EXAMPLESDIR%%/jms/transaction-failover/src/org/hornetq/jms/example
@dirrm %%EXAMPLESDIR%%/jms/transaction-failover/src/org/hornetq/jms
@dirrm %%EXAMPLESDIR%%/jms/transaction-failover/src/org/hornetq
@dirrm %%EXAMPLESDIR%%/jms/transaction-failover/src/org
@dirrm %%EXAMPLESDIR%%/jms/transaction-failover/src
@dirrm %%EXAMPLESDIR%%/jms/transaction-failover/server1
@dirrm %%EXAMPLESDIR%%/jms/transaction-failover/server0
@dirrm %%EXAMPLESDIR%%/jms/transaction-failover
@dirrm %%EXAMPLESDIR%%/jms/topic/src/org/hornetq/jms/example
@dirrm %%EXAMPLESDIR%%/jms/topic/src/org/hornetq/jms
@dirrm %%EXAMPLESDIR%%/jms/topic/src/org/hornetq
@dirrm %%EXAMPLESDIR%%/jms/topic/src/org
@dirrm %%EXAMPLESDIR%%/jms/topic/src
@dirrm %%EXAMPLESDIR%%/jms/topic/server0
@dirrm %%EXAMPLESDIR%%/jms/topic-selector-example2/src/org/hornetq/jms/example
@dirrm %%EXAMPLESDIR%%/jms/topic-selector-example2/src/org/hornetq/jms
@dirrm %%EXAMPLESDIR%%/jms/topic-selector-example2/src/org/hornetq
@dirrm %%EXAMPLESDIR%%/jms/topic-selector-example2/src/org
@dirrm %%EXAMPLESDIR%%/jms/topic-selector-example2/src
@dirrm %%EXAMPLESDIR%%/jms/topic-selector-example2/server0
@dirrm %%EXAMPLESDIR%%/jms/topic-selector-example2
@dirrm %%EXAMPLESDIR%%/jms/topic-selector-example1/src/org/hornetq/jms/example
@dirrm %%EXAMPLESDIR%%/jms/topic-selector-example1/src/org/hornetq/jms
@dirrm %%EXAMPLESDIR%%/jms/topic-selector-example1/src/org/hornetq
@dirrm %%EXAMPLESDIR%%/jms/topic-selector-example1/src/org
@dirrm %%EXAMPLESDIR%%/jms/topic-selector-example1/src
@dirrm %%EXAMPLESDIR%%/jms/topic-selector-example1/server0
@dirrm %%EXAMPLESDIR%%/jms/topic-selector-example1
@dirrm %%EXAMPLESDIR%%/jms/topic-hierarchies/src/org/hornetq/jms/example
@dirrm %%EXAMPLESDIR%%/jms/topic-hierarchies/src/org/hornetq/jms
@dirrm %%EXAMPLESDIR%%/jms/topic-hierarchies/src/org/hornetq
@dirrm %%EXAMPLESDIR%%/jms/topic-hierarchies/src/org
@dirrm %%EXAMPLESDIR%%/jms/topic-hierarchies/src
@dirrm %%EXAMPLESDIR%%/jms/topic-hierarchies/server0
@dirrm %%EXAMPLESDIR%%/jms/topic-hierarchies
@dirrm %%EXAMPLESDIR%%/jms/topic
@dirrm %%EXAMPLESDIR%%/jms/temp-queue/src/org/hornetq/jms/example
@dirrm %%EXAMPLESDIR%%/jms/temp-queue/src/org/hornetq/jms
@dirrm %%EXAMPLESDIR%%/jms/temp-queue/src/org/hornetq
@dirrm %%EXAMPLESDIR%%/jms/temp-queue/src/org
@dirrm %%EXAMPLESDIR%%/jms/temp-queue/src
@dirrm %%EXAMPLESDIR%%/jms/temp-queue/server0
@dirrm %%EXAMPLESDIR%%/jms/temp-queue
@dirrm %%EXAMPLESDIR%%/jms/symmetric-cluster/src/org/hornetq/jms/example
@dirrm %%EXAMPLESDIR%%/jms/symmetric-cluster/src/org/hornetq/jms
@dirrm %%EXAMPLESDIR%%/jms/symmetric-cluster/src/org/hornetq
@dirrm %%EXAMPLESDIR%%/jms/symmetric-cluster/src/org
@dirrm %%EXAMPLESDIR%%/jms/symmetric-cluster/src
@dirrm %%EXAMPLESDIR%%/jms/symmetric-cluster/server5
@dirrm %%EXAMPLESDIR%%/jms/symmetric-cluster/server4
@dirrm %%EXAMPLESDIR%%/jms/symmetric-cluster/server3
@dirrm %%EXAMPLESDIR%%/jms/symmetric-cluster/server2
@dirrm %%EXAMPLESDIR%%/jms/symmetric-cluster/server1
@dirrm %%EXAMPLESDIR%%/jms/symmetric-cluster/server0
@dirrm %%EXAMPLESDIR%%/jms/symmetric-cluster
@dirrm %%EXAMPLESDIR%%/jms/stop-server-failover/src/org/hornetq/jms/example
@dirrm %%EXAMPLESDIR%%/jms/stop-server-failover/src/org/hornetq/jms
@dirrm %%EXAMPLESDIR%%/jms/stop-server-failover/src/org/hornetq
@dirrm %%EXAMPLESDIR%%/jms/stop-server-failover/src/org
@dirrm %%EXAMPLESDIR%%/jms/stop-server-failover/src
@dirrm %%EXAMPLESDIR%%/jms/stop-server-failover/server1
@dirrm %%EXAMPLESDIR%%/jms/stop-server-failover/server0
@dirrm %%EXAMPLESDIR%%/jms/stop-server-failover
@dirrm %%EXAMPLESDIR%%/jms/stomp/src/org/hornetq/jms/example
@dirrm %%EXAMPLESDIR%%/jms/stomp/src/org/hornetq/jms
@dirrm %%EXAMPLESDIR%%/jms/stomp/src/org/hornetq
@dirrm %%EXAMPLESDIR%%/jms/stomp/src/org
@dirrm %%EXAMPLESDIR%%/jms/stomp/src
@dirrm %%EXAMPLESDIR%%/jms/stomp/server0
@dirrm %%EXAMPLESDIR%%/jms/stomp-websockets/src/org/hornetq/jms/example
@dirrm %%EXAMPLESDIR%%/jms/stomp-websockets/src/org/hornetq/jms
@dirrm %%EXAMPLESDIR%%/jms/stomp-websockets/src/org/hornetq
@dirrm %%EXAMPLESDIR%%/jms/stomp-websockets/src/org
@dirrm %%EXAMPLESDIR%%/jms/stomp-websockets/src
@dirrm %%EXAMPLESDIR%%/jms/stomp-websockets/server0
@dirrm %%EXAMPLESDIR%%/jms/stomp-websockets/chat
@dirrm %%EXAMPLESDIR%%/jms/stomp-websockets
@dirrm %%EXAMPLESDIR%%/jms/stomp
@dirrm %%EXAMPLESDIR%%/jms/static-selector/src/org/hornetq/jms/example
@dirrm %%EXAMPLESDIR%%/jms/static-selector/src/org/hornetq/jms
@dirrm %%EXAMPLESDIR%%/jms/static-selector/src/org/hornetq
@dirrm %%EXAMPLESDIR%%/jms/static-selector/src/org
@dirrm %%EXAMPLESDIR%%/jms/static-selector/src
@dirrm %%EXAMPLESDIR%%/jms/static-selector/server0
@dirrm %%EXAMPLESDIR%%/jms/static-selector-jms/src/org/hornetq/jms/example
@dirrm %%EXAMPLESDIR%%/jms/static-selector-jms/src/org/hornetq/jms
@dirrm %%EXAMPLESDIR%%/jms/static-selector-jms/src/org/hornetq
@dirrm %%EXAMPLESDIR%%/jms/static-selector-jms/src/org
@dirrm %%EXAMPLESDIR%%/jms/static-selector-jms/src
@dirrm %%EXAMPLESDIR%%/jms/static-selector-jms/server0
@dirrm %%EXAMPLESDIR%%/jms/static-selector-jms
@dirrm %%EXAMPLESDIR%%/jms/static-selector
@dirrm %%EXAMPLESDIR%%/jms/ssl-enabled/src/org/hornetq/jms/example
@dirrm %%EXAMPLESDIR%%/jms/ssl-enabled/src/org/hornetq/jms
@dirrm %%EXAMPLESDIR%%/jms/ssl-enabled/src/org/hornetq
@dirrm %%EXAMPLESDIR%%/jms/ssl-enabled/src/org
@dirrm %%EXAMPLESDIR%%/jms/ssl-enabled/src
@dirrm %%EXAMPLESDIR%%/jms/ssl-enabled/server0
@dirrm %%EXAMPLESDIR%%/jms/ssl-enabled
@dirrm %%EXAMPLESDIR%%/jms/spring-integration/src/org/hornetq/jms/example
@dirrm %%EXAMPLESDIR%%/jms/spring-integration/src/org/hornetq/jms
@dirrm %%EXAMPLESDIR%%/jms/spring-integration/src/org/hornetq
@dirrm %%EXAMPLESDIR%%/jms/spring-integration/src/org
@dirrm %%EXAMPLESDIR%%/jms/spring-integration/src
@dirrm %%EXAMPLESDIR%%/jms/spring-integration/server0
@dirrm %%EXAMPLESDIR%%/jms/spring-integration
@dirrm %%EXAMPLESDIR%%/jms/send-acknowledgements/src/org/hornetq/jms/example
@dirrm %%EXAMPLESDIR%%/jms/send-acknowledgements/src/org/hornetq/jms
@dirrm %%EXAMPLESDIR%%/jms/send-acknowledgements/src/org/hornetq
@dirrm %%EXAMPLESDIR%%/jms/send-acknowledgements/src/org
@dirrm %%EXAMPLESDIR%%/jms/send-acknowledgements/src
@dirrm %%EXAMPLESDIR%%/jms/send-acknowledgements/server0
@dirrm %%EXAMPLESDIR%%/jms/send-acknowledgements
@dirrm %%EXAMPLESDIR%%/jms/security/src/org/hornetq/jms/example
@dirrm %%EXAMPLESDIR%%/jms/security/src/org/hornetq/jms
@dirrm %%EXAMPLESDIR%%/jms/security/src/org/hornetq
@dirrm %%EXAMPLESDIR%%/jms/security/src/org
@dirrm %%EXAMPLESDIR%%/jms/security/src
@dirrm %%EXAMPLESDIR%%/jms/security/server0
@dirrm %%EXAMPLESDIR%%/jms/security
@dirrm %%EXAMPLESDIR%%/jms/scheduled-message/src/org/hornetq/jms/example
@dirrm %%EXAMPLESDIR%%/jms/scheduled-message/src/org/hornetq/jms
@dirrm %%EXAMPLESDIR%%/jms/scheduled-message/src/org/hornetq
@dirrm %%EXAMPLESDIR%%/jms/scheduled-message/src/org
@dirrm %%EXAMPLESDIR%%/jms/scheduled-message/src
@dirrm %%EXAMPLESDIR%%/jms/scheduled-message/server0
@dirrm %%EXAMPLESDIR%%/jms/scheduled-message
@dirrm %%EXAMPLESDIR%%/jms/request-reply/src/org/hornetq/jms/example
@dirrm %%EXAMPLESDIR%%/jms/request-reply/src/org/hornetq/jms
@dirrm %%EXAMPLESDIR%%/jms/request-reply/src/org/hornetq
@dirrm %%EXAMPLESDIR%%/jms/request-reply/src/org
@dirrm %%EXAMPLESDIR%%/jms/request-reply/src
@dirrm %%EXAMPLESDIR%%/jms/request-reply/server0
@dirrm %%EXAMPLESDIR%%/jms/request-reply
@dirrm %%EXAMPLESDIR%%/jms/reattach-node/src/org/hornetq/jms/example
@dirrm %%EXAMPLESDIR%%/jms/reattach-node/src/org/hornetq/jms
@dirrm %%EXAMPLESDIR%%/jms/reattach-node/src/org/hornetq
@dirrm %%EXAMPLESDIR%%/jms/reattach-node/src/org
@dirrm %%EXAMPLESDIR%%/jms/reattach-node/src
@dirrm %%EXAMPLESDIR%%/jms/reattach-node/server0
@dirrm %%EXAMPLESDIR%%/jms/reattach-node
@dirrm %%EXAMPLESDIR%%/jms/queue/src/org/hornetq/jms/example
@dirrm %%EXAMPLESDIR%%/jms/queue/src/org/hornetq/jms
@dirrm %%EXAMPLESDIR%%/jms/queue/src/org/hornetq
@dirrm %%EXAMPLESDIR%%/jms/queue/src/org
@dirrm %%EXAMPLESDIR%%/jms/queue/src
@dirrm %%EXAMPLESDIR%%/jms/queue/server0
@dirrm %%EXAMPLESDIR%%/jms/queue-selector/src/org/hornetq/jms/example
@dirrm %%EXAMPLESDIR%%/jms/queue-selector/src/org/hornetq/jms
@dirrm %%EXAMPLESDIR%%/jms/queue-selector/src/org/hornetq
@dirrm %%EXAMPLESDIR%%/jms/queue-selector/src/org
@dirrm %%EXAMPLESDIR%%/jms/queue-selector/src
@dirrm %%EXAMPLESDIR%%/jms/queue-selector/server0
@dirrm %%EXAMPLESDIR%%/jms/queue-selector
@dirrm %%EXAMPLESDIR%%/jms/queue-requestor/src/org/hornetq/jms/example
@dirrm %%EXAMPLESDIR%%/jms/queue-requestor/src/org/hornetq/jms
@dirrm %%EXAMPLESDIR%%/jms/queue-requestor/src/org/hornetq
@dirrm %%EXAMPLESDIR%%/jms/queue-requestor/src/org
@dirrm %%EXAMPLESDIR%%/jms/queue-requestor/src
@dirrm %%EXAMPLESDIR%%/jms/queue-requestor/server0
@dirrm %%EXAMPLESDIR%%/jms/queue-requestor
@dirrm %%EXAMPLESDIR%%/jms/queue-message-redistribution/src/org/hornetq/jms/example
@dirrm %%EXAMPLESDIR%%/jms/queue-message-redistribution/src/org/hornetq/jms
@dirrm %%EXAMPLESDIR%%/jms/queue-message-redistribution/src/org/hornetq
@dirrm %%EXAMPLESDIR%%/jms/queue-message-redistribution/src/org
@dirrm %%EXAMPLESDIR%%/jms/queue-message-redistribution/src
@dirrm %%EXAMPLESDIR%%/jms/queue-message-redistribution/server1
@dirrm %%EXAMPLESDIR%%/jms/queue-message-redistribution/server0
@dirrm %%EXAMPLESDIR%%/jms/queue-message-redistribution
@dirrm %%EXAMPLESDIR%%/jms/queue
@dirrm %%EXAMPLESDIR%%/jms/producer-rate-limit/src/org/hornetq/jms/example
@dirrm %%EXAMPLESDIR%%/jms/producer-rate-limit/src/org/hornetq/jms
@dirrm %%EXAMPLESDIR%%/jms/producer-rate-limit/src/org/hornetq
@dirrm %%EXAMPLESDIR%%/jms/producer-rate-limit/src/org
@dirrm %%EXAMPLESDIR%%/jms/producer-rate-limit/src
@dirrm %%EXAMPLESDIR%%/jms/producer-rate-limit/server0
@dirrm %%EXAMPLESDIR%%/jms/producer-rate-limit
@dirrm %%EXAMPLESDIR%%/jms/pre-acknowledge/src/org/hornetq/jms/example
@dirrm %%EXAMPLESDIR%%/jms/pre-acknowledge/src/org/hornetq/jms
@dirrm %%EXAMPLESDIR%%/jms/pre-acknowledge/src/org/hornetq
@dirrm %%EXAMPLESDIR%%/jms/pre-acknowledge/src/org
@dirrm %%EXAMPLESDIR%%/jms/pre-acknowledge/src
@dirrm %%EXAMPLESDIR%%/jms/pre-acknowledge/server0
@dirrm %%EXAMPLESDIR%%/jms/pre-acknowledge
@dirrm %%EXAMPLESDIR%%/jms/perf/src/org/hornetq/jms/example
@dirrm %%EXAMPLESDIR%%/jms/perf/src/org/hornetq/jms
@dirrm %%EXAMPLESDIR%%/jms/perf/src/org/hornetq
@dirrm %%EXAMPLESDIR%%/jms/perf/src/org
@dirrm %%EXAMPLESDIR%%/jms/perf/src
@dirrm %%EXAMPLESDIR%%/jms/perf/server0
@dirrm %%EXAMPLESDIR%%/jms/perf
@dirrm %%EXAMPLESDIR%%/jms/paging/src/org/hornetq/jms/example
@dirrm %%EXAMPLESDIR%%/jms/paging/src/org/hornetq/jms
@dirrm %%EXAMPLESDIR%%/jms/paging/src/org/hornetq
@dirrm %%EXAMPLESDIR%%/jms/paging/src/org
@dirrm %%EXAMPLESDIR%%/jms/paging/src
@dirrm %%EXAMPLESDIR%%/jms/paging/server0
@dirrm %%EXAMPLESDIR%%/jms/paging
@dirrm %%EXAMPLESDIR%%/jms/non-transaction-failover/src/org/hornetq/jms/example
@dirrm %%EXAMPLESDIR%%/jms/non-transaction-failover/src/org/hornetq/jms
@dirrm %%EXAMPLESDIR%%/jms/non-transaction-failover/src/org/hornetq
@dirrm %%EXAMPLESDIR%%/jms/non-transaction-failover/src/org
@dirrm %%EXAMPLESDIR%%/jms/non-transaction-failover/src
@dirrm %%EXAMPLESDIR%%/jms/non-transaction-failover/server1
@dirrm %%EXAMPLESDIR%%/jms/non-transaction-failover/server0
@dirrm %%EXAMPLESDIR%%/jms/non-transaction-failover
@dirrm %%EXAMPLESDIR%%/jms/no-consumer-buffering/src/org/hornetq/jms/example
@dirrm %%EXAMPLESDIR%%/jms/no-consumer-buffering/src/org/hornetq/jms
@dirrm %%EXAMPLESDIR%%/jms/no-consumer-buffering/src/org/hornetq
@dirrm %%EXAMPLESDIR%%/jms/no-consumer-buffering/src/org
@dirrm %%EXAMPLESDIR%%/jms/no-consumer-buffering/src
@dirrm %%EXAMPLESDIR%%/jms/no-consumer-buffering/server0
@dirrm %%EXAMPLESDIR%%/jms/no-consumer-buffering
@dirrm %%EXAMPLESDIR%%/jms/multiple-failover/src/org/hornetq/jms/example
@dirrm %%EXAMPLESDIR%%/jms/multiple-failover/src/org/hornetq/jms
@dirrm %%EXAMPLESDIR%%/jms/multiple-failover/src/org/hornetq
@dirrm %%EXAMPLESDIR%%/jms/multiple-failover/src/org
@dirrm %%EXAMPLESDIR%%/jms/multiple-failover/src
@dirrm %%EXAMPLESDIR%%/jms/multiple-failover/server2
@dirrm %%EXAMPLESDIR%%/jms/multiple-failover/server1
@dirrm %%EXAMPLESDIR%%/jms/multiple-failover/server0
@dirrm %%EXAMPLESDIR%%/jms/multiple-failover-failback/src/org/hornetq/jms/example
@dirrm %%EXAMPLESDIR%%/jms/multiple-failover-failback/src/org/hornetq/jms
@dirrm %%EXAMPLESDIR%%/jms/multiple-failover-failback/src/org/hornetq
@dirrm %%EXAMPLESDIR%%/jms/multiple-failover-failback/src/org
@dirrm %%EXAMPLESDIR%%/jms/multiple-failover-failback/src
@dirrm %%EXAMPLESDIR%%/jms/multiple-failover-failback/server2
@dirrm %%EXAMPLESDIR%%/jms/multiple-failover-failback/server1
@dirrm %%EXAMPLESDIR%%/jms/multiple-failover-failback/server0
@dirrm %%EXAMPLESDIR%%/jms/multiple-failover-failback
@dirrm %%EXAMPLESDIR%%/jms/multiple-failover
@dirrm %%EXAMPLESDIR%%/jms/message-priority/src/org/hornetq/jms/example
@dirrm %%EXAMPLESDIR%%/jms/message-priority/src/org/hornetq/jms
@dirrm %%EXAMPLESDIR%%/jms/message-priority/src/org/hornetq
@dirrm %%EXAMPLESDIR%%/jms/message-priority/src/org
@dirrm %%EXAMPLESDIR%%/jms/message-priority/src
@dirrm %%EXAMPLESDIR%%/jms/message-priority/server0
@dirrm %%EXAMPLESDIR%%/jms/message-priority
@dirrm %%EXAMPLESDIR%%/jms/message-group2/src/org/hornetq/jms/example
@dirrm %%EXAMPLESDIR%%/jms/message-group2/src/org/hornetq/jms
@dirrm %%EXAMPLESDIR%%/jms/message-group2/src/org/hornetq
@dirrm %%EXAMPLESDIR%%/jms/message-group2/src/org
@dirrm %%EXAMPLESDIR%%/jms/message-group2/src
@dirrm %%EXAMPLESDIR%%/jms/message-group2/server0
@dirrm %%EXAMPLESDIR%%/jms/message-group2
@dirrm %%EXAMPLESDIR%%/jms/message-group/src/org/hornetq/jms/example
@dirrm %%EXAMPLESDIR%%/jms/message-group/src/org/hornetq/jms
@dirrm %%EXAMPLESDIR%%/jms/message-group/src/org/hornetq
@dirrm %%EXAMPLESDIR%%/jms/message-group/src/org
@dirrm %%EXAMPLESDIR%%/jms/message-group/src
@dirrm %%EXAMPLESDIR%%/jms/message-group/server0
@dirrm %%EXAMPLESDIR%%/jms/message-group
@dirrm %%EXAMPLESDIR%%/jms/message-counters/src/org/hornetq/jms/example
@dirrm %%EXAMPLESDIR%%/jms/message-counters/src/org/hornetq/jms
@dirrm %%EXAMPLESDIR%%/jms/message-counters/src/org/hornetq
@dirrm %%EXAMPLESDIR%%/jms/message-counters/src/org
@dirrm %%EXAMPLESDIR%%/jms/message-counters/src
@dirrm %%EXAMPLESDIR%%/jms/message-counters/server0
@dirrm %%EXAMPLESDIR%%/jms/message-counters
@dirrm %%EXAMPLESDIR%%/jms/management/src/org/hornetq/jms/example
@dirrm %%EXAMPLESDIR%%/jms/management/src/org/hornetq/jms
@dirrm %%EXAMPLESDIR%%/jms/management/src/org/hornetq
@dirrm %%EXAMPLESDIR%%/jms/management/src/org
@dirrm %%EXAMPLESDIR%%/jms/management/src
@dirrm %%EXAMPLESDIR%%/jms/management/server0
@dirrm %%EXAMPLESDIR%%/jms/management-notifications/src/org/hornetq/jms/example
@dirrm %%EXAMPLESDIR%%/jms/management-notifications/src/org/hornetq/jms
@dirrm %%EXAMPLESDIR%%/jms/management-notifications/src/org/hornetq
@dirrm %%EXAMPLESDIR%%/jms/management-notifications/src/org
@dirrm %%EXAMPLESDIR%%/jms/management-notifications/src
@dirrm %%EXAMPLESDIR%%/jms/management-notifications/server0
@dirrm %%EXAMPLESDIR%%/jms/management-notifications
@dirrm %%EXAMPLESDIR%%/jms/management
@dirrm %%EXAMPLESDIR%%/jms/last-value-queue/src/org/hornetq/jms/example
@dirrm %%EXAMPLESDIR%%/jms/last-value-queue/src/org/hornetq/jms
@dirrm %%EXAMPLESDIR%%/jms/last-value-queue/src/org/hornetq
@dirrm %%EXAMPLESDIR%%/jms/last-value-queue/src/org
@dirrm %%EXAMPLESDIR%%/jms/last-value-queue/src
@dirrm %%EXAMPLESDIR%%/jms/last-value-queue/server0
@dirrm %%EXAMPLESDIR%%/jms/last-value-queue
@dirrm %%EXAMPLESDIR%%/jms/large-message/src/org/hornetq/jms/example
@dirrm %%EXAMPLESDIR%%/jms/large-message/src/org/hornetq/jms
@dirrm %%EXAMPLESDIR%%/jms/large-message/src/org/hornetq
@dirrm %%EXAMPLESDIR%%/jms/large-message/src/org
@dirrm %%EXAMPLESDIR%%/jms/large-message/src
@dirrm %%EXAMPLESDIR%%/jms/large-message/server0
@dirrm %%EXAMPLESDIR%%/jms/large-message
@dirrm %%EXAMPLESDIR%%/jms/jmx/src/org/hornetq/jms/example
@dirrm %%EXAMPLESDIR%%/jms/jmx/src/org/hornetq/jms
@dirrm %%EXAMPLESDIR%%/jms/jmx/src/org/hornetq
@dirrm %%EXAMPLESDIR%%/jms/jmx/src/org
@dirrm %%EXAMPLESDIR%%/jms/jmx/src
@dirrm %%EXAMPLESDIR%%/jms/jmx/server0
@dirrm %%EXAMPLESDIR%%/jms/jmx
@dirrm %%EXAMPLESDIR%%/jms/jms-bridge/src/org/hornetq/jms/example
@dirrm %%EXAMPLESDIR%%/jms/jms-bridge/src/org/hornetq/jms
@dirrm %%EXAMPLESDIR%%/jms/jms-bridge/src/org/hornetq
@dirrm %%EXAMPLESDIR%%/jms/jms-bridge/src/org
@dirrm %%EXAMPLESDIR%%/jms/jms-bridge/src
@dirrm %%EXAMPLESDIR%%/jms/jms-bridge/server1
@dirrm %%EXAMPLESDIR%%/jms/jms-bridge/server0
@dirrm %%EXAMPLESDIR%%/jms/jms-bridge
@dirrm %%EXAMPLESDIR%%/jms/jaas/src/org/hornetq/jms/example
@dirrm %%EXAMPLESDIR%%/jms/jaas/src/org/hornetq/jms
@dirrm %%EXAMPLESDIR%%/jms/jaas/src/org/hornetq
@dirrm %%EXAMPLESDIR%%/jms/jaas/src/org
@dirrm %%EXAMPLESDIR%%/jms/jaas/src
@dirrm %%EXAMPLESDIR%%/jms/jaas/server0
@dirrm %%EXAMPLESDIR%%/jms/jaas
@dirrm %%EXAMPLESDIR%%/jms/interceptor/src/org/hornetq/jms/example
@dirrm %%EXAMPLESDIR%%/jms/interceptor/src/org/hornetq/jms
@dirrm %%EXAMPLESDIR%%/jms/interceptor/src/org/hornetq
@dirrm %%EXAMPLESDIR%%/jms/interceptor/src/org
@dirrm %%EXAMPLESDIR%%/jms/interceptor/src
@dirrm %%EXAMPLESDIR%%/jms/interceptor/server0
@dirrm %%EXAMPLESDIR%%/jms/interceptor
@dirrm %%EXAMPLESDIR%%/jms/instantiate-connection-factory/src/org/hornetq/jms/example
@dirrm %%EXAMPLESDIR%%/jms/instantiate-connection-factory/src/org/hornetq/jms
@dirrm %%EXAMPLESDIR%%/jms/instantiate-connection-factory/src/org/hornetq
@dirrm %%EXAMPLESDIR%%/jms/instantiate-connection-factory/src/org
@dirrm %%EXAMPLESDIR%%/jms/instantiate-connection-factory/src
@dirrm %%EXAMPLESDIR%%/jms/instantiate-connection-factory/server0
@dirrm %%EXAMPLESDIR%%/jms/instantiate-connection-factory
@dirrm %%EXAMPLESDIR%%/jms/http-transport/src/org/hornetq/jms/example
@dirrm %%EXAMPLESDIR%%/jms/http-transport/src/org/hornetq/jms
@dirrm %%EXAMPLESDIR%%/jms/http-transport/src/org/hornetq
@dirrm %%EXAMPLESDIR%%/jms/http-transport/src/org
@dirrm %%EXAMPLESDIR%%/jms/http-transport/src
@dirrm %%EXAMPLESDIR%%/jms/http-transport/server0
@dirrm %%EXAMPLESDIR%%/jms/http-transport
@dirrm %%EXAMPLESDIR%%/jms/expiry/src/org/hornetq/jms/example
@dirrm %%EXAMPLESDIR%%/jms/expiry/src/org/hornetq/jms
@dirrm %%EXAMPLESDIR%%/jms/expiry/src/org/hornetq
@dirrm %%EXAMPLESDIR%%/jms/expiry/src/org
@dirrm %%EXAMPLESDIR%%/jms/expiry/src
@dirrm %%EXAMPLESDIR%%/jms/expiry/server0
@dirrm %%EXAMPLESDIR%%/jms/expiry
@dirrm %%EXAMPLESDIR%%/jms/embedded/src/org/hornetq/jms/example
@dirrm %%EXAMPLESDIR%%/jms/embedded/src/org/hornetq/jms
@dirrm %%EXAMPLESDIR%%/jms/embedded/src/org/hornetq
@dirrm %%EXAMPLESDIR%%/jms/embedded/src/org
@dirrm %%EXAMPLESDIR%%/jms/embedded/src
@dirrm %%EXAMPLESDIR%%/jms/embedded-simple/src/org/hornetq/jms/example
@dirrm %%EXAMPLESDIR%%/jms/embedded-simple/src/org/hornetq/jms
@dirrm %%EXAMPLESDIR%%/jms/embedded-simple/src/org/hornetq
@dirrm %%EXAMPLESDIR%%/jms/embedded-simple/src/org
@dirrm %%EXAMPLESDIR%%/jms/embedded-simple/src
@dirrm %%EXAMPLESDIR%%/jms/embedded-simple/server0
@dirrm %%EXAMPLESDIR%%/jms/embedded-simple
@dirrm %%EXAMPLESDIR%%/jms/embedded
@dirrm %%EXAMPLESDIR%%/jms/durable-subscription/src/org/hornetq/jms/example
@dirrm %%EXAMPLESDIR%%/jms/durable-subscription/src/org/hornetq/jms
@dirrm %%EXAMPLESDIR%%/jms/durable-subscription/src/org/hornetq
@dirrm %%EXAMPLESDIR%%/jms/durable-subscription/src/org
@dirrm %%EXAMPLESDIR%%/jms/durable-subscription/src
@dirrm %%EXAMPLESDIR%%/jms/durable-subscription/server0
@dirrm %%EXAMPLESDIR%%/jms/durable-subscription
@dirrm %%EXAMPLESDIR%%/jms/divert/src/org/hornetq/jms/example
@dirrm %%EXAMPLESDIR%%/jms/divert/src/org/hornetq/jms
@dirrm %%EXAMPLESDIR%%/jms/divert/src/org/hornetq
@dirrm %%EXAMPLESDIR%%/jms/divert/src/org
@dirrm %%EXAMPLESDIR%%/jms/divert/src
@dirrm %%EXAMPLESDIR%%/jms/divert/server1
@dirrm %%EXAMPLESDIR%%/jms/divert/server0
@dirrm %%EXAMPLESDIR%%/jms/divert
@dirrm %%EXAMPLESDIR%%/jms/delayed-redelivery/src/org/hornetq/jms/example
@dirrm %%EXAMPLESDIR%%/jms/delayed-redelivery/src/org/hornetq/jms
@dirrm %%EXAMPLESDIR%%/jms/delayed-redelivery/src/org/hornetq
@dirrm %%EXAMPLESDIR%%/jms/delayed-redelivery/src/org
@dirrm %%EXAMPLESDIR%%/jms/delayed-redelivery/src
@dirrm %%EXAMPLESDIR%%/jms/delayed-redelivery/server0
@dirrm %%EXAMPLESDIR%%/jms/delayed-redelivery
@dirrm %%EXAMPLESDIR%%/jms/dead-letter/src/org/hornetq/jms/example
@dirrm %%EXAMPLESDIR%%/jms/dead-letter/src/org/hornetq/jms
@dirrm %%EXAMPLESDIR%%/jms/dead-letter/src/org/hornetq
@dirrm %%EXAMPLESDIR%%/jms/dead-letter/src/org
@dirrm %%EXAMPLESDIR%%/jms/dead-letter/src
@dirrm %%EXAMPLESDIR%%/jms/dead-letter/server0
@dirrm %%EXAMPLESDIR%%/jms/dead-letter
@dirrm %%EXAMPLESDIR%%/jms/consumer-rate-limit/src/org/hornetq/jms/example
@dirrm %%EXAMPLESDIR%%/jms/consumer-rate-limit/src/org/hornetq/jms
@dirrm %%EXAMPLESDIR%%/jms/consumer-rate-limit/src/org/hornetq
@dirrm %%EXAMPLESDIR%%/jms/consumer-rate-limit/src/org
@dirrm %%EXAMPLESDIR%%/jms/consumer-rate-limit/src
@dirrm %%EXAMPLESDIR%%/jms/consumer-rate-limit/server0
@dirrm %%EXAMPLESDIR%%/jms/consumer-rate-limit
@dirrm %%EXAMPLESDIR%%/jms/clustered-topic/src/org/hornetq/jms/example
@dirrm %%EXAMPLESDIR%%/jms/clustered-topic/src/org/hornetq/jms
@dirrm %%EXAMPLESDIR%%/jms/clustered-topic/src/org/hornetq
@dirrm %%EXAMPLESDIR%%/jms/clustered-topic/src/org
@dirrm %%EXAMPLESDIR%%/jms/clustered-topic/src
@dirrm %%EXAMPLESDIR%%/jms/clustered-topic/server1
@dirrm %%EXAMPLESDIR%%/jms/clustered-topic/server0
@dirrm %%EXAMPLESDIR%%/jms/clustered-topic
@dirrm %%EXAMPLESDIR%%/jms/clustered-static-oneway/src/org/hornetq/jms/example
@dirrm %%EXAMPLESDIR%%/jms/clustered-static-oneway/src/org/hornetq/jms
@dirrm %%EXAMPLESDIR%%/jms/clustered-static-oneway/src/org/hornetq
@dirrm %%EXAMPLESDIR%%/jms/clustered-static-oneway/src/org
@dirrm %%EXAMPLESDIR%%/jms/clustered-static-oneway/src
@dirrm %%EXAMPLESDIR%%/jms/clustered-static-oneway/server2
@dirrm %%EXAMPLESDIR%%/jms/clustered-static-oneway/server1
@dirrm %%EXAMPLESDIR%%/jms/clustered-static-oneway/server0
@dirrm %%EXAMPLESDIR%%/jms/clustered-static-oneway
@dirrm %%EXAMPLESDIR%%/jms/clustered-static-discovery/src/org/hornetq/jms/example
@dirrm %%EXAMPLESDIR%%/jms/clustered-static-discovery/src/org/hornetq/jms
@dirrm %%EXAMPLESDIR%%/jms/clustered-static-discovery/src/org/hornetq
@dirrm %%EXAMPLESDIR%%/jms/clustered-static-discovery/src/org
@dirrm %%EXAMPLESDIR%%/jms/clustered-static-discovery/src
@dirrm %%EXAMPLESDIR%%/jms/clustered-static-discovery/server3
@dirrm %%EXAMPLESDIR%%/jms/clustered-static-discovery/server2
@dirrm %%EXAMPLESDIR%%/jms/clustered-static-discovery/server1
@dirrm %%EXAMPLESDIR%%/jms/clustered-static-discovery/server0
@dirrm %%EXAMPLESDIR%%/jms/clustered-static-discovery
@dirrm %%EXAMPLESDIR%%/jms/clustered-standalone/src/org/hornetq/jms/example
@dirrm %%EXAMPLESDIR%%/jms/clustered-standalone/src/org/hornetq/jms
@dirrm %%EXAMPLESDIR%%/jms/clustered-standalone/src/org/hornetq
@dirrm %%EXAMPLESDIR%%/jms/clustered-standalone/src/org
@dirrm %%EXAMPLESDIR%%/jms/clustered-standalone/src
@dirrm %%EXAMPLESDIR%%/jms/clustered-standalone/server2
@dirrm %%EXAMPLESDIR%%/jms/clustered-standalone/server1
@dirrm %%EXAMPLESDIR%%/jms/clustered-standalone/server0
@dirrm %%EXAMPLESDIR%%/jms/clustered-standalone
@dirrm %%EXAMPLESDIR%%/jms/clustered-queue/src/org/hornetq/jms/example
@dirrm %%EXAMPLESDIR%%/jms/clustered-queue/src/org/hornetq/jms
@dirrm %%EXAMPLESDIR%%/jms/clustered-queue/src/org/hornetq
@dirrm %%EXAMPLESDIR%%/jms/clustered-queue/src/org
@dirrm %%EXAMPLESDIR%%/jms/clustered-queue/src
@dirrm %%EXAMPLESDIR%%/jms/clustered-queue/server1
@dirrm %%EXAMPLESDIR%%/jms/clustered-queue/server0
@dirrm %%EXAMPLESDIR%%/jms/clustered-queue
@dirrm %%EXAMPLESDIR%%/jms/clustered-grouping/src/org/hornetq/jms/example
@dirrm %%EXAMPLESDIR%%/jms/clustered-grouping/src/org/hornetq/jms
@dirrm %%EXAMPLESDIR%%/jms/clustered-grouping/src/org/hornetq
@dirrm %%EXAMPLESDIR%%/jms/clustered-grouping/src/org
@dirrm %%EXAMPLESDIR%%/jms/clustered-grouping/src
@dirrm %%EXAMPLESDIR%%/jms/clustered-grouping/server2
@dirrm %%EXAMPLESDIR%%/jms/clustered-grouping/server1
@dirrm %%EXAMPLESDIR%%/jms/clustered-grouping/server0
@dirrm %%EXAMPLESDIR%%/jms/clustered-grouping
@dirrm %%EXAMPLESDIR%%/jms/clustered-durable-subscription/src/org/hornetq/jms/example
@dirrm %%EXAMPLESDIR%%/jms/clustered-durable-subscription/src/org/hornetq/jms
@dirrm %%EXAMPLESDIR%%/jms/clustered-durable-subscription/src/org/hornetq
@dirrm %%EXAMPLESDIR%%/jms/clustered-durable-subscription/src/org
@dirrm %%EXAMPLESDIR%%/jms/clustered-durable-subscription/src
@dirrm %%EXAMPLESDIR%%/jms/clustered-durable-subscription/server1
@dirrm %%EXAMPLESDIR%%/jms/clustered-durable-subscription/server0
@dirrm %%EXAMPLESDIR%%/jms/clustered-durable-subscription
@dirrm %%EXAMPLESDIR%%/jms/client-side-load-balancing/src/org/hornetq/jms/example
@dirrm %%EXAMPLESDIR%%/jms/client-side-load-balancing/src/org/hornetq/jms
@dirrm %%EXAMPLESDIR%%/jms/client-side-load-balancing/src/org/hornetq
@dirrm %%EXAMPLESDIR%%/jms/client-side-load-balancing/src/org
@dirrm %%EXAMPLESDIR%%/jms/client-side-load-balancing/src
@dirrm %%EXAMPLESDIR%%/jms/client-side-load-balancing/server2
@dirrm %%EXAMPLESDIR%%/jms/client-side-load-balancing/server1
@dirrm %%EXAMPLESDIR%%/jms/client-side-load-balancing/server0
@dirrm %%EXAMPLESDIR%%/jms/client-side-load-balancing
@dirrm %%EXAMPLESDIR%%/jms/client-kickoff/src/org/hornetq/jms/example
@dirrm %%EXAMPLESDIR%%/jms/client-kickoff/src/org/hornetq/jms
@dirrm %%EXAMPLESDIR%%/jms/client-kickoff/src/org/hornetq
@dirrm %%EXAMPLESDIR%%/jms/client-kickoff/src/org
@dirrm %%EXAMPLESDIR%%/jms/client-kickoff/src
@dirrm %%EXAMPLESDIR%%/jms/client-kickoff/server0
@dirrm %%EXAMPLESDIR%%/jms/client-kickoff
@dirrm %%EXAMPLESDIR%%/jms/browser/src/org/hornetq/jms/example
@dirrm %%EXAMPLESDIR%%/jms/browser/src/org/hornetq/jms
@dirrm %%EXAMPLESDIR%%/jms/browser/src/org/hornetq
@dirrm %%EXAMPLESDIR%%/jms/browser/src/org
@dirrm %%EXAMPLESDIR%%/jms/browser/src
@dirrm %%EXAMPLESDIR%%/jms/browser/server0
@dirrm %%EXAMPLESDIR%%/jms/browser
@dirrm %%EXAMPLESDIR%%/jms/bridge/src/org/hornetq/jms/example
@dirrm %%EXAMPLESDIR%%/jms/bridge/src/org/hornetq/jms
@dirrm %%EXAMPLESDIR%%/jms/bridge/src/org/hornetq
@dirrm %%EXAMPLESDIR%%/jms/bridge/src/org
@dirrm %%EXAMPLESDIR%%/jms/bridge/src
@dirrm %%EXAMPLESDIR%%/jms/bridge/server1
@dirrm %%EXAMPLESDIR%%/jms/bridge/server0
@dirrm %%EXAMPLESDIR%%/jms/bridge
@dirrm %%EXAMPLESDIR%%/jms/application-layer-failover/src/org/hornetq/jms/example
@dirrm %%EXAMPLESDIR%%/jms/application-layer-failover/src/org/hornetq/jms
@dirrm %%EXAMPLESDIR%%/jms/application-layer-failover/src/org/hornetq
@dirrm %%EXAMPLESDIR%%/jms/application-layer-failover/src/org
@dirrm %%EXAMPLESDIR%%/jms/application-layer-failover/src
@dirrm %%EXAMPLESDIR%%/jms/application-layer-failover/server1
@dirrm %%EXAMPLESDIR%%/jms/application-layer-failover/server0
@dirrm %%EXAMPLESDIR%%/jms/application-layer-failover
@dirrm %%EXAMPLESDIR%%/jms/applet/src/org/hornetq/jms/example
@dirrm %%EXAMPLESDIR%%/jms/applet/src/org/hornetq/jms
@dirrm %%EXAMPLESDIR%%/jms/applet/src/org/hornetq
@dirrm %%EXAMPLESDIR%%/jms/applet/src/org
@dirrm %%EXAMPLESDIR%%/jms/applet/src
@dirrm %%EXAMPLESDIR%%/jms/applet/server0
@dirrm %%EXAMPLESDIR%%/jms/applet
@dirrm %%EXAMPLESDIR%%/jms
@dirrm %%EXAMPLESDIR%%/javaee/xarecovery/src/org/hornetq/javaee/example/server
@dirrm %%EXAMPLESDIR%%/javaee/xarecovery/src/org/hornetq/javaee/example
@dirrm %%EXAMPLESDIR%%/javaee/xarecovery/src/org/hornetq/javaee
@dirrm %%EXAMPLESDIR%%/javaee/xarecovery/src/org/hornetq
@dirrm %%EXAMPLESDIR%%/javaee/xarecovery/src/org
@dirrm %%EXAMPLESDIR%%/javaee/xarecovery/src
@dirrm %%EXAMPLESDIR%%/javaee/xarecovery/server
@dirrm %%EXAMPLESDIR%%/javaee/xarecovery/config
@dirrm %%EXAMPLESDIR%%/javaee/xarecovery
@dirrm %%EXAMPLESDIR%%/javaee/servlet-transport/src/org/hornetq/javaee/example
@dirrm %%EXAMPLESDIR%%/javaee/servlet-transport/src/org/hornetq/javaee
@dirrm %%EXAMPLESDIR%%/javaee/servlet-transport/src/org/hornetq
@dirrm %%EXAMPLESDIR%%/javaee/servlet-transport/src/org
@dirrm %%EXAMPLESDIR%%/javaee/servlet-transport/src
@dirrm %%EXAMPLESDIR%%/javaee/servlet-transport/server
@dirrm %%EXAMPLESDIR%%/javaee/servlet-transport/config/WEB-INF
@dirrm %%EXAMPLESDIR%%/javaee/servlet-transport/config/META-INF
@dirrm %%EXAMPLESDIR%%/javaee/servlet-transport/config
@dirrm %%EXAMPLESDIR%%/javaee/servlet-transport
@dirrm %%EXAMPLESDIR%%/javaee/servlet-ssl/src/org/hornetq/javaee/example
@dirrm %%EXAMPLESDIR%%/javaee/servlet-ssl/src/org/hornetq/javaee
@dirrm %%EXAMPLESDIR%%/javaee/servlet-ssl/src/org/hornetq
@dirrm %%EXAMPLESDIR%%/javaee/servlet-ssl/src/org
@dirrm %%EXAMPLESDIR%%/javaee/servlet-ssl/src
@dirrm %%EXAMPLESDIR%%/javaee/servlet-ssl/server
@dirrm %%EXAMPLESDIR%%/javaee/servlet-ssl/config/WEB-INF
@dirrm %%EXAMPLESDIR%%/javaee/servlet-ssl/config/META-INF
@dirrm %%EXAMPLESDIR%%/javaee/servlet-ssl/config
@dirrm %%EXAMPLESDIR%%/javaee/servlet-ssl
@dirrm %%EXAMPLESDIR%%/javaee/mdb-tx-send/src/org/hornetq/javaee/example/server
@dirrm %%EXAMPLESDIR%%/javaee/mdb-tx-send/src/org/hornetq/javaee/example
@dirrm %%EXAMPLESDIR%%/javaee/mdb-tx-send/src/org/hornetq/javaee
@dirrm %%EXAMPLESDIR%%/javaee/mdb-tx-send/src/org/hornetq
@dirrm %%EXAMPLESDIR%%/javaee/mdb-tx-send/src/org
@dirrm %%EXAMPLESDIR%%/javaee/mdb-tx-send/src
@dirrm %%EXAMPLESDIR%%/javaee/mdb-tx-send/server
@dirrm %%EXAMPLESDIR%%/javaee/mdb-tx-send/config/META-INF
@dirrm %%EXAMPLESDIR%%/javaee/mdb-tx-send/config
@dirrm %%EXAMPLESDIR%%/javaee/mdb-tx-send
@dirrm %%EXAMPLESDIR%%/javaee/mdb-remote-failover/src/org/hornetq/javaee/example/server
@dirrm %%EXAMPLESDIR%%/javaee/mdb-remote-failover/src/org/hornetq/javaee/example
@dirrm %%EXAMPLESDIR%%/javaee/mdb-remote-failover/src/org/hornetq/javaee
@dirrm %%EXAMPLESDIR%%/javaee/mdb-remote-failover/src/org/hornetq
@dirrm %%EXAMPLESDIR%%/javaee/mdb-remote-failover/src/org
@dirrm %%EXAMPLESDIR%%/javaee/mdb-remote-failover/src
@dirrm %%EXAMPLESDIR%%/javaee/mdb-remote-failover/server
@dirrm %%EXAMPLESDIR%%/javaee/mdb-remote-failover/live-server
@dirrm %%EXAMPLESDIR%%/javaee/mdb-remote-failover/config/META-INF
@dirrm %%EXAMPLESDIR%%/javaee/mdb-remote-failover/config
@dirrm %%EXAMPLESDIR%%/javaee/mdb-remote-failover/backup-server
@dirrm %%EXAMPLESDIR%%/javaee/mdb-remote-failover-static/src/org/hornetq/javaee/example/server
@dirrm %%EXAMPLESDIR%%/javaee/mdb-remote-failover-static/src/org/hornetq/javaee/example
@dirrm %%EXAMPLESDIR%%/javaee/mdb-remote-failover-static/src/org/hornetq/javaee
@dirrm %%EXAMPLESDIR%%/javaee/mdb-remote-failover-static/src/org/hornetq
@dirrm %%EXAMPLESDIR%%/javaee/mdb-remote-failover-static/src/org
@dirrm %%EXAMPLESDIR%%/javaee/mdb-remote-failover-static/src
@dirrm %%EXAMPLESDIR%%/javaee/mdb-remote-failover-static/server
@dirrm %%EXAMPLESDIR%%/javaee/mdb-remote-failover-static/live-server
@dirrm %%EXAMPLESDIR%%/javaee/mdb-remote-failover-static/config/META-INF
@dirrm %%EXAMPLESDIR%%/javaee/mdb-remote-failover-static/config
@dirrm %%EXAMPLESDIR%%/javaee/mdb-remote-failover-static/backup-server
@dirrm %%EXAMPLESDIR%%/javaee/mdb-remote-failover-static
@dirrm %%EXAMPLESDIR%%/javaee/mdb-remote-failover
@dirrm %%EXAMPLESDIR%%/javaee/mdb-message-selector/src/org/hornetq/javaee/example/server
@dirrm %%EXAMPLESDIR%%/javaee/mdb-message-selector/src/org/hornetq/javaee/example
@dirrm %%EXAMPLESDIR%%/javaee/mdb-message-selector/src/org/hornetq/javaee
@dirrm %%EXAMPLESDIR%%/javaee/mdb-message-selector/src/org/hornetq
@dirrm %%EXAMPLESDIR%%/javaee/mdb-message-selector/src/org
@dirrm %%EXAMPLESDIR%%/javaee/mdb-message-selector/src
@dirrm %%EXAMPLESDIR%%/javaee/mdb-message-selector/server
@dirrm %%EXAMPLESDIR%%/javaee/mdb-message-selector/config/META-INF
@dirrm %%EXAMPLESDIR%%/javaee/mdb-message-selector/config
@dirrm %%EXAMPLESDIR%%/javaee/mdb-message-selector
@dirrm %%EXAMPLESDIR%%/javaee/mdb-cmt-tx-required/src/org/hornetq/javaee/example/server
@dirrm %%EXAMPLESDIR%%/javaee/mdb-cmt-tx-required/src/org/hornetq/javaee/example
@dirrm %%EXAMPLESDIR%%/javaee/mdb-cmt-tx-required/src/org/hornetq/javaee
@dirrm %%EXAMPLESDIR%%/javaee/mdb-cmt-tx-required/src/org/hornetq
@dirrm %%EXAMPLESDIR%%/javaee/mdb-cmt-tx-required/src/org
@dirrm %%EXAMPLESDIR%%/javaee/mdb-cmt-tx-required/src
@dirrm %%EXAMPLESDIR%%/javaee/mdb-cmt-tx-required/server
@dirrm %%EXAMPLESDIR%%/javaee/mdb-cmt-tx-required/config/META-INF
@dirrm %%EXAMPLESDIR%%/javaee/mdb-cmt-tx-required/config
@dirrm %%EXAMPLESDIR%%/javaee/mdb-cmt-tx-required
@dirrm %%EXAMPLESDIR%%/javaee/mdb-cmt-tx-not-supported/src/org/hornetq/javaee/example/server
@dirrm %%EXAMPLESDIR%%/javaee/mdb-cmt-tx-not-supported/src/org/hornetq/javaee/example
@dirrm %%EXAMPLESDIR%%/javaee/mdb-cmt-tx-not-supported/src/org/hornetq/javaee
@dirrm %%EXAMPLESDIR%%/javaee/mdb-cmt-tx-not-supported/src/org/hornetq
@dirrm %%EXAMPLESDIR%%/javaee/mdb-cmt-tx-not-supported/src/org
@dirrm %%EXAMPLESDIR%%/javaee/mdb-cmt-tx-not-supported/src
@dirrm %%EXAMPLESDIR%%/javaee/mdb-cmt-tx-not-supported/server
@dirrm %%EXAMPLESDIR%%/javaee/mdb-cmt-tx-not-supported/config/META-INF
@dirrm %%EXAMPLESDIR%%/javaee/mdb-cmt-tx-not-supported/config
@dirrm %%EXAMPLESDIR%%/javaee/mdb-cmt-tx-not-supported
@dirrm %%EXAMPLESDIR%%/javaee/mdb-cmt-tx-local/src/org/hornetq/javaee/example/server
@dirrm %%EXAMPLESDIR%%/javaee/mdb-cmt-tx-local/src/org/hornetq/javaee/example
@dirrm %%EXAMPLESDIR%%/javaee/mdb-cmt-tx-local/src/org/hornetq/javaee
@dirrm %%EXAMPLESDIR%%/javaee/mdb-cmt-tx-local/src/org/hornetq
@dirrm %%EXAMPLESDIR%%/javaee/mdb-cmt-tx-local/src/org
@dirrm %%EXAMPLESDIR%%/javaee/mdb-cmt-tx-local/src
@dirrm %%EXAMPLESDIR%%/javaee/mdb-cmt-tx-local/server
@dirrm %%EXAMPLESDIR%%/javaee/mdb-cmt-tx-local/config/META-INF
@dirrm %%EXAMPLESDIR%%/javaee/mdb-cmt-tx-local/config
@dirrm %%EXAMPLESDIR%%/javaee/mdb-cmt-tx-local
@dirrm %%EXAMPLESDIR%%/javaee/mdb-cmt-setrollbackonly/src/org/hornetq/javaee/example/server
@dirrm %%EXAMPLESDIR%%/javaee/mdb-cmt-setrollbackonly/src/org/hornetq/javaee/example
@dirrm %%EXAMPLESDIR%%/javaee/mdb-cmt-setrollbackonly/src/org/hornetq/javaee
@dirrm %%EXAMPLESDIR%%/javaee/mdb-cmt-setrollbackonly/src/org/hornetq
@dirrm %%EXAMPLESDIR%%/javaee/mdb-cmt-setrollbackonly/src/org
@dirrm %%EXAMPLESDIR%%/javaee/mdb-cmt-setrollbackonly/src
@dirrm %%EXAMPLESDIR%%/javaee/mdb-cmt-setrollbackonly/server
@dirrm %%EXAMPLESDIR%%/javaee/mdb-cmt-setrollbackonly/config/META-INF
@dirrm %%EXAMPLESDIR%%/javaee/mdb-cmt-setrollbackonly/config
@dirrm %%EXAMPLESDIR%%/javaee/mdb-cmt-setrollbackonly
@dirrm %%EXAMPLESDIR%%/javaee/mdb-bmt/src/org/hornetq/javaee/example/server
@dirrm %%EXAMPLESDIR%%/javaee/mdb-bmt/src/org/hornetq/javaee/example
@dirrm %%EXAMPLESDIR%%/javaee/mdb-bmt/src/org/hornetq/javaee
@dirrm %%EXAMPLESDIR%%/javaee/mdb-bmt/src/org/hornetq
@dirrm %%EXAMPLESDIR%%/javaee/mdb-bmt/src/org
@dirrm %%EXAMPLESDIR%%/javaee/mdb-bmt/src
@dirrm %%EXAMPLESDIR%%/javaee/mdb-bmt/server
@dirrm %%EXAMPLESDIR%%/javaee/mdb-bmt/config/META-INF
@dirrm %%EXAMPLESDIR%%/javaee/mdb-bmt/config
@dirrm %%EXAMPLESDIR%%/javaee/mdb-bmt
@dirrm %%EXAMPLESDIR%%/javaee/jms-bridge/src/org/hornetq/javaee/example
@dirrm %%EXAMPLESDIR%%/javaee/jms-bridge/src/org/hornetq/javaee
@dirrm %%EXAMPLESDIR%%/javaee/jms-bridge/src/org/hornetq
@dirrm %%EXAMPLESDIR%%/javaee/jms-bridge/src/org
@dirrm %%EXAMPLESDIR%%/javaee/jms-bridge/src
@dirrm %%EXAMPLESDIR%%/javaee/jms-bridge/server
@dirrm %%EXAMPLESDIR%%/javaee/jms-bridge/config/META-INF
@dirrm %%EXAMPLESDIR%%/javaee/jms-bridge/config
@dirrm %%EXAMPLESDIR%%/javaee/jms-bridge
@dirrm %%EXAMPLESDIR%%/javaee/jca-remote/src/org/hornetq/javaee/example/server
@dirrm %%EXAMPLESDIR%%/javaee/jca-remote/src/org/hornetq/javaee/example
@dirrm %%EXAMPLESDIR%%/javaee/jca-remote/src/org/hornetq/javaee
@dirrm %%EXAMPLESDIR%%/javaee/jca-remote/src/org/hornetq
@dirrm %%EXAMPLESDIR%%/javaee/jca-remote/src/org
@dirrm %%EXAMPLESDIR%%/javaee/jca-remote/src
@dirrm %%EXAMPLESDIR%%/javaee/jca-remote/server0
@dirrm %%EXAMPLESDIR%%/javaee/jca-remote/server
@dirrm %%EXAMPLESDIR%%/javaee/jca-remote/config/META-INF
@dirrm %%EXAMPLESDIR%%/javaee/jca-remote/config
@dirrm %%EXAMPLESDIR%%/javaee/jca-remote
@dirrm %%EXAMPLESDIR%%/javaee/jca-config/src/org/hornetq/javaee/example/server2
@dirrm %%EXAMPLESDIR%%/javaee/jca-config/src/org/hornetq/javaee/example/server
@dirrm %%EXAMPLESDIR%%/javaee/jca-config/src/org/hornetq/javaee/example
@dirrm %%EXAMPLESDIR%%/javaee/jca-config/src/org/hornetq/javaee
@dirrm %%EXAMPLESDIR%%/javaee/jca-config/src/org/hornetq
@dirrm %%EXAMPLESDIR%%/javaee/jca-config/src/org
@dirrm %%EXAMPLESDIR%%/javaee/jca-config/src
@dirrm %%EXAMPLESDIR%%/javaee/jca-config/server2
@dirrm %%EXAMPLESDIR%%/javaee/jca-config/server
@dirrm %%EXAMPLESDIR%%/javaee/jca-config/config/META-INF
@dirrm %%EXAMPLESDIR%%/javaee/jca-config/config
@dirrm %%EXAMPLESDIR%%/javaee/jca-config
@dirrm %%EXAMPLESDIR%%/javaee/hajndi/src/org/hornetq/javaee/example
@dirrm %%EXAMPLESDIR%%/javaee/hajndi/src/org/hornetq/javaee
@dirrm %%EXAMPLESDIR%%/javaee/hajndi/src/org/hornetq
@dirrm %%EXAMPLESDIR%%/javaee/hajndi/src/org
@dirrm %%EXAMPLESDIR%%/javaee/hajndi/src
@dirrm %%EXAMPLESDIR%%/javaee/hajndi/config/META-INF
@dirrm %%EXAMPLESDIR%%/javaee/hajndi/config
@dirrm %%EXAMPLESDIR%%/javaee/hajndi
@dirrm %%EXAMPLESDIR%%/javaee/ejb-jms-transaction/src/org/hornetq/javaee/example/server
@dirrm %%EXAMPLESDIR%%/javaee/ejb-jms-transaction/src/org/hornetq/javaee/example
@dirrm %%EXAMPLESDIR%%/javaee/ejb-jms-transaction/src/org/hornetq/javaee
@dirrm %%EXAMPLESDIR%%/javaee/ejb-jms-transaction/src/org/hornetq
@dirrm %%EXAMPLESDIR%%/javaee/ejb-jms-transaction/src/org
@dirrm %%EXAMPLESDIR%%/javaee/ejb-jms-transaction/src
@dirrm %%EXAMPLESDIR%%/javaee/ejb-jms-transaction/server
@dirrm %%EXAMPLESDIR%%/javaee/ejb-jms-transaction/config/META-INF
@dirrm %%EXAMPLESDIR%%/javaee/ejb-jms-transaction/config
@dirrm %%EXAMPLESDIR%%/javaee/ejb-jms-transaction
@dirrm %%EXAMPLESDIR%%/javaee/common/config
@dirrm %%EXAMPLESDIR%%/javaee/common
@dirrm %%EXAMPLESDIR%%/javaee
@dirrm %%EXAMPLESDIR%%/core/twitter-connector/src/org/hornetq/core/example
@dirrm %%EXAMPLESDIR%%/core/twitter-connector/src/org/hornetq/core
@dirrm %%EXAMPLESDIR%%/core/twitter-connector/src/org/hornetq
@dirrm %%EXAMPLESDIR%%/core/twitter-connector/src/org
@dirrm %%EXAMPLESDIR%%/core/twitter-connector/src
@dirrm %%EXAMPLESDIR%%/core/twitter-connector/server0
@dirrm %%EXAMPLESDIR%%/core/twitter-connector
@dirrm %%EXAMPLESDIR%%/core/perf/src/org/hornetq/core/example
@dirrm %%EXAMPLESDIR%%/core/perf/src/org/hornetq/core
@dirrm %%EXAMPLESDIR%%/core/perf/src/org/hornetq
@dirrm %%EXAMPLESDIR%%/core/perf/src/org
@dirrm %%EXAMPLESDIR%%/core/perf/src
@dirrm %%EXAMPLESDIR%%/core/perf/server0
@dirrm %%EXAMPLESDIR%%/core/perf
@dirrm %%EXAMPLESDIR%%/core/microcontainer/src/org/hornetq/core/example
@dirrm %%EXAMPLESDIR%%/core/microcontainer/src/org/hornetq/core
@dirrm %%EXAMPLESDIR%%/core/microcontainer/src/org/hornetq
@dirrm %%EXAMPLESDIR%%/core/microcontainer/src/org
@dirrm %%EXAMPLESDIR%%/core/microcontainer/src
@dirrm %%EXAMPLESDIR%%/core/microcontainer/server0
@dirrm %%EXAMPLESDIR%%/core/microcontainer
@dirrm %%EXAMPLESDIR%%/core/embedded/src/org/hornetq/core/example
@dirrm %%EXAMPLESDIR%%/core/embedded/src/org/hornetq/core
@dirrm %%EXAMPLESDIR%%/core/embedded/src/org/hornetq
@dirrm %%EXAMPLESDIR%%/core/embedded/src/org
@dirrm %%EXAMPLESDIR%%/core/embedded/src
@dirrm %%EXAMPLESDIR%%/core/embedded-remote/src/org/hornetq/core/example
@dirrm %%EXAMPLESDIR%%/core/embedded-remote/src/org/hornetq/core
@dirrm %%EXAMPLESDIR%%/core/embedded-remote/src/org/hornetq
@dirrm %%EXAMPLESDIR%%/core/embedded-remote/src/org
@dirrm %%EXAMPLESDIR%%/core/embedded-remote/src
@dirrm %%EXAMPLESDIR%%/core/embedded-remote
@dirrm %%EXAMPLESDIR%%/core/embedded
@dirrm %%EXAMPLESDIR%%/core
@dirrm %%EXAMPLESDIR%%/common/src/org/hornetq/common/example
@dirrm %%EXAMPLESDIR%%/common/src/org/hornetq/common
@dirrm %%EXAMPLESDIR%%/common/src/org/hornetq
@dirrm %%EXAMPLESDIR%%/common/src/org
@dirrm %%EXAMPLESDIR%%/common/src
@dirrm %%EXAMPLESDIR%%/common/images
@dirrm %%EXAMPLESDIR%%/common/config
@dirrm %%EXAMPLESDIR%%/common
@dirrm %%EXAMPLESDIR%%