Dear all,
I have implemented a
java client which will send 10 textmessage into the Oracle AQ (10g) with
String property set to "cat='A'" with message id start from 1~10, when i try to read the message from the queue by a consumer program (messageListener) with message selector set to "cat='A'", the order of message consuming is not the same as the message sending order.
I have google about the message selector and no ordering issue mentioned, can any please give me suggestion on this ?
Thanks a lot.