C

This is the C API to create a sync 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.
MQeRemoteSyncQParms remoteSyncQParms = REMOTE_SYNC_Q_INIT_VAL;

rc = mqeAdministrator_SyncRemoteQueue_create(hAdministrator,
                                             &exceptBlk,
                                             hQueueName,
                                             hServerName,
                                             &remoteSyncQParms);

Terms of use | WebSphere software

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