This is the C API to create a 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);