>From looking at your last log file we see the line

2016-08-25 22:46:25,819 DEBUG [QpidBrokerShutdownHook] (server.Broker) -
Shutdown hook running

The shutdown hook is run when the kill signal is received by the broker.
This would imply that the broker is being killed by an external actor (e.g.
an explicit kill command against the java process, or a CTRL-C if the
process is running interactively).  As such I don't think this is really a
Qpid issue - it is something happening in your environment.

How are you running the broker?

Cheers,
Rob


On 31 August 2016 at 09:08, Bhargav Bhalerao <[email protected]>
wrote:

> Hi All
>
>
>
> I have 5 amqp queues in created in java qpid broker 0.32. I have enabled
> all amqp versions on these queues.
>
> My spring java application listens to these 5 queues continuously using
> spring framework jms listeners using qpid v0.32 jms client.
>
> I have set heartbeat=5 in client url.
>
> SSL is enabled.
>
>
> When qpid and application is idle overnight, it is observed that qpid
> broker automatically shuts down.
>
>
> We have to restart it everyday morning.
>
>
> Please suggest a solution.
>
>
> exhaustive debug logs attached for the time just before qpid goes down.
>
>
> I am new to qpid broker and did not understand much in logs.
>
>
> Request your kind help.
>
> --
> Regards,
>
> Bhargav Bhalerao
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>

Reply via email to