How to interpret the contents of messagingbindings file
Issue
- Using a PrintData statement we can read the items in the queue.
java -cp $JBOSS_HOME/modules/org/hornetq/main/hornetq-core-2.2.16.Final-redhat-1.jar:$JBOSS_HOME/modules/org/jboss/netty/main/netty-3.2.6.Final-redhat-1.jar org.hornetq.core.persistence.impl.journal.PrintData $JBOSS_HOME/standalone/data/messagingbindings/ ./hq/ > PrintDatahq.txt
we end up with a count at the bottom of the MESSAGES JOURNAL section with the following info :
### Message Counts ###
message count=6035
message reference count
queue id 305,count=5395
queue id 2,count=579
queue id 48,count=5413
queue id 10739873740,count=34
queue id 10739873774,count=1
queue id 40,count=10
queue id 299,count=5395
prepared message count=0
How to interpret this data?
- How to analyze HornetQ journal file ?
Environment
- Red Hat JBoss Enterprise Application platform (EAP)
- 6.x
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.