1Z0-599 · Question #69
A customer wants to send JMS messages to a remote WebLogic server from a Java SE application over an unreliable network connection. Which feature of WebLogic JMS will enable the customer to send…
The correct answer is C. SAF Client. . The JMS SAF Client feature extends the JMS storeandforward service introduced in WebLogic Server 9.0 to standalone JMS clients. Now JMS clients can reliably send messages to serverside JMS destinations, even when the client cannot reach a destination (for example, due to a…
Question
A customer wants to send JMS messages to a remote WebLogic server from a Java SE application over an unreliable network connection. Which feature of WebLogic JMS will enable the customer to send messages from a Java SE client to a JMS destination that is not always easily reached?
Options
- ASAF Target
- BSAF Imported Destination
- CSAF Client
- DSAF Server
- EDistributed SAF JMS
How the community answered
(33 responses)- A3% (1)
- B9% (3)
- C85% (28)
- E3% (1)
Explanation
. The JMS SAF Client feature extends the JMS storeandforward service introduced in WebLogic Server 9.0 to standalone JMS clients. Now JMS clients can reliably send messages to serverside JMS destinations, even when the client cannot reach a destination (for example, due to a temporary network connection failure). While disconnected from the server, messages sent by a JMS SAF client are stored locally on the client file system and are forwarded to serverside JMS destinations when the client reconnects. See Reliably Sending Messages Using the JMS SAF
Topics
Community Discussion
No community discussion yet for this question.