After adding the max-queue-size of a OneClick RESTful subscription, the subscription fails with a 400 error:
JAXBException occurred : cvc-complex-type.2.4.d: Invalid content was found starting with element 'rs:max-queue-size'. No child element is expected at this point..
Release : Any
Component : Spectrum OneClick
The tags within the <rs:pullpdelivery-mode> must be in a specific order.
The following is an example.
<rs:pull-delivery-mode>
<rs:max-notifications>20000</rs:max-notifications>
<rs:max-queue-size>20000</rs:max-queue-size>
<rs:pull-interval>120000</rs:pull-interval>
</rs:pull-delivery-mode>