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 링크 복사링크가 클립보드에 복사되었습니다!
링크 복사링크가 클립보드에 복사되었습니다!
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 링크 복사링크가 클립보드에 복사되었습니다!
링크 복사링크가 클립보드에 복사되었습니다!
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 링크 복사링크가 클립보드에 복사되었습니다!
링크 복사링크가 클립보드에 복사되었습니다!
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