I am using IBM.XMS .NET library to write messages to the message queue. I need to set up "last message in group" flag to true.
textMessage.SetBooleanProperty("JMS_IBM_LAST_MSG_IN_GROUP", true);
I got following error message in this line of code: "The property name JMS_IBM_LAST_MSG_IN_GROUP is reserved and cannot be set. The supplied property name begins with the JMS prefix, but is not one of the supported, settable properties. Check the property name and correct errors." Do I have any possibility to change this flag from the code? Thanks.