Hello all,
I was wondering if there were compatible options for the C++ broker that are specified for the Java broker within the virtualhosts.xml as shown below:
<virtualhosts>
<default>test</default>
...
<virtualhost>
<name>test </name>
<test>
...
<queues>
...
<maximumDeliveryCount>5</maximumDeliveryCount>
<deadLetterQueues>true</deadLetterQueues>
...
</queues>
...
</test>
...
</virtualhost>
...
</virtualhosts>
Are there compatible options for maximumDeliveryCount and deadLetterQueues that can be specified in qpidd.conf for the C++ broker?
Thanks!
Jeremy
I was wondering if there were compatible options for the C++ broker that are specified for the Java broker within the virtualhosts.xml as shown below:
<virtualhosts>
<default>test</default>
...
<virtualhost>
<name>test </name>
<test>
...
<queues>
...
<maximumDeliveryCount>5</maximumDeliveryCount>
<deadLetterQueues>true</deadLetterQueues>
...
</queues>
...
</test>
...
</virtualhost>
...
</virtualhosts>
Are there compatible options for maximumDeliveryCount and deadLetterQueues that can be specified in qpidd.conf for the C++ broker?
Thanks!
Jeremy