When operating offline, the application must avoid using any call that would need to access Active Directory. Any call to Active Directory would attempt to generate network activity, causing an error or time-out.
The table below lists all the functions and methods that access Active Directory and cannot be called when operating offline.
API Functions | ActiveX Methods |
---|---|
MQCreateQueue (for public queues) | Create (for public queues) |
MQDeleteQueue (for public queues) | Delete (for public queues) |
MQGetMachineProperties | MachineIdOfMachineName |
MQGetQueueProperties | Refresh |
MQGetQueueSecurity | IsWorldReadable |
MQGetSecurityContext | AttachCurrentSecurityContext |
MQLocateBegin | LookupQueue |
Reset | |
MQLocateNext | Next |
MQPathNameToFormatName | |
MQSetQueueProperties | Update |
MQSetQueueSecurity |