Ok thanks, I will try that.<div><br></div><div>my config file<br><div><br></div><div><div>%% -*- erlang -*-</div><div>[</div><div>� {rabbit,</div><div>� � [{tcp_listeners, [5673]},</div><div>� � �{ssl_listeners, [5671]},</div>
<div>� � �{ssl_options, [{cacertfile,&quot;/home/demo/testca/cacert.pem&quot;},</div><div>� � � � � � � � � � {certfile,&quot;/home/demo/server/cert.pem&quot;},</div><div>� � � � � � � � � � {keyfile,&quot;/home/demo/server/key.pem&quot;},</div>
<div>� � � � � � � � � � {verify,verify_peer},</div><div>� � � � � � � � � � {fail_if_no_peer_cert,false}]},</div><div>� � �{hipe_compile, true}</div><div>� ]},</div><div>� {rabbitmq_stomp, [{default_user, [{login, &quot;guest&quot;},</div>
<div>� � � � � � � � � � � � � � � � � � {passcode, &quot;guest&quot;}]}]}</div><div>].</div><div><br></div><div>I am not using SSL, for now I am using port 5673</div><div><br></div><div>I set the hipe_compile to true, It was working yesterday. today I get an error when starting the server</div>
<div><br></div><div>Error: {cannot_start_application,os_mon,{not_started,sasl}}</div><div><br></div><div>any idea?</div><div><br></div><div>Thanks,</div><div>Prashanth.</div><div><br><br><div class="gmail_quote">On Thu, Jul 12, 2012 at 9:35 AM, Matthias Radestock <span dir="ltr">&lt;<a href="mailto:matthias@rabbitmq.com" target="_blank">matthias@rabbitmq.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Prashanth,<div class="im"><br>
<br>
On 12/07/12 14:25, Prashanth wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I have the latest erlang. R13B01.<br>
</blockquote>
<br></div>
That is *not* the latest Erlang. R15B01 is.<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hipe is enabled.<br>
</blockquote>
<br>
in the rabbitmq.config, right?<div class="im"><br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Yes, I am testing both 1 producer and 2 producers cases.<br>
</blockquote>
<br></div>
2 won&#39;t be enough. Simon ran that benchmark with something like 10.<div class="im"><br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Yes, I have no consumer. no queue? what do you mean by no queue, if<br>
there is no queue, where are the messages published.<br>
</blockquote>
<br></div>
In AMQP, messages get published to an exchange. See <a href="http://www.rabbitmq.com/tutorials/amqp-concepts.html" target="_blank">http://www.rabbitmq.com/<u></u>tutorials/amqp-concepts.html</a>. If that exchange has no (matching) bindings from queues then the messages are dropped at the routing stage, which is what is happening in the 150kHz benchmark.<span class="HOEnZb"><font color="#888888"><br>

<br>
<br>
Matthias.<br>
</font></span></blockquote></div><br></div></div></div>