Hi,
I get the following warning message on the client side for each client call
i make.
[2011-04-25 13:25:10,177] WARN
{org.apache.qpid.transport.ClientDelegate} - Ignoring the idle
timeout 120 set by the connection, using the brokers max value 0
[2011-04-25 13:25:10,178] WARN
{org.apache.qpid.transport.SessionDelegate} - CLOSED:
[ssn:"10bbf39e-3676-4205-a713-789b3a377cf3"]
The reason for the first warning is that the default heartbeat value in
client properties is 120 whereas the default min and max heartbeat values of
a connection are 0. And it checks if the heartbeat value lies between the
min and max.
I do not quite understand the reason for the second warning. It just logs
this warning in SessionDelegate.closed.
Could you please tell me how to get rid of these warning?.
Thanks,
Danushka