Re: [xmlblaster] Not getting callback on erase

2007-03-04 Thread Marcel Ruff
Hi Jonathan, the proper way (also for native plugins) to erase messages is for example: System.err.println(HelloWorldNative: Connecting with protocol 'LOCAL' to xmlBlaster\n); I_XmlBlasterAccess con = new XmlBlasterAccess(glob); ConnectQos qos = new

Re: [xmlblaster] Not getting callback on erase

2007-03-04 Thread David Robison
Can RequestBroker.update be used to publish messages from a native plugin? David Robison _ From: Marcel Ruff [mailto:[EMAIL PROTECTED] To: xmlblaster@server.xmlBlaster.org Sent: Sun, 04 Mar 2007 12:43:27 -0500 Subject: Re: [xmlblaster] Not getting callback on erase Hi Jonathan, the