<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style id="owaParaStyle">P {
        MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px
}
</style>
</head>
<body fPStyle="1" ocsi="0">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;">
<p>Hi,</p>
<p>&nbsp;</p>
<p>I juste began few days ago on rabbitmq and I need some help.</p>
<p>&nbsp;</p>
<p>a part of the project is :</p>
<p>- we have a producer that send a message (sometimes with less data)</p>
<p>- we have a consumer that receive the message but needs all datas.</p>
<p>&nbsp;</p>
<p>So, sometimes, after the message sent, we need to make a detour in order to complete the message,</p>
<p>before being&nbsp;re-sent to&nbsp;the consumer.</p>
<p>&nbsp;</p>
<p>It's a kind of content-based routing.</p>
<p>&nbsp;</p>
<p>I found a pattern that matches with this case : the Detour Pattern.</p>
<p>&nbsp;</p>
<p>Is it possible to implement this with the current rabbitmq java API and how ?</p>
<p>&nbsp;</p>
<p>thx.</p>
<p>&nbsp;</p>
</div>
</body>
</html>