I am writing a java bean program to get group of messages from the queue.Nor i am using group id or correlation id.I am just writing a for loop in bean program to continously fetch the group of ...
I got many messages in local queue.I don't want to clear all the messages on one shot.So..i am writing a java program.,which would select the particular message & delete it from the message queue. ...