Main Page   Modules   Data Structures   File List   Data Fields   Globals   Related Pages  

Threading

Please note that comments in the Compilation section about the C runtime that is required.

Note that any thread which wants to access the API should call mqeSession_threadAttach first. mqeSession_initialize has an implicit mqeSession_threadAttach.

Before any thread ends it should call mqeSession_threadDetach. mqeSession_terminate should be called by the same thread that called mqeSession_initialize. All other threads (that have accessed the API) should have finished and call mqeSession_threadDetach.

Note:
The Native Implementation has removed these APIs. Please see the native reference documentation for information on the threading issues specific to that codebase.

Generated Thu Aug 11 23:41:24 2005 for Websphere MQ Everyplace for Multiplatforms C Bindings Reference