Quantcast
Channel: Apache Timeline
Viewing all articles
Browse latest Browse all 5648

Options for the C++ broker from the Java broker

$
0
0
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

Viewing all articles
Browse latest Browse all 5648

Trending Articles