<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML xmlns:v = "urn:schemas-microsoft-com:vml"><HEAD>
<META content="text/html; charset=utf-8" http-equiv=Content-Type>
<META name=GENERATOR content="MSHTML 8.00.6001.19258">
<STYLE>@font-face {
        font-family: 宋体;
}
@font-face {
        font-family: Verdana;
}
@font-face {
        font-family: @宋体;
}
@page Section1 {size: 595.3pt 841.9pt; margin: 72.0pt 90.0pt 72.0pt 90.0pt; layout-grid: 15.6pt; }
P.MsoNormal {
        TEXT-JUSTIFY: inter-ideograph; TEXT-ALIGN: justify; MARGIN: 0cm 0cm 0pt; FONT-FAMILY: "Times New Roman"; FONT-SIZE: 10.5pt
}
LI.MsoNormal {
        TEXT-JUSTIFY: inter-ideograph; TEXT-ALIGN: justify; MARGIN: 0cm 0cm 0pt; FONT-FAMILY: "Times New Roman"; FONT-SIZE: 10.5pt
}
DIV.MsoNormal {
        TEXT-JUSTIFY: inter-ideograph; TEXT-ALIGN: justify; MARGIN: 0cm 0cm 0pt; FONT-FAMILY: "Times New Roman"; FONT-SIZE: 10.5pt
}
A:link {
        COLOR: blue; TEXT-DECORATION: underline
}
SPAN.MsoHyperlink {
        COLOR: blue; TEXT-DECORATION: underline
}
A:visited {
        COLOR: purple; TEXT-DECORATION: underline
}
SPAN.MsoHyperlinkFollowed {
        COLOR: purple; TEXT-DECORATION: underline
}
SPAN.EmailStyle17 {
        FONT-STYLE: normal; FONT-FAMILY: Verdana; COLOR: windowtext; FONT-WEIGHT: normal; TEXT-DECORATION: none; mso-style-type: personal-compose
}
DIV.Section1 {
        page: Section1
}
BLOCKQUOTE {
        MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px; MARGIN-LEFT: 2em
}
OL {
        MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px
}
UL {
        MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px
}
</STYLE>
</HEAD>
<BODY 
style="MARGIN-TOP: 10px; FONT-FAMILY: verdana; MARGIN-LEFT: 10px; FONT-SIZE: 10pt; MARGIN-RIGHT: 10px">
<DIV><FONT color=#0000ff size=2 face=Verdana>
<DIV><FONT color=#0000ff size=2 face=Verdana>I using queue replace for topic,but 
it still failed.</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT color=#0000ff>send.html:</FONT></DIV>
<DIV>
<DIV><FONT color=#000000>&lt;body&nbsp;lang="en"&gt;</FONT></DIV>
<DIV><FONT 
color=#000000>&nbsp;&nbsp;&nbsp;&nbsp;&lt;h1&gt;Send&nbsp;Message&lt;/h1&gt;</FONT></DIV>
<DIV><FONT color=#000000>&nbsp;&nbsp;&nbsp;&nbsp;</FONT></DIV>
<DIV><FONT 
color=#000000>&nbsp;&nbsp;&nbsp;&nbsp;&lt;script&gt;&nbsp;</FONT></DIV>
<DIV><FONT 
color=#000000>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;//&nbsp;Stomp.js&nbsp;boilerplate</FONT></DIV>
<DIV><FONT 
color=#000000>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;WebSocketStompMock&nbsp;=&nbsp;SockJS;</FONT></DIV>
<DIV><FONT color=#000000></FONT></DIV>
<DIV><FONT 
color=#000000>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;var&nbsp;client&nbsp;=&nbsp;Stomp.client('http://127.0.0.1:55674/stomp');&nbsp;</FONT></DIV>
<DIV><FONT 
color=#000000>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;client.connect("guest","guest",function(x){</FONT></DIV>
<DIV><FONT 
color=#000000>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;document.write(x);</FONT></DIV>
<DIV><FONT color=#000000>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;});</FONT></DIV>
<DIV><FONT color=#000000></FONT></DIV>
<DIV><FONT 
color=#000000>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;function&nbsp;send()</FONT></DIV>
<DIV><FONT color=#000000>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{</FONT></DIV>
<DIV><FONT 
color=#000000>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;client.send('/queue/test',&nbsp;{},&nbsp;document.form1.msg.val);</FONT></DIV>
<DIV><FONT 
color=#000000>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</FONT></DIV>
<DIV><FONT color=#000000>&nbsp;&nbsp;&nbsp;&nbsp;&lt;/script&gt;</FONT></DIV>
<DIV><FONT color=#000000></FONT></DIV>
<DIV><FONT 
color=#000000>&nbsp;&nbsp;&nbsp;&nbsp;&lt;form&nbsp;id="form1"&nbsp;method="post"&nbsp;name="form1"&nbsp;action="""&gt;</FONT></DIV>
<DIV><FONT color=#000000>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;input 
msg:&lt;input&nbsp;id="msg"&nbsp;name="msg"&nbsp;type="text"/&gt;</FONT></DIV>
<DIV><FONT 
color=#000000>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;input&nbsp;name="Submit"&nbsp;type="submit"&nbsp;onclick="send();"&nbsp;value="send"&gt;</FONT></DIV>
<DIV><FONT 
color=#000000>&nbsp;&nbsp;&nbsp;&nbsp;&lt;/form&gt;&nbsp;&nbsp;&nbsp;</FONT></DIV>
<DIV><FONT color=#000000></FONT></DIV>
<DIV><FONT color=#000000>&lt;/body&gt;</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV>
<DIV><FONT color=#0000ff>recv.html:</FONT></DIV>
<DIV><FONT color=#000000>&lt;body&gt;</FONT></DIV>
<DIV><FONT 
color=#000000>&nbsp;&lt;h1&gt;Recv&nbsp;Message&lt;/h1&gt;</FONT></DIV>
<DIV><FONT color=#000000></FONT></DIV>
<DIV><FONT color=#000000>&nbsp;&lt;script&gt;&nbsp;</FONT></DIV>
<DIV><FONT 
color=#000000>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;//&nbsp;Stomp.js&nbsp;boilerplate</FONT></DIV>
<DIV><FONT 
color=#000000>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;WebSocketStompMock&nbsp;=&nbsp;SockJS;</FONT></DIV>
<DIV><FONT color=#000000></FONT></DIV>
<DIV><FONT 
color=#000000>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;var&nbsp;client&nbsp;=&nbsp;Stomp.client('http://127.0.0.1:55674/stomp');&nbsp;</FONT></DIV>
<DIV><FONT 
color=#000000>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;client.connect("guest","guest",function(x){</FONT></DIV>
<DIV><FONT 
color=#000000>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;id&nbsp;=&nbsp;client.subscribe("/queue/test",&nbsp;function(d)&nbsp;{</FONT></DIV>
<DIV><FONT 
color=#000000>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;document.write(d.body);</FONT></DIV>
<DIV><FONT 
color=#000000>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;});</FONT></DIV>
<DIV><FONT 
color=#000000>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;});&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</FONT></DIV>
<DIV><FONT color=#000000>&nbsp;&nbsp;&lt;/script&gt;</FONT></DIV>
<DIV><FONT color=#000000></FONT></DIV>
<DIV><FONT color=#000000>&lt;/body&gt;</FONT></DIV></DIV></DIV></FONT></DIV>
<DIV><FONT size=2 face=Verdana></FONT>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT color=#808080>Best Regards!</FONT></DIV>
<DIV><FONT color=#808080>2012-06-13&nbsp;&nbsp;14:30:59</FONT></DIV>
<DIV align=left>
<DIV align=left><FONT size=2 face=Verdana>
<HR style="WIDTH: 122px; HEIGHT: 2px" SIZE=2>
</FONT></DIV>
<DIV><FONT color=#c0c0c0><FONT size=2 face=Verdana></FONT></DIV>
<DIV><FONT size=2 face=Verdana>
<DIV></FONT></FONT><FONT size=2 face=Verdana>truelie&nbsp; 
<HR>
</FONT></DIV></DIV></DIV>
<DIV><FONT face=Verdana><FONT size=2><STRONG>发件人:</STRONG> Matthias 
Radestock</FONT></FONT></DIV>
<DIV><FONT face=Verdana><FONT size=2><STRONG>发送时间:</STRONG> 
2012-06-13&nbsp;04:43:49</FONT></FONT></DIV>
<DIV><FONT face=Verdana><FONT size=2><STRONG>收件人:</STRONG> 
truelie</FONT></FONT></DIV>
<DIV><FONT face=Verdana><FONT size=2><STRONG>抄送:</STRONG> 
rabbitmq-discuss</FONT></FONT></DIV>
<DIV><FONT face=Verdana><FONT size=2><STRONG>主题:</STRONG> Re: |Spam| 
[rabbitmq-discuss] Help for RabbitMQ-Web-Stomp</FONT></FONT></DIV>
<DIV><FONT size=2 face=Verdana></FONT>&nbsp;</DIV>
<DIV><FONT size=2 face=Verdana>
<DIV>On&nbsp;12/06/12&nbsp;03:00,&nbsp;truelie&nbsp;wrote:</DIV>
<DIV>&gt;&nbsp;I&nbsp;am&nbsp;testing&nbsp;for&nbsp;RabbitMQ-Web-Stomp,which&nbsp;send&nbsp;or&nbsp;receive&nbsp;message</DIV>
<DIV>&gt;&nbsp;from&nbsp;browser.&nbsp;[...]&nbsp;Now,&nbsp;I&nbsp;write&nbsp;a&nbsp;send.html&nbsp;to&nbsp;send&nbsp;message,and&nbsp;a</DIV>
<DIV>&gt;&nbsp;recv.html&nbsp;to&nbsp;receive&nbsp;message,but&nbsp;not&nbsp;success.</DIV>
<DIV></DIV>
<DIV>I&nbsp;see&nbsp;you&nbsp;are&nbsp;using&nbsp;topics...</DIV>
<DIV></DIV>
<DIV>&gt;&nbsp;client.send('/topic/test',&nbsp;{},&nbsp;document.form1.msg.val);</DIV>
<DIV>&nbsp;&gt;&nbsp;[...]</DIV>
<DIV>&gt;&nbsp;id&nbsp;=&nbsp;client.subscribe("/topic/test",&nbsp;function(d)&nbsp;{</DIV>
<DIV>&gt;&nbsp;document.write(d.body);</DIV>
<DIV>&gt;&nbsp;});</DIV>
<DIV></DIV>
<DIV>Did&nbsp;you&nbsp;start&nbsp;the&nbsp;receiver&nbsp;before&nbsp;the&nbsp;sender?&nbsp;If&nbsp;not&nbsp;then&nbsp;the&nbsp;sent&nbsp;</DIV>
<DIV>message&nbsp;will&nbsp;be&nbsp;lost.</DIV>
<DIV></DIV>
<DIV>You&nbsp;may&nbsp;want&nbsp;to&nbsp;use&nbsp;a&nbsp;queue&nbsp;destination&nbsp;instead.&nbsp;And&nbsp;you&nbsp;should&nbsp;probably&nbsp;</DIV>
<DIV>read&nbsp;http://www.rabbitmq.com/stomp.html#d&nbsp;to&nbsp;gain&nbsp;a&nbsp;broader&nbsp;</DIV>
<DIV>understanding&nbsp;of&nbsp;the&nbsp;various&nbsp;kinds&nbsp;of&nbsp;destinations&nbsp;and&nbsp;their&nbsp;semantics.</DIV>
<DIV></DIV>
<DIV>Regards,</DIV>
<DIV></DIV>
<DIV>Matthias.</DIV>
<DIV></DIV>
<DIV></DIV></FONT></DIV></BODY></HTML>