[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [xmlblaster-devel] subscription questions



Thanks Michele for the answers. From looking at the xmlBlaster java
code, am I correct in the conclusion that newestFirst is implement on a
get() but not on a subscribe() call?

The unsubscribe worked when I used a double underscore.

On Sun, 2005-06-12 at 22:50 +0200, Michele wrote:
> Michele wrote:
>
> The newestFirst is currently not implemented. It will always return the 
> newest first. I will look deeper into this on how to solve this.
>
> Here both alternatives are supported, i.e. you can pass either the oid 
> of the topic or the subscription Id. Here however I noticed you did the 
> mistake of using the wrong syntax for the subscriptionId:
> 
> you used
> 
> _subId:slemail_2
> 
> but it should be
> 
> __subId:slemail_2 (starts with a double underscore).
>