Hi All,
I have a JMS Queue. I have created a composite which consumes JMS Messages. My scenario is i am getting 200 messages in my JMS Queue, i want to limit the number of request to my consumer. Say My consumer should consume only 25 messages and should create 25 instances in em console. Once the JMS Consumer complete its process, it should go for another message. There shouldnt be any message loss. Please let me know how can i implement this. I am sure this can be done but i dont know the steps to do it.
Thanks