J2ME

MQe is compliant with the J2ME technologies:

  1. Connected Device Configuration (CDC)
  2. Connected Limited Device Configuration (CLDC)

or more explicitly their most popular profiles:

  1. CDC/Foundation
  2. CLDC/Midp

When deciding which to use, consider the following:

  1. Using CDC/Foundation enables the full functionality of MQe, excluding any example code requiring the AWT GUI package.
  2. 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.

Terms of use | WebSphere software

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