<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>
Hi,<br>&nbsp;I am using the example from RabbitMQ website - http://www.rabbitmq.com/devtools.html 
                <a href="https://github.com/akalend/amqpcpp">- amqpcpp</a> a C++ message library for RabbitMQ.<br><br>I have a need to implement the Time-To-Live feature wherein my Publisher is in Java and Consumer in C++. <br>I am able to declare the queue with "x-message-ttl" in my Java Publisher but my C++ consume also needs to declare the queue with this same "x-message-ttl"? Is my understanding correct? And how can this be targeted using the amqpcpp - C++ library. Has anyone of the members come across similar requirement and cracked this one.<br><br>Thanks in advance,<br><br>Maurya.<br>                                               </div></body>
</html>