is it possible to monitor messages in hornetq? any ideas or tools? hey, I want to monitor messages in hornetq, which means i'd like to trace the messages flow in hornetq, eg. how many msgs, the msg content... I just want to make sure whether msgs are successfully sent to horn... Why use Configuration.isSharedStore() for a live server? Hi, Just trying to understand this. What is the actual use of Configuration.isSharedStore() in a live server? I mean is there something (other than more careful coding) stopping us from having a server... HornetQ HA with data replication Hi guys, Did anyone configure the HornetQ (as a stand alone) with HA using data replication successfully? The last version that supports Data replication is 2.1.2 Final, which was descontinued. Did it ... Correct license headers? I made a quick survey of the source files and found some of the source files have license header issues. Some haven't a licence header at all, like hornetq-spring-integration/src/main/java/org/hornetq/... How to change the policy or algorithm of hornetq load balancing jmsqueues of different sessions in server side? I am using the JMS apis of hornetq 2.2.7. The typical setting is to run multiple consumers subscribing to a jmsqueue, and multiple producers publishing messages to the jmsqueue.The hornetq server delivers messages to ... i18n and exception handling This I still need to do but there a a couple of ways, especially around teh HornetQException class, since a code is nearly always added it needs to be passed as a property type in the method, for instance: @Me... Is there a way for us to create a subscription based on an IN clause like filter? Is there way for us to create a subscription based on an in-clause like message filter without sacrificing performance and such in HornetQ? Here's my use case, our consumers want to create a subscription to rec... i18n Logging complete This is done and all checked in master, I have made best efforts to try and improve log messages throughout but obviously they can still be improved. We should each of us make a conscious effort to try and improve the... Rest deployment stuck at Waiting to obtain live lock on FileLockNodeManager Hi I have a hornetq instance running on localhost and followed http://docs.jboss.org/resteasy/hornetq-rest/1.0-beta-1/userguide/html_single/index.html#d0e69 to set up a jboss Rest server also on localhost. When deploy... NegativeArraySizeException Hello Guys, I am reading message from HornetQ using message.getBodyBuffer().readString() as i reacive a message i am getting error java.lang.NegativeArraySizeException ... i18 logging I have created a new branch at https://svn.jboss.org/repos/hornetq/branches/i18n_logging/hornetq-core/src/main/resources/org/hornetq/core/server/impl/ that contains a small prototype of how the new logging will work, ... Migrating JBoss Messaging 1.4 to HornetQ Migrating JBoss Messaging 1.4 to HornetQ This article is provided as a general guide for users to migrate their existing JBM applications in JBoss AS 4/5 to HornetQ General Steps 1. Shutdown cl... Now we have 3 active branches Which means one bug fix will have to go to as many as three places. An issue may be found and fixed first in master and then pushed to the other two branches. It could also be initiated from one of the other branchs a... In the high-concurrency enviroment, HornetQ will hang on the consumer side I did performance test with HornetQ, it is so fast. However, when I did some high-concurrency performance test with it, on the consumer side, it will hang on. I write a simple high-concurrency code to test it by mod... backporting fixes Hi, Since we changed the source code location from 2_2_* to our current development branch. It may be of interest how to patch the code while ignoring this path change: First create the patch you want ... git cleanup I am doing a communiy release this week which will require a tag, before that i thought i would do some cleaning on the hornet tags and branches. After that we can all refork and have a much tidier repos. so t... Formatting... As we talked this morning, we need to reformat our code anyways... We have been using the current format since before I joined JBoss (err.. don't want to say how many years)... And it seems peop... Good news of the day, i.e. 'dead-lock of the day' :-P FYI, I just found a (silly) dead lock between JournalImpl.stop() and checkReclaimStatus (when running through compactorExecutor). The practical result is that AlignedJournalImplTest will take 0.5 secs to run instead o... Observations about Replication Activation A few notes for Francisco - As you commented, we need to retry in case of a failure. - Why did you need to use an executor here on the live activation? The live should just use the parent thread and bl... git-help me please? It's urgent please! Seriously .. I know I need to RTFM.. but one thing I couldn't figure out: Why this crashed my repository: I (unadvertedly) typed: git pull --rebase upstream ...