Former-commit-id:02dba50c00
[formerly576a74fe0b
] [formerly19866e7032
] [formerly02dba50c00
[formerly576a74fe0b
] [formerly19866e7032
] [formerlyc59b52a266
[formerly19866e7032
[formerly d130c847d4f9d0b491f9326c8b5140fb59174927]]]] Former-commit-id:c59b52a266
Former-commit-id:fddef92bf3
[formerly5465764527
] [formerly c60ffcebecebf9d637d3276980b24255a17f4079 [formerlya1c4cd2a39
]] Former-commit-id: 39606e2ce74e5380d44e132dd22716b3b06b5051 [formerly395d21565f
] Former-commit-id:5bdcf5c0a1
76 lines
2.7 KiB
XML
76 lines
2.7 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<!--
|
|
- This software was developed and / or modified by Raytheon Company,
|
|
- pursuant to Contract DG133W-05-CQ-1067 with the US Government.
|
|
-
|
|
- U.S. EXPORT CONTROLLED TECHNICAL DATA
|
|
- This software product contains export-restricted data whose
|
|
- export/transfer/disclosure is restricted by U.S. law. Dissemination
|
|
- to non-U.S. persons whether in the United States or abroad requires
|
|
- an export license or other authorization.
|
|
-
|
|
- Contractor Name: Raytheon Company
|
|
- Contractor Address: 6825 Pine Street, Suite 340
|
|
- Mail Stop B8
|
|
- Omaha, NE 68106
|
|
- 402.291.0100
|
|
-
|
|
- See the AWIPS II Master Rights File ("Master Rights File.pdf") for
|
|
- further licensing information.
|
|
-->
|
|
<!--
|
|
- Virtual host configuration for edex
|
|
-
|
|
-
|
|
- SOFTWARE HISTORY
|
|
-
|
|
- Date Ticket# Engineer Description
|
|
- ============ ========== =========== ==========================
|
|
- Mar 18, 2013 1814 rjpeter Initial Creation
|
|
- May 08, 2013 1814 rjpeter Remove slow consumer disconnect
|
|
-
|
|
-->
|
|
<virtualhosts>
|
|
<default>edex</default>
|
|
|
|
<virtualhost>
|
|
<name>edex</name>
|
|
<edex>
|
|
<store>
|
|
<class>org.apache.qpid.server.store.derby.DerbyMessageStore</class>
|
|
<environment-path>${QPID_WORK}/messageStore</environment-path>
|
|
</store>
|
|
<queues>
|
|
<!-- Define default exchange -->
|
|
<exchange>amq.direct</exchange>
|
|
|
|
<!-- Set threshold values for queue monitor alerting to log -->
|
|
<!-- If a queue has more than this in memory print an error message -->
|
|
<maximumQueueDepth>5294080</maximumQueueDepth> <!-- 5Mb (QPID appears to use X * 1024^2 + X * 10 * 1024) -->
|
|
|
|
<!-- Logs if any message is this large -->
|
|
<maximumMessageSize>2117632</maximumMessageSize> <!-- 2Mb -->
|
|
|
|
<!-- Logs a message if any message is on queue for more than 5 minutes -->
|
|
<maximumMessageAge>300000</maximumMessageAge> <!-- 5 min -->
|
|
|
|
<!-- Logs a message if there are more that 15k messages on queue -->
|
|
<maximumMessageCount>15000</maximumMessageCount>
|
|
<durable>true</durable>
|
|
|
|
<!-- Configure queues
|
|
Queues created on demand for AWIPS II
|
|
|
|
<queue>
|
|
<name>external.dropbox</name>
|
|
<external..dropbox>
|
|
<durable>true</durable>
|
|
</external..dropbox>
|
|
</queue>
|
|
-->
|
|
</queues>
|
|
</edex>
|
|
</virtualhost>
|
|
</virtualhosts>
|
|
|
|
|