Just noticed that there is no XML view for durable topic subscribers
and since this can be really useful for monitoring etc, I've cobbled
up a view like this:

<subscribers>
<subscriber clientId="foo" 
            subscriptionName="bar" 
            connectionId="ID:2elogger-test-34158-1313920529544-6:63" 
            destinationName="dest" 
            selector="" 
            active="yes">
<stats pendingQueueSize="0" 
       dispatchedQueueSize="0" 
       dispatchedCounter="0" 
       enqueueCounter="0" 
       dequeueCounter="0"/>
</subscriber>
</subscribers>

before submitting it to JIRA, just a quick question if anyone has
anything against this format as for me if perl XML::Simple can grok it
I don't really care ;)

Reply via email to