Hi there, I'm using qpid 0.8 c++ broker and java client. In the log I have a lot of messages like these
Feb 7 11:01:24 cto-sandbox qpidd[10157]: 2011-02-07 11:01:24 warning JournalInactive:MyQueue timer callback overran by 7ms [taking 14000ns] Feb 7 11:01:25 cto-sandbox qpidd[10157]: 2011-02-07 11:01:25 warning JournalInactive:MyQueue timer callback overran by 2ms [taking 10000ns] Feb 7 11:01:25 cto-sandbox qpidd[10157]: 2011-02-07 11:01:25 warning JournalInactive:MyQueue timer callback overran by 10ms [taking 12000ns] Feb 7 11:01:26 cto-sandbox qpidd[10157]: 2011-02-07 11:01:26 warning JournalInactive:MyQueue timer callback overran by 2ms [taking 11000ns] Feb 7 11:01:27 cto-sandbox qpidd[10157]: 2011-02-07 11:01:27 warning JournalInactive:MyQueue timer callback overran by 11ms [taking 8000ns] Feb 7 11:01:30 cto-sandbox qpidd[10157]: 2011-02-07 11:01:30 warning JournalInactive:MyQueue timer callback overran by 2ms [taking 7000ns] Feb 7 11:01:32 cto-sandbox qpidd[10157]: 2011-02-07 11:01:32 warning JournalInactive:MyQueue timer callback overran by 6ms [taking 9000ns] Feb 7 11:01:34 cto-sandbox qpidd[10157]: 2011-02-07 11:01:34 warning JournalInactive:MyQueue timer callback overran by 2ms [taking 14000ns] Feb 7 11:01:35 cto-sandbox qpidd[10157]: 2011-02-07 11:01:35 warning JournalInactive:MyQueue timer callback overran by 2ms [taking 13000ns] What is the possible solution to reduce amount of messages? Best Regards, Sergey Zhemzhitsky
