DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
| Code Block | ||||
|---|---|---|---|---|
| ||||
<queue>
<name>test</name>
<test>
<exchange>amq.direct</exchange>
<capacity>10485760</capacity> <!-- set the queue capacity to 10Mb -->
<flowResumeCapacity>8388608</flowResumeCapacity> <!-- set the queueresume capacity to 8Mb -->
</test>
</queue>
|
...
| Code Block | ||||
|---|---|---|---|---|
| ||||
<virtualhosts>
<virtualhost>
<name>localhost</name>
<localhost>
<capacity>10485760</capacity> <!-- set the queue capacity to 10Mb -->
<flowResumeCapacity>8388608</flowResumeCapacity> <!-- set the queueresume capacity to 8Mb -->
</localhost>
</virtualhost>
</virtualhosts>
|
...