Hello Together,

i build a embedded ActiveMQ with Spring and Maven in Eclipse.

Active MQ is running, and do his work.
KahaDB create in the Path /activemq-data/localhost/KahaDB/

localhost is the BrokerName. I test this. If I insert brokerName="embedded",
the Directory is
/activemq-data/embedded/KahaDB/

Now, I open the Admin Console on http://localhost:8161/ I see all Queues and
the right count of pending Messages. But now happens! I click on a Queue to
see the List of Messages. I don't see one Message, in the same Moment I
clickt on the Queue I get a Message in the Terminal:

WARN  org.apache.activemq.broker.BrokerService:checkUsageLimit:2077 ~ Store
limit is 102400 mb (current store usage is 0 mb). The data directory:
C:\Users\user\EclipseWorkspace\AllInOneBoiler\AllInOneBoiler\activemq-data\*127.0.0.1*\KahaDB
only has 30559 mb of usable space - resetting to maximum available disk
space: 30559 mb

WARN  org.apache.activemq.broker.BrokerService:checkUsageLimit:2077 ~
Temporary Store limit is 51200 mb (current store usage is 0 mb). The data
directory:
C:\Users\user\EclipseWorkspace\AllInOneBoiler\AllInOneBoiler\activemq-data\*127.0.0.1*
only has 30559 mb of usable space - resetting to maximum available disk
space: 30559 mb

ActiveMQ creates a second KahaDB in the Path
/activemq-data/*127.0.0.1*/KahaDB/ so I see no Messages, all other Messages
are in /activemq-data/*localhost*/KahaDB/

What can I do? Where comes the 127.0.0.1?

Thank you for any help

Björn



--
View this message in context: 
http://activemq.2283324.n4.nabble.com/ActiveMQ-KahaDB-Directory-tp4706593.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to