Question: While using the capabilities supplied by the System.Messaging classes, which of the following are true?
A
B
C
D
E
Information must be explicitly converted to/from a byte stream before it uses the MessageQueue class
B
Invoking the MessageQueue.Send member defaults to using the System.Messaging.XmlMessageFormatter to serialize the object.
C
Objects must be XMLSerializable in order to be transferred over a MessageQueue instance.
D
The first entry in a MessageQueue must be removed from the queue before the next entry can be accessed
E
Entries removed from a MessageQueue within the scope of a transaction, will be pushed back into the front of the queue if the transaction fails.
Note: Not available