<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style id="owaParaStyle" type="text/css">
<!--
p
        {margin-top:0;
        margin-bottom:0}
-->
</style>
</head>
<body>
<div style="direction:ltr; font-family:Tahoma; color:#000000; font-size:10pt"><br>
Good evening. I am a new user of rabbitMQ. I have worked through the rabbitMQ tutorials and implemented a very simple direct exchange queue.<br>
<br>
How would one persist messages on the directed exchange? I want to do this so that a consumer in a while loop will see the messages right when they are posted, and other instances of consumers can pull a message selectively off the queue. This latter group
 may issue such a request after the original message has been posted.<br>
<br>
My messages are directed to exchanges by a qmsgTarget field. My messages have a field in their structure called srcId. My messages also have a field in their structure called seqNum. Thus a consumer may wish to say &quot;Please get me message 3 from srcid 666 from
 the qmsgtarget Server direct exchange&quot;. Another consumer may later issue the same request, so this third message in the sequence for srcid 666 must remain on the directed exchange.<br>
<br>
I will be implementing a method deleteQmsg() that I intend to use to delete messages selectively.
<br>
<br>
Is it possible using rabbitMQ to implement this? Can anyone point me towards a similar example?<br>
<br>
- nyg_fan<br>
</div>
<p><font size="1" face="arial" color="gray">CONFIDENTIALITY NOTICE: This message and any attachments or files transmitted with it (collectively, the &quot;Message&quot;) are intended only for the addressee and may contain information that is privileged, proprietary and/or
 prohibited from disclosure by law or contract. If you are not the intended recipient: (a) please do not read, copy or retransmit the Message; (b) permanently delete and/or destroy all electronic and hard copies of the Message; (c) notify us by return email;
 and (d) you are hereby notified that any dissemination, distribution or copying of the Message is strictly prohibited.
</font></p>
</body>
</html>