1Z0-599 · Question #29
You want to migrate an application that was developed for OAS/OC4J to WebLogic. The application uses Oracle Streams Advanced Queuing (AQ). You configured a Foreign JMS Server and Data Source but you…
The correct answer is C. a JMS Bridge to map the JNDI of the Local JMS Destination to the remote AQ destination E. Oracle AQ Java EE Shared Libraries not deployed and referenced by your application. A WebLogic Messaging Bridge communicates with the configured source and target bridge destinations. For each mapping of a source destination to a target destination, you must configure a messaging bridge instance. Each messaging bridge instance defines the source and target…
Question
You want to migrate an application that was developed for OAS/OC4J to WebLogic. The application uses Oracle Streams Advanced Queuing (AQ). You configured a Foreign JMS Server and Data Source but you are not able to send messages to the AQ destination and see them reach the database. Which two things are missing in this configuration?
Options
- Anothing, there may be a network connection issue
- Ba Foreign JMS Connection Factory
- Ca JMS Bridge to map the JNDI of the Local JMS Destination to the remote AQ destination
- Da mapping of the Foreign JMS Connection Factory to the Data Source where AQ is configured
- EOracle AQ Java EE Shared Libraries not deployed and referenced by your application
How the community answered
(40 responses)- A23% (9)
- B13% (5)
- C60% (24)
- D5% (2)
Explanation
- A WebLogic Messaging Bridge communicates with the configured source and target bridge destinations. For each mapping of a source destination to a target destination, you must configure a messaging bridge instance. Each messaging bridge instance defines the source and target destination for the mapping, a message filtering selector, a QOS, transaction semantics, and various reconnection parameters. * In your JMS Foreign Server configuration: / Specify oracle.jms.AQjmsInitialContextFactory as the JNDI Initial Context Factory. / Configure the JDBC data sources needed for your application environment.
Topics
Community Discussion
No community discussion yet for this question.