Quantcast
Channel: Apache Timeline
Viewing all articles
Browse latest Browse all 5648

MessageDatabase.recover() log messages on broker start-up

$
0
0
Hi,

we are running an embedded Active MQ 5.9.0 broker within Jboss. Currently seeing lots of the following entries in the broker logs :

20140610 15:35:00.911 INFO [Starting ActiveMQ Broker] MessageDatabase.recover(): @325:15429054, 400000 entries recovered ..
20140610 15:35:08.931 INFO [Starting ActiveMQ Broker] MessageDatabase.recover(): @333:21050618, 500000 entries recovered ..
...
...
20140610 15:36:57.799 INFO [Starting ActiveMQ Broker] MessageDatabase.recover(): Recovery replayed 2427094 operations from the journal in 143.303 seconds.
20140610 15:36:57.806 WARN [Starting ActiveMQ Broker] MessageDatabase.recover(): Recovered prepared XA TX: [XID:[131075,globalId=312d613665646566373a643265383a35333639373935383a34363233396134,branchId=613665646566373a643265383a35333639373935383a34363233396137]]
20140610 15:36:57.806 WARN [Starting ActiveMQ Broker] MessageDatabase.recover(): Recovered prepared XA TX: [XID:[131075,globalId=312d613665646566373a643265383a35333639373935383a38613965373562,branchId=613665646566373a643265383a35333639373935383a38613965373634]]
20140610 15:36:57.807 WARN [Starting ActiveMQ Broker] MessageDatabase.recover(): Recovered prepared XA TX:

This happens on each restart of the broker. Also from within Hawtio I can see 18 'RecoveredXATransactions' , however there are no operations available in hawtio to deal with these.

Has anyone seen this before and is it possible to clear these messages from the database, could the database be in some way corrupt ?

Also I'm seeing a lot of these in the broker log file :

[ActiveMQ Transport: tcp:///10.120.332.88:64038 [ at ] 60104] TransportConnection.serviceTransportException(): Transport Connection to: tcp:// 10.120.332.88:64038 failed: java.io.EOFException

Not sure if these are related to the above.

Our ra.xml contains the following connection string :
failover:(tcp://svc-messageServer:50000)?jms.alwaysSyncSend=true&jms.prefetchPolicy.all=0

Thanks in Advance
Regards
Alwyn

Viewing all articles
Browse latest Browse all 5648

Trending Articles