java - How to read messages for web sphere mq and spring -
i trying find tutorials on how use jms template , spring read messages queue. want let user show me last x number of messages on queue
all can find examples of how send messages using jms , spring. possible read last x messages queue (webspehere) using jms / spring , if able post code example or point me website demonstrates such functionality?
thanks
show me last x number of messages on queue
that's not how it. mq not database. read message, process read next message process it, etc...
Comments
Post a Comment