<div dir="ltr">Hi Ben,<br><br>Thank you very much for your kind reply.&nbsp;&nbsp;&nbsp; Let me explain my scenario.&nbsp; <br><br>I am going to write a Java Client that listens on messages from multiple clustered servers using socket, filters the messages, and publishes the useful ones to RabbitMQ.&nbsp; Previously, I have this written in C but since there is no C client for RabbitMQ, I am going to rewirte it in Java.&nbsp; Then, on the subscribe side, I am going to have Flex client (AS3) that wait for&nbsp; messages of its specific ID and display it.&nbsp; <br>
<br>For the Flex side, I guess I have to use STOMP, but for the publishing side, I am thinking to use AMQP as there seems to be more examples available for reference.&nbsp; Will that work?<br><br>What I still don&#39;t understand is how the routingkey, ticket, and exchange concepts map to the destination in STOMP.&nbsp; <br>
<br>Would you please give me some guidance?<br><br>Thanks alot for all your help.<br><br>Regards,<br>Pete<br></div>