C codebase

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);


© IBM Corporation 2002, 2003. All Rights Reserved