C

This is the C API to create an async queue. It is very similar to the Local Queue creation. Options for description, max size etc can be set just as for the local queue.
MQeRemoteAsyncQParms remoteAsyncQParms = REMOTE_ASYNC_Q_INIT_VAL;

rc = mqeAdministrator_AsyncRemoteQueue_create(hAdministrator,
                                              &exceptBlk,BROKERTRADE_Q_NAME,
                                              SERVER_QM_NAME, &remoteAsyncQParms);

Terms of use | WebSphere software

(c) Copyright IBM Corporation 2004, 2005. All rights reserved.