Red Hat AMQ 6
As of February 2025, Red Hat is no longer supporting Red Hat AMQ 6. If you are using AMQ 6, please upgrade: Migrating to AMQ 7.5.2. Viewing a Container's OSGi Details
Revision History | |
---|---|
09/05/12 | |
Rewrote to reflect the UI redesign in 1.0.2 |
Abstract
The management console monitors the bundles installed in a container and allows you to monitor their status and inspect other information regarding the bundles.
Overview Copy linkLink copied to clipboard!
Copy linkLink copied to clipboard!
The OSGi details page shows a searchable list of the OSGi bundles deployed into a container. You can select any bundle in the list to get detailed information about a specific bundle.
Bundle list Copy linkLink copied to clipboard!
Copy linkLink copied to clipboard!
The list of bundles on the OSGi pages displays all of the OSGi bundles installed in the container. The list includes the following details:
- the bundle's ID
- the bundle's name
- the bundle's version
- the bundle's lifecycle state
Selecting a bundle displays opens a new page that lists details about the bundle.
Important
The bundles list does not display Fuse Application Bundles(FABs). It will list the OSGi bundles that are deployed when a FAB's manifest is resolved.
Bundle details Copy linkLink copied to clipboard!
Copy linkLink copied to clipboard!
When a bundle is selected from the list of bundles a page listing the bundles details opens. The page displays the following details about the bundle:
- ID
- Symbolic Name
- Version
- Imported Packages
- Exported Packages
- Manifest Headers
- Exported Services
For each OSGi service the bundle exports, the page includes the following service details:
- the service's ID
- the object classes available from the service
- the IDs of the bundles using the service
- the service's properties