<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8">
<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><meta name=Generator content="Microsoft Word 14 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
p.MsoPlainText, li.MsoPlainText, div.MsoPlainText
        {mso-style-priority:99;
        mso-style-link:"Plain Text Char";
        margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
span.PlainTextChar
        {mso-style-name:"Plain Text Char";
        mso-style-priority:99;
        mso-style-link:"Plain Text";
        font-family:"Calibri","sans-serif";}
.MsoChpDefault
        {mso-style-type:export-only;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=EN-US link=blue vlink=purple><div class=WordSection1><p class=MsoNormal>Using RabbitMQ 3.0.0<o:p></o:p></p><p class=MsoNormal>No cluster<o:p></o:p></p><p class=MsoNormal>Access via Spring Framework, RabbitMQ abstraction layer<o:p></o:p></p><p class=MsoNormal>Running on Amazon EC2<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoPlainText>We’re using RabbitMQ for an event-driven “RFID Data in the cloud” solution, and at the core we use RabbitMQ as our messaging layer. It’s been pretty much set-and-forget (which is probably the biggest compliment I can give to the developer community -- so thanks to you and all the contributors for your efforts!).<o:p></o:p></p><p class=MsoPlainText><o:p> </o:p></p><p class=MsoPlainText>We are running into an issue with our implementation with the following error:<o:p></o:p></p><p class=MsoPlainText><o:p> </o:p></p><p class=MsoPlainText>NOT_FOUND - no binding between exchange 'TripEvent.COMPLETED' in vhost '/' and queue 'fpms' in vhost '/'<o:p></o:p></p><p class=MsoPlainText><o:p> </o:p></p><p class=MsoPlainText>We are dynamically creating bindings between exchanges and queues as part of an internal subscription event management function in our solution.  All of a sudden messages stop being delivered. When we go into the console, it shows all the bindings but when you go to unbind, we get the above error message.<o:p></o:p></p><p class=MsoPlainText><o:p> </o:p></p><p class=MsoPlainText>I wanted to see anybody might be able to point us in a certain direction to understand the core problem we have – configuration issue, calling something incorrectly, known issue with RabbitMQ, or something.<o:p></o:p></p><p class=MsoPlainText><o:p> </o:p></p><p class=MsoPlainText>Rabbitmq is so core to our solution, that not knowing why this is happening makes me very uncomfortable. We are about 4-5 weeks away from a production pilot, so of course this issue came about! <o:p></o:p></p><p class=MsoPlainText><o:p> </o:p></p><p class=MsoPlainText>Appreciate any insight, assistance or direction anybody can provide!<o:p></o:p></p><p class=MsoPlainText><o:p> </o:p></p><p class=MsoPlainText>Thanks <o:p></o:p></p><p class=MsoPlainText>/Scott<o:p></o:p></p><p class=MsoPlainText><o:p> </o:p></p></div></body></html>