Hi, right now I am using this setup:
jetty -> activemq.journal activemq.journal -> split -> activemq queues basically because I want to accept messages as quick as possible without the overhead of a queue (going from 150ms to 30ms). One thing I miss however is that once I get the messages out of the journal, the properties are gone. Is there a way to store the properties and the body (which is xml) in the hjournal and get them back out again? Regards, Leen