<div dir="ltr"><div>Hi,</div>
<div>&nbsp;</div>
<div>I am working on using a Java client to publish message to Rabbit and using a Flex client to subscribe to messages.&nbsp; </div>
<div>&nbsp;</div>
<div>I have tried both Java client -&gt; Flex client and Flex client -&gt; Flex client, but both don&#39;t work. </div>
<div>&nbsp;</div>
<div>With Flex-&gt; Flex, I am using the ImageSender.mxml and Image Receiver.mxml.&nbsp; When running the example, I am getting:</div>
<div>&nbsp;</div>
<div>Error: Error #2002: Operation attempted on invalid socket.<br>&nbsp;at flash.net::Socket/writeBytes()<br>&nbsp;at org.codehaus.stomp::Stomp/transmit()[C:\Users\wischusen\Documents\FlexBuilderProjects\Stomp\org\codehaus\stomp\Stomp.as:263]<br>
&nbsp;at org.codehaus.stomp::Stomp/send()[C:\Users\wischusen\Documents\FlexBuilderProjects\Stomp\org\codehaus\stomp\Stomp.as:192]<br>&nbsp;at ImageSender/sendImage()[C:\Users\anne\Documents\Flex Builder 3\WebUI\src\ImageSender.mxml:50]<br>
&nbsp;at ImageSender/___ImageSender_Button2_click()[C:\Users\anne\Documents\Flex Builder 3\WebUI\src\ImageSender.mxml:134]<br></div>
<div>The configure I am using is :</div>
<div>&nbsp;</div>
<div>&nbsp;&nbsp;private function init () : void<br>&nbsp;&nbsp;{<br>&nbsp;&nbsp;&nbsp;var ch: ConnectHeaders = new ConnectHeaders();<br>&nbsp;&nbsp;&nbsp;ch.login = &quot;rabbitmq&quot;;<br>&nbsp;&nbsp;&nbsp;ch.passcode = &quot;rabbitmq&quot;<br>&nbsp;&nbsp;&nbsp;stomp.connect(&quot;<a href="http://192.168.1.104">192.168.1.104</a>&quot;, 5672, ch);<br>
&nbsp;&nbsp;}</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>It looks like I may&nbsp;have some fundamental errors in my STOMP client.&nbsp; I can send and receive messages between two Java client using the routing key with no problem.&nbsp; </div>
<div>&nbsp;</div>
<div>With the STOMP client, how can I speciy the ticket, routingKey and exchange?&nbsp; The onlything available to identiy the queue is destination - stomp.subscribe( destination ); </div>
<div>&nbsp;</div>
<div>Any help and suggestion on getting it to work will be greatly appreciated.</div>
<div>&nbsp;</div>
<div>Best Regards,</div>
<div>Pete</div>
<div>&nbsp;</div></div>