OneClick RESTful subscription failed after adding max-queue-size
search cancel

OneClick RESTful subscription failed after adding max-queue-size

book

Article ID: 218935

calendar_today

Updated On:

Products

CA Spectrum

Issue/Introduction

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..

Environment

Release : Any

Component : Spectrum OneClick

Cause

The tags within the <rs:pullpdelivery-mode> must be in a specific order.

Resolution

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>