Hi, I was just looking through the Java Client API and tried to use the method "receive" located at: org.xmlBlaster.Client.I_XmlBlasterAccess
Does this method not exist anymore? I was trying to write a simple java program that connects to xmlBlaster and then waits synchronously for any messages that arrive. All of the examples that I looked at uses I_CallBack (which is asynchronous) or just does a "Get" and then exits right after the messages are returned. I wanted to use the receive method because it had a parameter called timeout that if set to anything negative would block until a message arrives in the queue. Can I do this with the Get method? Thanks. __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
