I have a scanario whereby I'd like to replay events from a file into JMS respecting the timestamps of each event.
There are many hundreds of thousands of events. Some events are only one or two milliseconds apart some are seconds apart.
Any suggestions on the best way to do this would be very much appreciated.