Oscar Pernas created AMQCPP-428:
-----------------------------------
Summary: setTimeToLive not working
Key: AMQCPP-428
URL: https://issues.apache.org/jira/browse/AMQCPP-428
Project: ActiveMQ C++ Client
Issue Type: Bug
Components: CMS Impl, Transports
Affects Versions: 3.4.4
Environment: Debian linux wheezy
Reporter: Oscar Pernas
Assignee: Timothy Bish
Making tests, method setTimeToLive of message is not working and messages are
never discarded by the broker. This can produce an out of memory in some
situations.
Example code:
//sending message
producer->send( textMessage,
getPersistent(),
activeMessageToSend.getPriority(),
30000);
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira