I would like consume message from a queue and manage the acknowledge. That mean that i should have this setting session = connection.createQueueSession(false, Session.CLIENT_ACKNOWLEDGE). The limit of ...
Sorry but i'm affraid your answer is not what i was waiting for. I've already used JMS interface to receive message(JMSReceiver). It seems that the principle to read message is : first in, first out. ...