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

[xmlblaster] Threadsafe publish?



Hi-

I'm creating a connection like so:

        I_XmlBlasterAccess conn = global.getXmlBlasterAccess();
        ConnectQos cqos = new ConnectQos(global, name, password);

Can I then call conn.publish() simutaneously from multiple threads?  In
other words, is publish() threadsafe?