MQe is compliant with the J2ME technologies:
- Connected Device Configuration (CDC)
- Connected Limited Device Configuration (CLDC)
or more explicitly their most popular profiles:
- CDC/Foundation
- CLDC/Midp
When deciding which to use, consider the following:
- Using CDC/Foundation enables the full functionality of MQe, excluding
any example code requiring the AWT GUI package.
- The use of CLDC/Midp, however, restricts the application to solely 'client'
side behavior and a limited range of built-in compressors and encryptors.
Note: Devices that are CLDC/Midp enabled might have severe memory limitations
that can preclude the direct use of the MQe core package.