<div dir="ltr">Hi Ben,<br><br>Thank you very much for your kind reply. Let me explain my scenario. <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. Previously, I have this written in C but since there is no C client for RabbitMQ, I am going to rewirte it in Java. Then, on the subscribe side, I am going to have Flex client (AS3) that wait for messages of its specific ID and display it. <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. Will that work?<br><br>What I still don't understand is how the routingkey, ticket, and exchange concepts map to the destination in STOMP. <br>
<br>Would you please give me some guidance?<br><br>Thanks alot for all your help.<br><br>Regards,<br>Pete<br></div>