Valid 1z0-134 Dumps shared by ExamDiscuss.com for Helping Passing 1z0-134 Exam! ExamDiscuss.com now offer the newest 1z0-134 exam dumps, the ExamDiscuss.com 1z0-134 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com 1z0-134 dumps with Test Engine here:
You are concerned with messages being received systematically. You designed Message-Driven beans (MDB) to guarantee the most reliable way to consume messages. In which three scenarios would JMS always redeliver a message? (Choose three.)
Correct Answer: B,C,D
Explanation/Reference: An MDB pool processes each message at least once. Potentially, a message can be process more than once: * If an application fails, a transaction rolls back, or the hosting server instance fail during or after the onMessage() method completes but before the message is acknowledged or committed, the message will be redelivered and processed again. * Non-persistent messages are also redelivered in the case of failure, except for the case where the message's host JMS server shuts down or crashes, in which case the messages are destroyed. To ensure that a message is processed exactly once, use container-managed transactions so that failures cause transactional MDB work to rollback and force the message to be redelivered. Reference: https://docs.oracle.com/cd/E13222_01/wls/docs81/ejb/message_beans.html