We find ourselves needing to use message grouping on our MQ network. My application is a JMS client. I've found some flags available at the Base MQ Java class level that I need to be able to specify from the JMS level:[ul][li]GetMessageOptions.options & MQC.MQGMO_ALL_MSGS_AVAILABLE[/li][li]GetMessageOptions.options & MQC.MQGMO_LOGICAL_ORDER[/li][/ul]I also need to be able to get to MQGetMessageOptions.groupStatus to figure out if I have a message that is part of a group, and if this one is the last one in the group. I think I might be able to see this through the MQMD as the JMS_IBM_Last_Msg_In_Group property.
Does IBM's JMS provider already use these flags when doing receives? If not, can I specify them somehow? I've seen the field mapping info in "Using Java", but I cannot yet see a clear path to how to receive grouped messages via JMS.
Thanks in advance for any help!!
-=david=-
Does IBM's JMS provider already use these flags when doing receives? If not, can I specify them somehow? I've seen the field mapping info in "Using Java", but I cannot yet see a clear path to how to receive grouped messages via JMS.
Thanks in advance for any help!!
-=david=-