[activemq-user] Re: 转发: about maxMessagesPerSessions parameter
I've found the problem. It just because message should not be resent
directly. Otherwise it can't be autoacknowledge. I use the .deepCopy()
method in ActiveMQMessage to get clone message and the message can be
correct acknowledged.