[rabbitmq-discuss] Rabbitmq max-publish
Prashanth
meetprashanth437 at gmail.com
Thu Jul 12 15:11:52 BST 2012
Ok thanks, I will try that.
my config file
%% -*- erlang -*-
[
{rabbit,
[{tcp_listeners, [5673]},
{ssl_listeners, [5671]},
{ssl_options, [{cacertfile,"/home/demo/testca/cacert.pem"},
{certfile,"/home/demo/server/cert.pem"},
{keyfile,"/home/demo/server/key.pem"},
{verify,verify_peer},
{fail_if_no_peer_cert,false}]},
{hipe_compile, true}
]},
{rabbitmq_stomp, [{default_user, [{login, "guest"},
{passcode, "guest"}]}]}
].
I am not using SSL, for now I am using port 5673
I set the hipe_compile to true, It was working yesterday. today I get an
error when starting the server
Error: {cannot_start_application,os_mon,{not_started,sasl}}
any idea?
Thanks,
Prashanth.
On Thu, Jul 12, 2012 at 9:35 AM, Matthias Radestock
<matthias at rabbitmq.com>wrote:
> Prashanth,
>
>
> On 12/07/12 14:25, Prashanth wrote:
>
>> I have the latest erlang. R13B01.
>>
>
> That is *not* the latest Erlang. R15B01 is.
>
> Hipe is enabled.
>>
>
> in the rabbitmq.config, right?
>
>
> Yes, I am testing both 1 producer and 2 producers cases.
>>
>
> 2 won't be enough. Simon ran that benchmark with something like 10.
>
>
> Yes, I have no consumer. no queue? what do you mean by no queue, if
>> there is no queue, where are the messages published.
>>
>
> In AMQP, messages get published to an exchange. See
> http://www.rabbitmq.com/**tutorials/amqp-concepts.html<http://www.rabbitmq.com/tutorials/amqp-concepts.html>.
> 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.
>
>
> Matthias.
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20120712/73fb949d/attachment.htm>
More information about the rabbitmq-discuss
mailing list