Hi all
We are developing client for MQ for AS/400.
We have option to use either JMS API or MQ Java API.
Also we need to set following properties for
Message i.e Type, Expiry, Encoding, ...
How can i implement message listeners(clients) using pure MQ Java API.
I have non-JMS MQ queue and want to have class as listener
to this queue with selector functionality.
I know how to do it for ...