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?
Yes, it is thread safe. If there are problems it is a bug.
regards,
Marcel