I'd like to be able to create a plugin for XmlBlaster that responds to a synchronous get() message with a result, just like the XmlDb feature. I noticed a comment in RequestBroker.java identified the need for a service interface. Any idea when this will be available?
Without that the best thing I can think of to do is to create a plugin that receives PtP messages sent to it, does the requested work, then sends a PtP message back to the sender with the results. However, this is async of course. Is there a better way? Steve
