<font class="Apple-style-span" face="Arial, &#39;Liberation Sans&#39;, &#39;DejaVu Sans&#39;, sans-serif" size="4"><span class="Apple-style-span" style="border-collapse: collapse; font-size: 14px; line-height: 18px;"><span class="Apple-style-span" style="font-family: arial, sans-serif; line-height: normal; font-size: 13px; "><span style="font-family: Arial, &#39;Liberation Sans&#39;, &#39;DejaVu Sans&#39;, sans-serif; font-size: 14px; border-collapse: collapse; line-height: 18px; ">i would like to publish/produce a message with some message id, like each message has a particular id..</span><div>
<span style="font-family: Arial, &#39;Liberation Sans&#39;, &#39;DejaVu Sans&#39;, sans-serif; font-size: 14px; border-collapse: collapse; line-height: 18px; "><br></span></div><div><span style="font-family: Arial, &#39;Liberation Sans&#39;, &#39;DejaVu Sans&#39;, sans-serif; font-size: 14px; border-collapse: collapse; line-height: 18px; "><span style="font-size: 13px; line-height: 17px; color: rgb(68, 68, 68); ">i just need to findout how to publish a message in a queue with a ID (message ID or any such ID that identifies the message) and to Consume the Message based on ID I really dont think Database is the Correct Approach.since the messages are already in the queue we just need a way to assign ID and read them by those ID. I am sure it is possible in rabbitMQ c# api but i dont know how.</span></span></div>
<div><span style="font-family: Arial, &#39;Liberation Sans&#39;, &#39;DejaVu Sans&#39;, sans-serif; font-size: 14px; border-collapse: collapse; line-height: 18px; "><span style="font-size: 13px; line-height: 17px; color: rgb(68, 68, 68); "><br>
</span></span></div><div><span style="font-family: Arial, &#39;Liberation Sans&#39;, &#39;DejaVu Sans&#39;, sans-serif; font-size: 14px; border-collapse: collapse; line-height: 18px; "><span style="font-size: 13px; line-height: 17px; color: rgb(68, 68, 68); ">regarding publishing message i have figured it out till some extent ,what i did is created object for �IBasicProperties�</span></span></div>
<div><span style="font-family: Arial, &#39;Liberation Sans&#39;, &#39;DejaVu Sans&#39;, sans-serif; font-size: 14px; border-collapse: collapse; line-height: 18px; "><span style="font-size: 13px; line-height: 17px; color: rgb(68, 68, 68); ">(IBasicProperties object = new BasicProperties();) and than assigned messageid to the object and passed that object inside BasicPublish method. I am not sure whether this is the correct way to do, but i am still not able to understand how to consume message based on ID passed in this BasicPublish.</span></span></div>
<div><span style="font-family: Arial, &#39;Liberation Sans&#39;, &#39;DejaVu Sans&#39;, sans-serif; font-size: 14px; border-collapse: collapse; line-height: 18px; "><span style="font-size: 13px; line-height: 17px; color: rgb(68, 68, 68); "><br>
</span></span></div><div><span style="font-family: Arial, &#39;Liberation Sans&#39;, &#39;DejaVu Sans&#39;, sans-serif; font-size: 14px; border-collapse: collapse; line-height: 18px; "><span style="font-size: 13px; line-height: 17px; color: rgb(68, 68, 68); "><br>
</span></span></div><div><font color="#444444" face="Arial, &#39;Liberation Sans&#39;, &#39;DejaVu Sans&#39;, sans-serif"><span style="border-collapse: collapse; line-height: 17px; ">Regards,</span></font></div><div><font color="#444444" face="Arial, &#39;Liberation Sans&#39;, &#39;DejaVu Sans&#39;, sans-serif"><span style="border-collapse: collapse; line-height: 17px; ">Jigar Sheth</span></font></div>
</span></span></font>