When developing your own bundles, importing the correct MQe packages into your bundles manifest file ensures that the MQe bundle is also installed into the framework when your bundle is installed.
One major factor in developing a bundle is that only one MQe queue manager can be run within an OSGi runtime. This means that there may be conflicts if several bundles are installed and each requires its own queue manager. Careful design of the bundle application is required to eliminate this problem. However, there should be no limit on the number of bundles that can use the same queue manager.