Features

  • Re-cover some of the JMS features from MS4 handoff
  • DAS, Cluster Instance and Standalone Instance General Info
  • Properties Tabs for DAS, Cluster, Cluster Instance, Standalone instance
  • Configuration -> System Properties and Instance Values
  • Migrate EJB Timers
  • Restart Required Page with Reasons
  • Recover Transaction Page

Status

All pages are complete, though not all have automated tests (see Known Issues)

Screenshots

DAS General Info Page

Cluster General Info Page

Standlone Instance General Info Page

DAS Properites

Cluster Properties

Cluster Instance Properties

Standalone Instance Properties

Configuration Properties

Instance Values

Migrate EJB Timers

Restart Required Reasons

Recover Transacations

Known Issues

  • Recover transactions is difficult to test, so no automated dev tests have been developed. The CLI that ultimately backs this page has been tested, though, so a degree of confidence can be inferred from that. Nevertheless, an issue has been raised to track the creation of a console dev test to verify the functionality from the console's perspective.
  • Currently, certain General Information pages show token names, rather than their values. This will be fixed.
  • Loading defaults is not currently working on JMS Host and JMS Service. Issues have been filed.

Developer Tests

Developer tests are available under admingui/devtest and can be run via mvn test.

Relevant devtests

  • ClusterTest

Documents