QuestionQ126

Configuring WebLogic Server Resources

You have been assigned to replace an existing WebLogic domain with a completely new installation as part of a migration. The new server must use the previously created JDBC store that contains existing JMS messages.

Which two configuration requirements must you meet to ensure a successful transition?

Choose two
  • A In Persistent Stores, create a new JDBC store and select the option "Use existing store"
  • B The new domain name needs to be the same as the old domain it's replacing
  • C Duplicate the JMS and persistent store configuration in the new domain
  • D The storage needs to be file based and not JDBC based
  • E Set the prefix for the JDBC store table to the domain name
Explanation

Reusing persisted JMS messages requires the replacement domain to preserve the original domain identity and to reproduce the JMS and persistent-store definitions that map JMS servers and destinations to the existing JDBC store. A JDBC store is the database-backed persistent store used for persistent JMS messages; its data source and store configuration must be associated with the JMS service that uses it.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!