Questions
Here are the answers to the questions in this chapter.
Miss Vector says... |
Which of the Receiver transformers has a parameter to stop it running continuously? Select all that apply.
1. SQSReceiver 2. WebSocketReceiver 3. JMSReceiver 4. TCPIPReceiver The SQSReceiver has the ability to switch to a number of messages to read, and the TCPIPReceiver has the option to close the connection once the publishing client disconnects. |
Miss Vector says... |
Writing to a database in a High Capacity Message Streaming setup requires that the transaction interval is set to what value?
1. <Not Set> 2. Zero (0) 3. One (1) 4. Infinity (∞) Setting the transaction interval to one means that each message is committed as it arrives. Any other value (in this list at least) would probably mean the data is never committed until the workspace was terminated. |