I did a little digging, and realize that passing handle is not an option for us: since we CANNOT settle down with either blocking or no blocking but with an error returned, when multiple therads try t ...
Thanks for such quick response. We actually started with passing the same queue manager object (or handle), or simply making it a global one, so that every thread uses the same object/handle, but we ...