how to backup KahaDB

2012-06-24 Thread yulinyen
Hi, I am new to activemq. I am currently running an embedded broker with activemq 5.6. I tried to backup the journal files and data files by stopping the java process and copy the files under journal and kr-store folders (assuem it is under /opt/activemq/) to a backup folder (assume is under /op

Re: ActiveMQ 5.6 stomp object transformation

2012-06-24 Thread Timothy Bish
On Sun, 2012-06-24 at 04:32 -0700, gpulido wrote: > Hello, > > I'm trying to send a message from a Stomp client to a embedded instance of > an ActiveMQ 5.6. > > The message is an xml representation of an object, so when I send it to the > queue using stomp I add the transformation keys to the he

Apollo usage of heart-beat header in Stomp 1.0 CONNECTED frame

2012-06-24 Thread Michael Justin
Hello, I noticed that Apollo 1.3 include a heart-beat header in CONNECTED frames with value 100,1 This value seems to be constant, even if the client uses Stomp 1.0. Does this header mean that in Stomp 1.0 mode * the broker will send a heart-beat signal every 100 milliseconds * the brok

ActiveMQ 5.6 stomp object transformation

2012-06-24 Thread gpulido
Hello, I'm trying to send a message from a Stomp client to a embedded instance of an ActiveMQ 5.6. The message is an xml representation of an object, so when I send it to the queue using stomp I add the transformation keys to the header: "transformation:jms-object-xml" When I send the message t