Hi,
I've a problem: when I read for example a String from a MQMessage, I consume the field.
Can I read any field without consuming it, leaving the MQMessage intact?
(I don't use JMS).
Thank you an ...
Hi!!
I've a problem: I want to create a listener on a queue that notify me when a message arrive, using Java but not JMS.
Setting waitInterval to infinite doesn't resolve my problem: when I do a get ...