posted 12 years ago
Check to see if MessageConsumer.receive() and recieveNoWait() helps. These methods always receives one Message at a time, so if you want a 'bunch' of them, you would have to call these methods in a loop that many times.
cheers,
ram.