i have some questions on the topic messaging/message oriented middleware. They are true/false questions and im not sure how to answer them
queued messages do not guarantee that messages arrive at the correct order (i think this is correct, as errors in the network are possible)
guaranteed delivery states, that messages are stored persistent in the message oriented middleware (i think this is false, since guaranteed delivery only says that messages will guaranteed to arrive in the reciever queue)
message oriented middleware always sorts messages (no idea on that...) Any help is very apprechiated.
Thanks :)