• 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...
    Profile Photo
    last modified by richard916
  • 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...
    Profile Photo
    created by borges
  • 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 ...
    Profile Photo
    last modified by xptokis
  • 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/...
    Profile Photo
    created by gaohoward
  • 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 ...
    Profile Photo
    created by difu
  • 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...
    Profile Photo
    last modified by ataylor
  • 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...
    Profile Photo
    last modified by connie.yang
  • 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...
    Profile Photo
    created by ataylor
  • 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...
    Profile Photo
    created by biggu
  • 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  ...
    Profile Photo
    last modified by saurabhtyagi.india
  • 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, ...
    Profile Photo
    last modified by ataylor
  • 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...
    Profile Photo
    last modified by gaohoward
  • 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...
    Profile Photo
    last modified by gaohoward
  • 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...
    Profile Photo
    last modified by kaka11
  • 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 ...
    Profile Photo
    last modified by borges
  • 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...
    Profile Photo
    last modified by ataylor
  • 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...
    Profile Photo
    last modified by clebert.suconic
  • 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...
    Profile Photo
    last modified by borges
  • 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...
    Profile Photo
    last modified by clebert.suconic
  • 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 ...
    Profile Photo
    last modified by clebert.suconic